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:           Wed Dec 11 14:24:40 UTC 2024

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

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

2.12.1 (2024-11-14)

What's Changed

* Allow faraday-net_http 3.4.x by @richardmarbach in #1599

New Contributors

* @richardmarbach made their first contribution in #1599

2.12.2 (2024-12-09)

What's Changed

* Use generic argument forwarding + remove ruby2_keywords by @chaymaeBZ in
  #1601
* [TEST] fix compatibility with ruby 3.4.0dev by @mtasaka in #1604
* Formatting the log using parameter progname for the logger by @kodram in
  #1606

New Contributors

* @chaymaeBZ made their first contribution in #1601
* @mtasaka made their first contribution in #1604
* @kodram made their first contribution in #1606


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/ruby-faraday/Makefile
cvs rdiff -u -r1.36 -r1.37 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.39 pkgsrc/www/ruby-faraday/Makefile:1.40
--- pkgsrc/www/ruby-faraday/Makefile:1.39       Sun Sep 22 08:00:40 2024
+++ pkgsrc/www/ruby-faraday/Makefile    Wed Dec 11 14:24:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/09/22 08:00:40 taca Exp $
+# $NetBSD: Makefile,v 1.40 2024/12/11 14:24:40 taca Exp $
 
-DISTNAME=      faraday-2.12.0
+DISTNAME=      faraday-2.12.2
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@ HOMEPAGE=       https://github.com/lostisland/
 COMMENT=       HTTP/REST API client library
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-faraday-net_http>=2.0<3.4:../../www/ruby-faraday-net_http
+DEPENDS+=      ${RUBY_PKGPREFIX}-faraday-net_http>=2.0<3.5:../../www/ruby-faraday-net_http
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/ruby-faraday/distinfo
diff -u pkgsrc/www/ruby-faraday/distinfo:1.36 pkgsrc/www/ruby-faraday/distinfo:1.37
--- pkgsrc/www/ruby-faraday/distinfo:1.36       Sun Sep 22 08:00:40 2024
+++ pkgsrc/www/ruby-faraday/distinfo    Wed Dec 11 14:24:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2024/09/22 08:00:40 taca Exp $
+$NetBSD: distinfo,v 1.37 2024/12/11 14:24:40 taca Exp $
 
-BLAKE2s (faraday-2.12.0.gem) = 5c2c32b21bbf5e879c4fb47c97d675418126144fbe4ae2098639c4d237c649e3
-SHA512 (faraday-2.12.0.gem) = d1293e60c1badc28ccadf919330d032b009e8c2b9df66e504d0ca7b163afdb15dbabc29c887cf5acefc802d1c2f4b815257f865056e5f7b49c0680e5e76a87c8
-Size (faraday-2.12.0.gem) = 73728 bytes
+BLAKE2s (faraday-2.12.2.gem) = fa7fe9efb33056a04d7f41edcea10092468aab844a451a2343aa0f631be8883e
+SHA512 (faraday-2.12.2.gem) = 1cae919a782b17e62abbbf6f41a6ce16f48dc0500d354694cdae4e7b5fd0b8cac3b6fd4a6a8f1284c50fc4de1db65283a7185d757135fea76f65404175ef8efd
+Size (faraday-2.12.2.gem) = 73728 bytes



Home | Main Index | Thread Index | Old Index