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:           Sun Jun  7 09:21:41 UTC 2020

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

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

Update ruby-connection_pool to 2.2.3.

2.2.3
------

- Pool now throws `ConnectionPool::TimeoutError` on timeout. [#130]
- Use monotonic clock present in all modern Rubies [Tero Tasanen, #109]
- Remove code hacks necessary for JRuby 1.7
- Expose wrapped pool from ConnectionPool::Wrapper [Thomas Lecavelier, #113]


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ruby-connection_pool/Makefile \
    pkgsrc/net/ruby-connection_pool/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-connection_pool/PLIST

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.2 pkgsrc/net/ruby-connection_pool/Makefile:1.3
--- pkgsrc/net/ruby-connection_pool/Makefile:1.2        Sun Sep 23 15:49:57 2018
+++ pkgsrc/net/ruby-connection_pool/Makefile    Sun Jun  7 09:21:41 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/09/23 15:49:57 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/07 09:21:41 taca Exp $
 
-DISTNAME=      connection_pool-2.2.2
+DISTNAME=      connection_pool-2.2.3
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@ HOMEPAGE=       https://github.com/mperham/con
 COMMENT=       Generic connection pool for Ruby
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/ruby-connection_pool/distinfo
diff -u pkgsrc/net/ruby-connection_pool/distinfo:1.2 pkgsrc/net/ruby-connection_pool/distinfo:1.3
--- pkgsrc/net/ruby-connection_pool/distinfo:1.2        Sun Sep 23 15:49:57 2018
+++ pkgsrc/net/ruby-connection_pool/distinfo    Sun Jun  7 09:21:41 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/09/23 15:49:57 taca Exp $
+$NetBSD: distinfo,v 1.3 2020/06/07 09:21:41 taca Exp $
 
-SHA1 (connection_pool-2.2.2.gem) = c95f97bc72de297b088327c8d5a257cba9a5256e
-RMD160 (connection_pool-2.2.2.gem) = b8e77271f5c149905eb5b2b47f71fe31d9e2c28c
-SHA512 (connection_pool-2.2.2.gem) = 74cb64aa3f183ee4e41f438133f60581e9f99a1d5b5daf61607cff2329bfb1fbd8810d87c35d709418a22ad925049e3e9403a602107452414a67aee1c6eecfe9
-Size (connection_pool-2.2.2.gem) = 13824 bytes
+SHA1 (connection_pool-2.2.3.gem) = 781d76a88ac2edede131d85c4d2863f267ecf157
+RMD160 (connection_pool-2.2.3.gem) = 492e7204587d9108b7902d2d6271f1a1462658da
+SHA512 (connection_pool-2.2.3.gem) = a5e54b11073723d5cf5150a47c38b37ef8e58e9adb056eeedc4427207ed1ae5d1844cab925bbbcc8a2a9dd3fe9373593ab735ce4de588b89db97800fb74757ac
+Size (connection_pool-2.2.3.gem) = 13824 bytes

Index: pkgsrc/net/ruby-connection_pool/PLIST
diff -u pkgsrc/net/ruby-connection_pool/PLIST:1.1 pkgsrc/net/ruby-connection_pool/PLIST:1.2
--- pkgsrc/net/ruby-connection_pool/PLIST:1.1   Tue Mar 13 16:01:25 2018
+++ pkgsrc/net/ruby-connection_pool/PLIST       Sun Jun  7 09:21:41 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/13 16:01:25 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/07 09:21:41 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.travis.yml
@@ -9,9 +9,9 @@ ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/connection_pool.gemspec
 ${GEM_LIBDIR}/lib/connection_pool.rb
-${GEM_LIBDIR}/lib/connection_pool/monotonic_time.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



Home | Main Index | Thread Index | Old Index