pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-faraday



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jun  3 14:35:12 UTC 2021

Modified Files:
        pkgsrc/www/ruby-faraday: Makefile PLIST distinfo

Log Message:
www/ruby-faraday: update to 1.4.2

1.4.2 (2021-05-22)

Fixes:

* Add proxy setting when url_prefix is changed (#1276, @ci)
* Default proxy scheme to http:// if necessary, fixes #1282 (#1283, @gurgeous)

Documentation:

* Improve introduction page (#1273, @gurgeous)
* Docs: add more middleware examples (#1277, @gurgeous)

Misc:

* Use external em_http and em_synchrony adapters (#1274, @iMacTia)

1.4.1 (2021-04-18)

Fixes

* Fix dependencies from external adapter gems (#1269, @iMacTia)

1.4.0 (2021-04-16)

Highlights

* With this release, we continue the work of gradually moving out adapters
  into their own gems
* Thanks to @MikeRogers0 for helping the Faraday team in progressing with
  this quest
* And thanks to @olleolleolle efforts, Faraday is becoming more inclusive
  than ever
* Faraday's master branch has been renamed into main, we have an official
  policy on inclusive language and even a rubocop plugin to check for
  non-inclusive words!
* Checkout the "Misc" section below for more details!

Fixes

* Fix NoMethodError undefined method 'coverage' (#1255, @Maroo-b)

Documentation

* Some docs on EventMachine adapters. (#1232, @damau)
* CONTRIBUTING: Fix grammar and layout (#1261, @olleolleolle)

Misc

* Replacing Net::HTTP::Persistent with faraday-net_http_persistent (#1250,
  @MikeRogers0)
* CI: Configure the regenerated Coveralls token (#1256, @olleolleolle)
* Replace Excon adapter with Faraday::Excon gem, and fix autoloading issue
  with Faraday::NetHttpPersistent (#1257, @iMacTia)
* Drop CodeClimate (#1259, @olleolleolle)
* CI: Rename default branch to main (#1263, @olleolleolle)
* Drop RDoc support file .document (#1264, @olleolleolle, @iMacTia)
* CONTRIBUTING: add a policy on inclusive language (#1262, @olleolleolle)
* Add rubocop-inclusivity (#1267, @olleolleolle, @iMacTia)

1.3.1 (2021-04-16)

Fixes

* Escape colon in path segment (#1237, @yarafan)
* Handle IPv6 address String on Faraday::Connection#proxy_from_env (#1252,
  @cosmo0920)

Documentation

* Fix broken Rubydoc.info links (#1236, @nickcampbell18)
* Add httpx to list of external adapters (#1246, @HoneyryderChuck)

Misc

* Refactor CI to remove duplicated line (#1230, @tricknotes)
* Gemspec: Pick a good ruby2_keywords release (#1241, @olleolleolle)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/ruby-faraday/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ruby-faraday/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-faraday/distinfo

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

Modified files:

Index: pkgsrc/www/ruby-faraday/Makefile
diff -u pkgsrc/www/ruby-faraday/Makefile:1.22 pkgsrc/www/ruby-faraday/Makefile:1.23
--- pkgsrc/www/ruby-faraday/Makefile:1.22       Sat Jan 16 12:50:18 2021
+++ pkgsrc/www/ruby-faraday/Makefile    Thu Jun  3 14:35:12 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2021/01/16 12:50:18 taca Exp $
+# $NetBSD: Makefile,v 1.23 2021/06/03 14:35:12 taca Exp $
 
-DISTNAME=      faraday-1.3.0
+DISTNAME=      faraday-1.4.2
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,8 +8,12 @@ HOMEPAGE=      https://github.com/lostisland/
 COMMENT=       HTTP/REST API client library
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-multipart-post>=1.2<3:../../www/ruby-multipart-post
-DEPENDS+=      ${RUBY_PKGPREFIX}-ruby2_keywords>=0:../../devel/ruby-ruby2_keywords
+DEPENDS+=      ${RUBY_PKGPREFIX}-faraday-excon>=1.1<2:../../www/ruby-faraday-excon
+DEPENDS+=      ${RUBY_PKGPREFIX}-faraday-net_http>=1.0<2:../../www/ruby-faraday-net_http
+DEPENDS+=      ${RUBY_PKGPREFIX}-faraday-net_http_persistent>=1.1<2:../../www/ruby-faraday-net_http_persistent
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-multipart-post>=1.2:../../www/ruby-multipart-post
+DEPENDS+=      ${RUBY_PKGPREFIX}-ruby2_keywords>=0.0.4:../../devel/ruby-ruby2_keywords
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/ruby-faraday/PLIST
diff -u pkgsrc/www/ruby-faraday/PLIST:1.9 pkgsrc/www/ruby-faraday/PLIST:1.10
--- pkgsrc/www/ruby-faraday/PLIST:1.9   Sat Jan 16 12:50:18 2021
+++ pkgsrc/www/ruby-faraday/PLIST       Thu Jun  3 14:35:12 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/01/16 12:50:18 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/06/03 14:35:12 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE.md
@@ -8,13 +8,7 @@ ${GEM_LIBDIR}/examples/client_spec.rb
 ${GEM_LIBDIR}/examples/client_test.rb
 ${GEM_LIBDIR}/lib/faraday.rb
 ${GEM_LIBDIR}/lib/faraday/adapter.rb
-${GEM_LIBDIR}/lib/faraday/adapter/em_http.rb
-${GEM_LIBDIR}/lib/faraday/adapter/em_http_ssl_patch.rb
-${GEM_LIBDIR}/lib/faraday/adapter/em_synchrony.rb
-${GEM_LIBDIR}/lib/faraday/adapter/em_synchrony/parallel_manager.rb
-${GEM_LIBDIR}/lib/faraday/adapter/excon.rb
 ${GEM_LIBDIR}/lib/faraday/adapter/httpclient.rb
-${GEM_LIBDIR}/lib/faraday/adapter/net_http_persistent.rb
 ${GEM_LIBDIR}/lib/faraday/adapter/patron.rb
 ${GEM_LIBDIR}/lib/faraday/adapter/rack.rb
 ${GEM_LIBDIR}/lib/faraday/adapter/test.rb
@@ -60,7 +54,6 @@ ${GEM_LIBDIR}/spec/faraday/adapter/em_ht
 ${GEM_LIBDIR}/spec/faraday/adapter/em_synchrony_spec.rb
 ${GEM_LIBDIR}/spec/faraday/adapter/excon_spec.rb
 ${GEM_LIBDIR}/spec/faraday/adapter/httpclient_spec.rb
-${GEM_LIBDIR}/spec/faraday/adapter/net_http_persistent_spec.rb
 ${GEM_LIBDIR}/spec/faraday/adapter/net_http_spec.rb
 ${GEM_LIBDIR}/spec/faraday/adapter/patron_spec.rb
 ${GEM_LIBDIR}/spec/faraday/adapter/rack_spec.rb

Index: pkgsrc/www/ruby-faraday/distinfo
diff -u pkgsrc/www/ruby-faraday/distinfo:1.17 pkgsrc/www/ruby-faraday/distinfo:1.18
--- pkgsrc/www/ruby-faraday/distinfo:1.17       Sat Jan 16 12:50:18 2021
+++ pkgsrc/www/ruby-faraday/distinfo    Thu Jun  3 14:35:12 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2021/01/16 12:50:18 taca Exp $
+$NetBSD: distinfo,v 1.18 2021/06/03 14:35:12 taca Exp $
 
-SHA1 (faraday-1.3.0.gem) = 6bcd252030c15ec56a1b882f0694d49ba91b3123
-RMD160 (faraday-1.3.0.gem) = 2af35cdd75d301640fe2f741f7bb0bc5cbd1e57e
-SHA512 (faraday-1.3.0.gem) = a31e92201a02b266f943666f900916f78e88485abf41d515db6b2e0807644cde460307c5fef95ba70c9dff818c35e775607b03b3279392e2f3960acd80d78910
-Size (faraday-1.3.0.gem) = 80384 bytes
+SHA1 (faraday-1.4.2.gem) = c452406c21631e72350eeeeb6473e78257d9b14e
+RMD160 (faraday-1.4.2.gem) = 52e7888b1bed4f2646023e6af930127bddeb02cc
+SHA512 (faraday-1.4.2.gem) = d7bff299c597473a7fabfff1ed06a20b5416354807d472ee44218b36d11c28e35a2dce04d5423e7f258a012f04bdb0ca039c7f12b68c2a5341f307e3362e766e
+Size (faraday-1.4.2.gem) = 76288 bytes



Home | Main Index | Thread Index | Old Index