pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-activesupport70



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 07:55:31 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-activesupport70: distinfo

Log Message:
devel/ruby-activesupport70: update to 7.0.10

7.0.9 was not released.

7.0.10 (2029-10-28)

* Fix ActiveSupport::Notifications.publish_event to preserve units.
  This solves the incorrect reporting of time spent running Active Record
  asynchronous queries (by a factor 1000).

  Jean Boussier

* Fix ActiveSupport::Deprecation to handle blaming generated code

  Jean Boussier, fatkodima

* Fix #to_fs(:human_size) to correctly work with negative numbers.

  Earlopain

* Add bigdecimal as Active Support dependency that is a bundled gem
  candidate for Ruby 3.4.

  bigdecimal 3.1.4 or higher version will be installed.
  Ruby 2.7 and 3.0 users who want bigdecimal version 2.0.0 or 3.0.0 behavior
  as a default gem, pin the bigdecimal version in your application Gemfile.

  Koichi ITO

* Ensure {down,up}case_first returns non-frozen string.

  Jonathan Hefner

* Add drb, mutex_m and base64 that are bundled gem candidates for Ruby 3.4

  Yasuo Honda

* Fix delete_matched for file cache store to work with keys longer than the
  max filename size.

  fatkodima and Jonathan Hefner

* Fix MemoryStore to prevent race conditions when incrementing or decrementing.

  Pierre Jambet

* Fix MemoryStore to preserve entries TTL when incrementing or decrementing

  This is to be more consistent with how MemCachedStore and RedisCacheStore
  behaves.

  Jean Boussier

* NumberHelper: handle objects responding to_d.

  fatkodima

* NumberHelper: handle very large numbers.

  Alex Ghiculescu, fatkodima

* Fix Range#overlaps? not taking empty ranges into account on Ruby < 3.3

  Nobuyoshi Nakada, Shouichi Kamiya, Hartley McGuire


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-activesupport70/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-activesupport70/distinfo
diff -u pkgsrc/devel/ruby-activesupport70/distinfo:1.23 pkgsrc/devel/ruby-activesupport70/distinfo:1.24
--- pkgsrc/devel/ruby-activesupport70/distinfo:1.23     Wed Dec 11 15:33:14 2024
+++ pkgsrc/devel/ruby-activesupport70/distinfo  Mon Nov  3 07:55:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/12/11 15:33:14 taca Exp $
+$NetBSD: distinfo,v 1.24 2025/11/03 07:55:31 taca Exp $
 
-BLAKE2s (activesupport-7.0.8.7.gem) = 3c2a7ea2c280cce2b93a7e645d30981a874bc212d00666587715f7b8369601b7
-SHA512 (activesupport-7.0.8.7.gem) = ed9bdbfcb47b0429c69d69b915b9d9dc954493f831080d9e000c8e3f127d27ecf90118b77b9badfe1328cfe53acdadb604cf5a51ba48f744aa10510eaeef1d5d
-Size (activesupport-7.0.8.7.gem) = 226816 bytes
+BLAKE2s (activesupport-7.0.10.gem) = ae34f2976426b93f7245cc4ee6da33559023b2fd7dc9b8d8cd8475052e976e56
+SHA512 (activesupport-7.0.10.gem) = 56ffca6850772488faa4278cb2751500f2a1cabb0a94b04b2aa525a03225d614a186d17cbaeca13db0d166a26034c022bfa19db2ad0083162bd4729843f57d0f
+Size (activesupport-7.0.10.gem) = 227328 bytes



Home | Main Index | Thread Index | Old Index