Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ruby-connection_pool net/ruby-connection_pool: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c207819b22e
branches:  trunk
changeset: 433696:2c207819b22e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 07 09:21:41 2020 +0000

description:
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]

diffstat:

 net/ruby-connection_pool/Makefile |   6 ++++--
 net/ruby-connection_pool/PLIST    |   4 ++--
 net/ruby-connection_pool/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r a70e67d07211 -r 2c207819b22e net/ruby-connection_pool/Makefile
--- a/net/ruby-connection_pool/Makefile Sun Jun 07 08:37:37 2020 +0000
+++ b/net/ruby-connection_pool/Makefile Sun Jun 07 09:21:41 2020 +0000
@@ -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 @@
 COMMENT=       Generic connection pool for Ruby
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a70e67d07211 -r 2c207819b22e net/ruby-connection_pool/PLIST
--- a/net/ruby-connection_pool/PLIST    Sun Jun 07 08:37:37 2020 +0000
+++ b/net/ruby-connection_pool/PLIST    Sun Jun 07 09:21:41 2020 +0000
@@ -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}/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
diff -r a70e67d07211 -r 2c207819b22e net/ruby-connection_pool/distinfo
--- a/net/ruby-connection_pool/distinfo Sun Jun 07 08:37:37 2020 +0000
+++ b/net/ruby-connection_pool/distinfo Sun Jun 07 09:21:41 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index