pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-patron www/ruby-patron: update to 0.13.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e173e24cb3ee
branches:  trunk
changeset: 413555:e173e24cb3ee
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 20 17:58:37 2020 +0000

description:
www/ruby-patron: update to 0.13.3

Update ruby-patron to 0.13.3.


### 0.13.3

* Fix a number of specs that were failing due to use of threads

### 0.13.2

* Eagerly initialize libCURL handle when creating the Session instance instead of initializing it lazily
* Remove special treatment of `Session#reset` and make it the same as `Session#interrupt`

diffstat:

 www/ruby-patron/Makefile |   5 ++---
 www/ruby-patron/PLIST    |   6 +++---
 www/ruby-patron/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (55 lines):

diff -r 16a332aba967 -r e173e24cb3ee www/ruby-patron/Makefile
--- a/www/ruby-patron/Makefile  Fri Mar 20 17:54:55 2020 +0000
+++ b/www/ruby-patron/Makefile  Fri Mar 20 17:58:37 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2020/03/08 16:51:39 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2020/03/20 17:58:37 taca Exp $
 
-DISTNAME=      patron-0.13.1
-PKGREVISION=   8
+DISTNAME=      patron-0.13.3
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 16a332aba967 -r e173e24cb3ee www/ruby-patron/PLIST
--- a/www/ruby-patron/PLIST     Fri Mar 20 17:54:55 2020 +0000
+++ b/www/ruby-patron/PLIST     Fri Mar 20 17:58:37 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2018/03/17 14:43:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/03/20 17:58:37 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/patron/session_ext.${RUBY_DLEXT}
@@ -33,8 +33,6 @@
 ${GEM_LIBDIR}/pic.png
 ${GEM_LIBDIR}/script/console
 ${GEM_LIBDIR}/script/test_server
-${GEM_LIBDIR}/spec/certs/cacert.pem
-${GEM_LIBDIR}/spec/certs/privkey.pem
 ${GEM_LIBDIR}/spec/header_parser_spec.rb
 ${GEM_LIBDIR}/spec/patron_spec.rb
 ${GEM_LIBDIR}/spec/request_spec.rb
@@ -48,6 +46,8 @@
 ${GEM_LIBDIR}/spec/session_spec.rb
 ${GEM_LIBDIR}/spec/session_ssl_spec.rb
 ${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/support/certs/cacert.pem
+${GEM_LIBDIR}/spec/support/certs/privkey.pem
 ${GEM_LIBDIR}/spec/support/config.ru
 ${GEM_LIBDIR}/spec/support/test_server.rb
 ${GEM_LIBDIR}/spec/util_spec.rb
diff -r 16a332aba967 -r e173e24cb3ee www/ruby-patron/distinfo
--- a/www/ruby-patron/distinfo  Fri Mar 20 17:54:55 2020 +0000
+++ b/www/ruby-patron/distinfo  Fri Mar 20 17:58:37 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/05/06 02:26:34 taca Exp $
+$NetBSD: distinfo,v 1.18 2020/03/20 17:58:37 taca Exp $
 
-SHA1 (patron-0.13.1.gem) = 1f60efc64b1b734addf8bb1d4ff83248823ffe58
-RMD160 (patron-0.13.1.gem) = 75ac2c990a948eeaf96e05b5cd220323315975f1
-SHA512 (patron-0.13.1.gem) = 7b082ff7442c2635c38b37132cd61f6cd18d4792d41cbf3bed1201fb7371b75bb628a295f4e3dd173c23e086d3c1f54f0217df3f7d1a30c1031fcca86269e1e7
-Size (patron-0.13.1.gem) = 64512 bytes
+SHA1 (patron-0.13.3.gem) = ceea06be3054d2cb7f8be93e26cd602091aaf2b6
+RMD160 (patron-0.13.3.gem) = c4337e54fcc2aae454b3846a6b2a554f949d9785
+SHA512 (patron-0.13.3.gem) = afbbbd9570e338a5d1b97b4ebeda76ac95a22c29d908629723d345a47400183c2ccee67ebcaf5b6f9ecb032eb3b847e70ec9eebff75b33045a3665c215abfbd0
+Size (patron-0.13.3.gem) = 65024 bytes



Home | Main Index | Thread Index | Old Index