pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-faraday-net_http_persistent



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan  9 12:50:54 UTC 2023

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

Log Message:
www/ruby-faraday-net_http_persistent: update to 2.1.0

2.0.0 (2022-01-04)

What's Changed

* Switch to Faraday 2.0, Ruby 2.6 min requirement and test against 3.1
* Prepare this adapter for Faraday 2.0 by @mattbrictson in #7
* CI: Drop Ruby 2.5, add Ruby 3.0 by @olleolleolle in #10
* chore: Move dev deps to Gemfile by @olleolleolle in #9
* fix: Depend on net-http-persistent 4.x in gemspec by @olleolleolle in #11

2.0.1 (2022-01-06)

* Re-add support for Faraday v1

2.0.2 (2022-08-09)

* Pin faraday-net_http version to '< 3'

2.1.0 (2022-08-11)

* Remove dependency from faraday-net_http adapter. by @iMacTia in #15


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-faraday-net_http_persistent/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-faraday-net_http_persistent/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-net_http_persistent/Makefile
diff -u pkgsrc/www/ruby-faraday-net_http_persistent/Makefile:1.2 pkgsrc/www/ruby-faraday-net_http_persistent/Makefile:1.3
--- pkgsrc/www/ruby-faraday-net_http_persistent/Makefile:1.2    Mon Aug 30 15:29:19 2021
+++ pkgsrc/www/ruby-faraday-net_http_persistent/Makefile        Mon Jan  9 12:50:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/08/30 15:29:19 taca Exp $
+# $NetBSD: Makefile,v 1.3 2023/01/09 12:50:54 taca Exp $
 
-DISTNAME=      faraday-net_http_persistent-1.2.0
+DISTNAME=      faraday-net_http_persistent-2.1.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,6 +8,9 @@ HOMEPAGE=       https://github.com/lostisland/
 COMMENT=       Faraday adapter for NetHttpPersistent
 LICENSE=       mit
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-faraday>=2.5<3:../../www/ruby-faraday
+DEPENDS+=      ${RUBY_PKGPREFIX}-net-http-persistent>=4.0<5:../../www/ruby-net-http-persistent
+
 USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/www/ruby-faraday-net_http_persistent/distinfo
diff -u pkgsrc/www/ruby-faraday-net_http_persistent/distinfo:1.4 pkgsrc/www/ruby-faraday-net_http_persistent/distinfo:1.5
--- pkgsrc/www/ruby-faraday-net_http_persistent/distinfo:1.4    Tue Oct 26 11:30:57 2021
+++ pkgsrc/www/ruby-faraday-net_http_persistent/distinfo        Mon Jan  9 12:50:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:30:57 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/01/09 12:50:54 taca Exp $
 
-BLAKE2s (faraday-net_http_persistent-1.2.0.gem) = 1501b3e831652bcc22d37848df2ea9295633d4474892888fee656b9e008017cc
-SHA512 (faraday-net_http_persistent-1.2.0.gem) = c1b7877535d3b1fafda170ab780ce8d59f37b92fb3d749c8e52e7b0b804f8773b9d21ca581290b64e432c3d1148f299044aa8e42c93d42a222da02897f2f0d60
-Size (faraday-net_http_persistent-1.2.0.gem) = 7680 bytes
+BLAKE2s (faraday-net_http_persistent-2.1.0.gem) = 182bc0be52dd1a7dcf207f0979e40ced7f387bb3f3936f96f0f87d41b7ed6c70
+SHA512 (faraday-net_http_persistent-2.1.0.gem) = 1d7a629f37b0b7ae124f1848eb063837fb6854432d402c8998d94ac9716e85836a9cebd65927a32b9db5b4e4459e6876e33f156b6f31b58723bd763fd7156079
+Size (faraday-net_http_persistent-2.1.0.gem) = 8704 bytes



Home | Main Index | Thread Index | Old Index