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: Sun Feb 4 06:51:50 UTC 2024
Modified Files:
pkgsrc/www/ruby-faraday: Makefile distinfo
Log Message:
www/ruby-faraday: update to 2.9.0
2.8.0 (2023-12-20)
What's Changed
New features
* Configurable JSON encoders and decoders by @ne006 in #1539
Misc/Docs
* Update testing.md by @geemus in #1535
* Lint by @olleolleolle in #1536
* CI: tell dependabot to update GH Actions by @olleolleolle in #1537
* Bump actions/checkout from 3 to 4 by @dependabot in #1538
New Contributors
* @geemus made their first contribution in #1535
* @dependabot made their first contribution in #1538
* @ne006 made their first contribution in #1539
2.8.1 (2023-12-21)
What's Changed
* Fix: Add back support for Hash#pretty_inspect by @olleolleolle in #1540
2.9.0 (2024-01-09)
What's Changed
NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby 3.0 the
minimum version.
* Remove runtime dependency on base64 by @Earlopain in #1541
* Make Ruby 3.0 the min version by @iMacTia in #1544
* Bump faraday-net_http version to allow 3.1 by @iMacTia in #1546
New Contributors
* @Earlopain made their first contribution in #1541
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/ruby-faraday/Makefile
cvs rdiff -u -r1.31 -r1.32 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.34 pkgsrc/www/ruby-faraday/Makefile:1.35
--- pkgsrc/www/ruby-faraday/Makefile:1.34 Sun Dec 17 16:21:26 2023
+++ pkgsrc/www/ruby-faraday/Makefile Sun Feb 4 06:51:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2023/12/17 16:21:26 taca Exp $
+# $NetBSD: Makefile,v 1.35 2024/02/04 06:51:49 taca Exp $
-DISTNAME= faraday-2.7.12
+DISTNAME= faraday-2.9.0
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.1:../../www/ruby-faraday-net_http
+DEPENDS+= ${RUBY_PKGPREFIX}-faraday-net_http>=2.0<3.2:../../www/ruby-faraday-net_http
DEPENDS+= ${RUBY_PKGPREFIX}-ruby2_keywords>=0.0.4:../../devel/ruby-ruby2_keywords
USE_LANGUAGES= # none
Index: pkgsrc/www/ruby-faraday/distinfo
diff -u pkgsrc/www/ruby-faraday/distinfo:1.31 pkgsrc/www/ruby-faraday/distinfo:1.32
--- pkgsrc/www/ruby-faraday/distinfo:1.31 Sun Dec 17 16:21:26 2023
+++ pkgsrc/www/ruby-faraday/distinfo Sun Feb 4 06:51:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2023/12/17 16:21:26 taca Exp $
+$NetBSD: distinfo,v 1.32 2024/02/04 06:51:49 taca Exp $
-BLAKE2s (faraday-2.7.12.gem) = 2f18bdc6fc280e67c7b1ea28d237579f0908a6bb00c9ff44f4c9b3b77761187d
-SHA512 (faraday-2.7.12.gem) = d29520de6cfb5f470f50653b51316a775192e3d8d18089877b4b430d6332334dd9e531f6bb7027606facef7334380060110cfd6628239affe4228f9607773643
-Size (faraday-2.7.12.gem) = 70656 bytes
+BLAKE2s (faraday-2.9.0.gem) = b3d77a6c98fc74bff964cce20cf135ae556bc44cb8c4b17712b84c08d596cc2a
+SHA512 (faraday-2.9.0.gem) = 91c241723bc1bfb904c53a2bffede427fd62fa53f94773819a40c2cc004437803eca0626c8ed6c5910195519c4d2f4182d8dabf35caeaa24c87f1b03f3e80ed5
+Size (faraday-2.9.0.gem) = 71168 bytes
Home |
Main Index |
Thread Index |
Old Index