pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-activesupport80
Module Name: pkgsrc
Committed By: taca
Date: Tue Sep 23 04:14:50 UTC 2025
Modified Files:
pkgsrc/devel/ruby-activesupport80: PLIST distinfo
Log Message:
devel/ruby-activesupport80: update to 8.0.3
8.0.3 (2025-09-22)
Active Support
* ActiveSupport::FileUpdateChecker does not depend on Time.now to prevent
unnecessary reloads with time travel test helpers
Jan Grodowski
* Fix ActiveSupport::BroadcastLogger from executing a block argument for
each logger (tagged, info, etc.).
Jared Armstrong
* Make ActiveSupport::Logger #freeze-friendly.
Joshua Young
* Fix ActiveSupport::HashWithIndifferentAccess#transform_keys! removing
defaults.
Hartley McGuire
* Fix ActiveSupport::HashWithIndifferentAccess#tranform_keys! to handle
collisions.
If the transformation would result in a key equal to another not yet
transformed one, it would result in keys being lost.
Before:
>> {a: 1, b: 2}.with_indifferent_access.transform_keys!(&:succ)
=> {"c" => 1}
After:
>> {a: 1, b: 2}.with_indifferent_access.transform_keys!(&:succ)
=> {"c" => 1, "d" => 2}
Jason T Johnson, Jean Boussier
* Fix ActiveSupport::Cache::MemCacheStore#read_multi to handle network
errors.
This method specifically wasn't handling network errors like other
codepaths.
Alessandro Dal Grande
* Fix configuring RedisCacheStore with raw: true.
fatkodima
* Fix Enumerable#sole for infinite collections.
fatkodima
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activesupport80/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-activesupport80/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-activesupport80/PLIST
diff -u pkgsrc/devel/ruby-activesupport80/PLIST:1.2 pkgsrc/devel/ruby-activesupport80/PLIST:1.3
--- pkgsrc/devel/ruby-activesupport80/PLIST:1.2 Sun Mar 16 15:17:25 2025
+++ pkgsrc/devel/ruby-activesupport80/PLIST Tue Sep 23 04:14:49 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2025/03/16 15:17:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/09/23 04:14:49 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/MIT-LICENSE
@@ -126,6 +126,7 @@ ${GEM_LIBDIR}/lib/active_support/core_ex
${GEM_LIBDIR}/lib/active_support/core_ext/range/conversions.rb
${GEM_LIBDIR}/lib/active_support/core_ext/range/each.rb
${GEM_LIBDIR}/lib/active_support/core_ext/range/overlap.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/range/sole.rb
${GEM_LIBDIR}/lib/active_support/core_ext/regexp.rb
${GEM_LIBDIR}/lib/active_support/core_ext/securerandom.rb
${GEM_LIBDIR}/lib/active_support/core_ext/string.rb
Index: pkgsrc/devel/ruby-activesupport80/distinfo
diff -u pkgsrc/devel/ruby-activesupport80/distinfo:1.3 pkgsrc/devel/ruby-activesupport80/distinfo:1.4
--- pkgsrc/devel/ruby-activesupport80/distinfo:1.3 Thu Aug 14 15:25:06 2025
+++ pkgsrc/devel/ruby-activesupport80/distinfo Tue Sep 23 04:14:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/08/14 15:25:06 taca Exp $
+$NetBSD: distinfo,v 1.4 2025/09/23 04:14:49 taca Exp $
-BLAKE2s (activesupport-8.0.2.1.gem) = 2f69787783bfea1cd06b8aad908ac677b248cf4a8b6d42f003c667dd86773cff
-SHA512 (activesupport-8.0.2.1.gem) = 3a74eb70441aa70bdfd9c8800b662368d11ac733d6e8ff27d86016b774318a09befdbf290f5cc3be5bfca65a184fb1343be9380d7f9e56fb03adad158e28e022
-Size (activesupport-8.0.2.1.gem) = 251392 bytes
+BLAKE2s (activesupport-8.0.3.gem) = d94d0f2f2c0120dd936f6ad9dcab1580b7e8827473a5f85d63ad7d7030827a45
+SHA512 (activesupport-8.0.3.gem) = f46b6710c65d7b59e0c7f1eb48641aa4ef0568b2d64147866e1dfa699c0b4c068bf443cc9967190ed47c2f6ea98137668a300455792982061e280a7df605bb4f
+Size (activesupport-8.0.3.gem) = 252416 bytes
Home |
Main Index |
Thread Index |
Old Index