pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-http ruby-http: update to 3.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0320786f1880
branches:  trunk
changeset: 372512:0320786f1880
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Dec 09 17:53:16 2017 +0000

description:
ruby-http: update to 3.0.0.

pkgsrc changes:
- sort DEPENDS

Upstream changes (from CHANGES.md):

## 3.0.0 (2017-10-01)

* Drop support of Ruby `2.0` and Ruby `2.1`.
  ([@ixti])

* [#410](https://github.com/httprb/http/pull/410)
  Infer `Host` header upon redirects.
  ([@janko-m])

* [#409](https://github.com/httprb/http/pull/409)
  Enables request body streaming on any IO object.
  ([@janko-m])

* [#413](https://github.com/httprb/http/issues/413),
  [#414](https://github.com/httprb/http/pull/414)
  Fix encoding of body chunks.
  ([@janko-m])

* [#368](https://github.com/httprb/http/pull/368),
  [#357](https://github.com/httprb/http/issues/357)
  Fix timeout issue.
  ([@HoneyryderChuck])

diffstat:

 www/ruby-http/Makefile |   8 ++++----
 www/ruby-http/PLIST    |   5 ++++-
 www/ruby-http/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r e519a0e0274a -r 0320786f1880 www/ruby-http/Makefile
--- a/www/ruby-http/Makefile    Sat Dec 09 17:49:12 2017 +0000
+++ b/www/ruby-http/Makefile    Sat Dec 09 17:53:16 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 15:32:15 taca Exp $
+# $NetBSD: Makefile,v 1.14 2017/12/09 17:53:16 tsutsui Exp $
 #
 
-DISTNAME=      http-2.2.2
+DISTNAME=      http-3.0.0
 CATEGORIES=    www
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -9,10 +9,10 @@
 COMMENT=       Simple Ruby DSL for making HTTP requests
 LICENSE=       mit
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
 DEPENDS+=      ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0<0.7:../../www/ruby-http_parser.rb
-DEPENDS+=      ${RUBY_PKGPREFIX}-http-form_data>=1.0.1<1.1:../../www/ruby-http-form_data
-DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
 DEPENDS+=      ${RUBY_PKGPREFIX}-http-cookie>=1.0<2:../../www/ruby-http-cookie
+DEPENDS+=      ${RUBY_PKGPREFIX}-http-form_data>=2.0.0<3.0:../../www/ruby-http-form_data
 
 USE_LANGUAGES= # none
 
diff -r e519a0e0274a -r 0320786f1880 www/ruby-http/PLIST
--- a/www/ruby-http/PLIST       Sat Dec 09 17:49:12 2017 +0000
+++ b/www/ruby-http/PLIST       Sat Dec 09 17:53:16 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2017/02/05 01:13:32 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.12 2017/12/09 17:53:16 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.coveralls.yml
 ${GEM_LIBDIR}/.gitignore
@@ -33,6 +33,7 @@
 ${GEM_LIBDIR}/lib/http/options.rb
 ${GEM_LIBDIR}/lib/http/redirector.rb
 ${GEM_LIBDIR}/lib/http/request.rb
+${GEM_LIBDIR}/lib/http/request/body.rb
 ${GEM_LIBDIR}/lib/http/request/writer.rb
 ${GEM_LIBDIR}/lib/http/response.rb
 ${GEM_LIBDIR}/lib/http/response/body.rb
@@ -62,6 +63,7 @@
 ${GEM_LIBDIR}/spec/lib/http/options/proxy_spec.rb
 ${GEM_LIBDIR}/spec/lib/http/options_spec.rb
 ${GEM_LIBDIR}/spec/lib/http/redirector_spec.rb
+${GEM_LIBDIR}/spec/lib/http/request/body_spec.rb
 ${GEM_LIBDIR}/spec/lib/http/request/writer_spec.rb
 ${GEM_LIBDIR}/spec/lib/http/request_spec.rb
 ${GEM_LIBDIR}/spec/lib/http/response/body_spec.rb
@@ -75,6 +77,7 @@
 ${GEM_LIBDIR}/spec/support/capture_warning.rb
 ${GEM_LIBDIR}/spec/support/dummy_server.rb
 ${GEM_LIBDIR}/spec/support/dummy_server/servlet.rb
+${GEM_LIBDIR}/spec/support/fakeio.rb
 ${GEM_LIBDIR}/spec/support/http_handling_shared.rb
 ${GEM_LIBDIR}/spec/support/proxy_server.rb
 ${GEM_LIBDIR}/spec/support/servers/config.rb
diff -r e519a0e0274a -r 0320786f1880 www/ruby-http/distinfo
--- a/www/ruby-http/distinfo    Sat Dec 09 17:49:12 2017 +0000
+++ b/www/ruby-http/distinfo    Sat Dec 09 17:53:16 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/06/05 15:32:15 taca Exp $
+$NetBSD: distinfo,v 1.15 2017/12/09 17:53:16 tsutsui Exp $
 
-SHA1 (http-2.2.2.gem) = 78f3d202c8cc61f046b983e05f197dbd29fb114a
-RMD160 (http-2.2.2.gem) = 3e73ef20accd415507809b6e788d546fde680e2c
-SHA512 (http-2.2.2.gem) = 9c22f7f4473e5cb0b605b9c8d25c1a93c34e7e440fb7cf4f3690cb9dd9e65ce3619d0575da3d97da6dfcf8e1560113b638bb447340605bebc160f589fb007bed
-Size (http-2.2.2.gem) = 67072 bytes
+SHA1 (http-3.0.0.gem) = 89d5a5242bebafccfef5204fd3918ade345c882e
+RMD160 (http-3.0.0.gem) = fc099b6d96305bab276bcb964e1361d27f24f303
+SHA512 (http-3.0.0.gem) = ef8c4148b68838e0669d5012c3548d373ef99d9273eb2ea25e7e0237027c766ffdbcdede766eb890f042b7211c2ed953688a372c46b120bf0bbd045c06b8aec3
+Size (http-3.0.0.gem) = 69632 bytes



Home | Main Index | Thread Index | Old Index