pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-typhoeus



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 15 17:04:38 UTC 2025

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

Log Message:
www/ruby-typhoeus: update to 1.5.0

1.5.0 (2025-08-26)

* Update gemspec with metadata and remove extra files from the bundled
  gem. (Felipe Mesquita, #734)
* Require Ruby 2.6+ and simplify Gemfile. (Felipe Mesquita, #733)
* Add support for URI objects in Typhoeus.stub(). (Katelyn Schiesser, #732)
* Add explicit require for logger and ostruct gems for Ruby 3.5+
  compatibility. (Felipe Mesquita, #729)
* Add Ruby 3.4 to CI matrix. (y-yagi, #728)
* Support curl 8.9 error message changes in tests. (Mamoru TASAKA, #724)
* Add Ruby 3.2 and 3.3 to CI, drop Ruby 2.5, lock ethon < 0.16.0. (y-yagi,
  #716)
* Fix typo in comment: "reponse" → "response". (George Brocklehurst, #700)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-typhoeus/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-typhoeus/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-typhoeus/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-typhoeus/Makefile
diff -u pkgsrc/www/ruby-typhoeus/Makefile:1.3 pkgsrc/www/ruby-typhoeus/Makefile:1.4
--- pkgsrc/www/ruby-typhoeus/Makefile:1.3       Sun Dec 17 16:47:13 2023
+++ pkgsrc/www/ruby-typhoeus/Makefile   Mon Sep 15 17:04:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/12/17 16:47:13 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/15 17:04:38 taca Exp $
 
-DISTNAME=      typhoeus-1.4.1
+DISTNAME=      typhoeus-1.5.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-typhoeus/PLIST
diff -u pkgsrc/www/ruby-typhoeus/PLIST:1.2 pkgsrc/www/ruby-typhoeus/PLIST:1.3
--- pkgsrc/www/ruby-typhoeus/PLIST:1.2  Sun Dec 17 16:47:13 2023
+++ pkgsrc/www/ruby-typhoeus/PLIST      Mon Sep 15 17:04:38 2025
@@ -1,16 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2023/12/17 16:47:13 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/09/15 17:04:38 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.github/workflows/ci.yml
-${GEM_LIBDIR}/.github/workflows/experimental.yml
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.rspec
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/CONTRIBUTING.md
-${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/Guardfile
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/UPGRADE.md
 ${GEM_LIBDIR}/lib/rack/typhoeus.rb
 ${GEM_LIBDIR}/lib/rack/typhoeus/middleware/params_decoder.rb
@@ -55,46 +48,5 @@ ${GEM_LIBDIR}/lib/typhoeus/response/head
 ${GEM_LIBDIR}/lib/typhoeus/response/informations.rb
 ${GEM_LIBDIR}/lib/typhoeus/response/status.rb
 ${GEM_LIBDIR}/lib/typhoeus/version.rb
-${GEM_LIBDIR}/perf/profile.rb
-${GEM_LIBDIR}/perf/vs_nethttp.rb
-${GEM_LIBDIR}/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb
-${GEM_LIBDIR}/spec/rack/typhoeus/middleware/params_decoder_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/support/localhost_server.rb
-${GEM_LIBDIR}/spec/support/memory_cache.rb
-${GEM_LIBDIR}/spec/support/server.rb
-${GEM_LIBDIR}/spec/typhoeus/adapters/faraday_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/cache/dalli_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/cache/redis_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/config_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/easy_factory_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/errors/no_stub_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/expectation_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/hydra/addable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/hydra/before_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/hydra/block_connection_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/hydra/cacheable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/hydra/memoizable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/hydra/queueable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/hydra/runnable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/hydra/stubbable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/hydra_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/pool_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/actions_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/before_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/block_connection_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/cacheable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/callbacks_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/marshal_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/memoizable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/operations_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/responseable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request/stubbable_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/request_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/response/header_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/response/informations_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/response/status_spec.rb
-${GEM_LIBDIR}/spec/typhoeus/response_spec.rb
-${GEM_LIBDIR}/spec/typhoeus_spec.rb
 ${GEM_LIBDIR}/typhoeus.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/www/ruby-typhoeus/distinfo
diff -u pkgsrc/www/ruby-typhoeus/distinfo:1.5 pkgsrc/www/ruby-typhoeus/distinfo:1.6
--- pkgsrc/www/ruby-typhoeus/distinfo:1.5       Sun Dec 17 16:47:13 2023
+++ pkgsrc/www/ruby-typhoeus/distinfo   Mon Sep 15 17:04:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/12/17 16:47:13 taca Exp $
+$NetBSD: distinfo,v 1.6 2025/09/15 17:04:38 taca Exp $
 
-BLAKE2s (typhoeus-1.4.1.gem) = c6c3c91f729b889357d81ddc4919fb8e99ab4453c07cc74f7da178b5bc5c0510
-SHA512 (typhoeus-1.4.1.gem) = 2970793dfa94a80abf140779a148d9b8d6ab212ca0072c5353b8d158cc625e023e4c7a28ae8471d18ae3bd8cde46f31aae54bbf7a3fde33e980b533af0f81578
-Size (typhoeus-1.4.1.gem) = 57856 bytes
+BLAKE2s (typhoeus-1.5.0.gem) = f9349fbddc0c783aeabc3e60a174a77d439dd33b2004a34820afca1a85b3138f
+SHA512 (typhoeus-1.5.0.gem) = 006479d5023b4b812add09abedb225f54aa86797a936bb3a3ebe4e3d36b157dc6eab9eba9a67228f1d1ed47a8f68ea09424fc43fc4a6c66c1db7d96907dec905
+Size (typhoeus-1.5.0.gem) = 38912 bytes



Home | Main Index | Thread Index | Old Index