pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jan  7 15:25:34 UTC 2023

Added Files:
        pkgsrc/www/ruby-faraday-retry: DESCR Makefile PLIST distinfo

Log Message:
www/ruby-faraday-retry: add package version 1.0.3

Required by newer ruby-faraday package.

Faraday Retry

The Retry middleware automatically retries requests that fail due to
intermittent client or server errors (such as network hiccups).

By default, it retries 2 times and handles only timeout exceptions.

It can be configured with an arbitrary number of retries, a list of
exceptions to handle, a retry interval, a percentage of randomness to add to
the retry interval, and a backoff factor.

The middleware can also handle the Retry-After header automatically when
configured with the right status codes (see below for an example).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-faraday-retry/DESCR \
    pkgsrc/www/ruby-faraday-retry/Makefile \
    pkgsrc/www/ruby-faraday-retry/PLIST \
    pkgsrc/www/ruby-faraday-retry/distinfo

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

Added files:

Index: pkgsrc/www/ruby-faraday-retry/DESCR
diff -u /dev/null pkgsrc/www/ruby-faraday-retry/DESCR:1.1
--- /dev/null   Sat Jan  7 15:25:34 2023
+++ pkgsrc/www/ruby-faraday-retry/DESCR Sat Jan  7 15:25:34 2023
@@ -0,0 +1,13 @@
+Faraday Retry
+
+The Retry middleware automatically retries requests that fail due to
+intermittent client or server errors (such as network hiccups).
+
+By default, it retries 2 times and handles only timeout exceptions.
+
+It can be configured with an arbitrary number of retries, a list of
+exceptions to handle, a retry interval, a percentage of randomness to add to
+the retry interval, and a backoff factor.
+
+The middleware can also handle the Retry-After header automatically when
+configured with the right status codes (see below for an example).
Index: pkgsrc/www/ruby-faraday-retry/Makefile
diff -u /dev/null pkgsrc/www/ruby-faraday-retry/Makefile:1.1
--- /dev/null   Sat Jan  7 15:25:34 2023
+++ pkgsrc/www/ruby-faraday-retry/Makefile      Sat Jan  7 15:25:34 2023
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2023/01/07 15:25:34 taca Exp $
+
+DISTNAME=      faraday-retry-1.0.3
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/lostisland/faraday-retry
+COMMENT=       Catches exceptions and retries each request a limited times
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-faraday-retry/PLIST
diff -u /dev/null pkgsrc/www/ruby-faraday-retry/PLIST:1.1
--- /dev/null   Sat Jan  7 15:25:34 2023
+++ pkgsrc/www/ruby-faraday-retry/PLIST Sat Jan  7 15:25:34 2023
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2023/01/07 15:25:34 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/LICENSE.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/faraday/retriable_response.rb
+${GEM_LIBDIR}/lib/faraday/retry.rb
+${GEM_LIBDIR}/lib/faraday/retry/middleware.rb
+${GEM_LIBDIR}/lib/faraday/retry/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/www/ruby-faraday-retry/distinfo
diff -u /dev/null pkgsrc/www/ruby-faraday-retry/distinfo:1.1
--- /dev/null   Sat Jan  7 15:25:34 2023
+++ pkgsrc/www/ruby-faraday-retry/distinfo      Sat Jan  7 15:25:34 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/01/07 15:25:34 taca Exp $
+
+BLAKE2s (faraday-retry-1.0.3.gem) = 8603686f2329f6df1bdd96f2e12154de7204b152f0f2858af43ea6c93c0d7b2e
+SHA512 (faraday-retry-1.0.3.gem) = c5a5f4cf5f605c5c91da8bee276c07c1dc132bbfa5e8b8d3b6670921799a8abfe39c0fbff761f6ef35b7f26f6a86b8fa8d35119998a75ee3134fbe7349b4e258
+Size (faraday-retry-1.0.3.gem) = 10240 bytes



Home | Main Index | Thread Index | Old Index