pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-connection_pool



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Sep 16 06:13:53 UTC 2022

Modified Files:
        pkgsrc/net/ruby-connection_pool: Makefile PLIST distinfo

Log Message:
net/ruby-connection_pool: update to 2.3.0

2.3.0 (2022-09-15)

* Minimum Ruby version is now 2.5.0
* Add pool size to TimeoutError message


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/ruby-connection_pool/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ruby-connection_pool/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/ruby-connection_pool/distinfo

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

Modified files:

Index: pkgsrc/net/ruby-connection_pool/Makefile
diff -u pkgsrc/net/ruby-connection_pool/Makefile:1.4 pkgsrc/net/ruby-connection_pool/Makefile:1.5
--- pkgsrc/net/ruby-connection_pool/Makefile:1.4        Sun May  9 04:37:23 2021
+++ pkgsrc/net/ruby-connection_pool/Makefile    Fri Sep 16 06:13:53 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2021/05/09 04:37:23 taca Exp $
+# $NetBSD: Makefile,v 1.5 2022/09/16 06:13:53 taca Exp $
 
-DISTNAME=      connection_pool-2.2.5
+DISTNAME=      connection_pool-2.3.0
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/ruby-connection_pool/PLIST
diff -u pkgsrc/net/ruby-connection_pool/PLIST:1.3 pkgsrc/net/ruby-connection_pool/PLIST:1.4
--- pkgsrc/net/ruby-connection_pool/PLIST:1.3   Sun May  9 04:37:23 2021
+++ pkgsrc/net/ruby-connection_pool/PLIST       Fri Sep 16 06:13:53 2022
@@ -1,18 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2021/05/09 04:37:23 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/16 06:13:53 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.github/workflows/ci.yml
-${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/Changes.md
-${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/connection_pool.gemspec
 ${GEM_LIBDIR}/lib/connection_pool.rb
 ${GEM_LIBDIR}/lib/connection_pool/timed_stack.rb
 ${GEM_LIBDIR}/lib/connection_pool/version.rb
 ${GEM_LIBDIR}/lib/connection_pool/wrapper.rb
-${GEM_LIBDIR}/test/helper.rb
-${GEM_LIBDIR}/test/test_connection_pool.rb
-${GEM_LIBDIR}/test/test_connection_pool_timed_stack.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/net/ruby-connection_pool/distinfo
diff -u pkgsrc/net/ruby-connection_pool/distinfo:1.6 pkgsrc/net/ruby-connection_pool/distinfo:1.7
--- pkgsrc/net/ruby-connection_pool/distinfo:1.6        Tue Oct 26 11:06:50 2021
+++ pkgsrc/net/ruby-connection_pool/distinfo    Fri Sep 16 06:13:53 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:06:50 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/09/16 06:13:53 taca Exp $
 
-BLAKE2s (connection_pool-2.2.5.gem) = e5fa2301c84ff91d3f9380d726628d70545928c34017bfc81434afd37b31833d
-SHA512 (connection_pool-2.2.5.gem) = 3bc4e4d241cd4b1adb00d341aafe7795bbf0eff459ace962670d83c20c0eaa0d42f49a1f5e61c2327ff4fcbf3abfbc6f6c910f7a31d4a0f62bc55c782ab20e45
-Size (connection_pool-2.2.5.gem) = 14848 bytes
+BLAKE2s (connection_pool-2.3.0.gem) = 34c9b3ffdd02c6eba13ae1bedd9c63761ebf0a2c585984600bea75567ed7200d
+SHA512 (connection_pool-2.3.0.gem) = c8524d81bda58caf3bcea06808a893711d8638abeb8f0a1ff8f26c1d8693c59ca138ac6c71494f53087e160009ba75746d7db3170fdc1b49fc14e73087700a90
+Size (connection_pool-2.3.0.gem) = 11264 bytes



Home | Main Index | Thread Index | Old Index