Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-faraday-net_http for
openSUSE:Factory checked in at 2022-06-15 00:32:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-faraday-net_http (Old)
and /work/SRC/openSUSE:Factory/.rubygem-faraday-net_http.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-faraday-net_http"
Wed Jun 15 00:32:18 2022 rev:3 rq:982529 version:2.0.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-faraday-net_http/rubygem-faraday-net_http.changes
2022-02-15 23:57:27.856242999 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-faraday-net_http.new.1548/rubygem-faraday-net_http.changes
2022-06-15 00:32:28.142541442 +0200
@@ -1,0 +2,7 @@
+Mon Jun 13 17:00:47 UTC 2022 - Manuel Schnitzer <[email protected]>
+
+- updated to version 2.0.3
+
+ * Add Errno::EALREADY to list of Net::HTTP exceptions by @iMacTia in #21
+
+-------------------------------------------------------------------
Old:
----
faraday-net_http-2.0.1.gem
New:
----
faraday-net_http-2.0.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-faraday-net_http.spec ++++++
--- /var/tmp/diff_new_pack.ailEgm/_old 2022-06-15 00:32:29.294543136 +0200
+++ /var/tmp/diff_new_pack.ailEgm/_new 2022-06-15 00:32:29.298543141 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-faraday-net_http
-Version: 2.0.1
+Version: 2.0.3
Release: 0
%define mod_name faraday-net_http
%define mod_full_name %{mod_name}-%{version}
++++++ faraday-net_http-2.0.1.gem -> faraday-net_http-2.0.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md 2022-01-05 22:29:54.000000000 +0100
+++ new/README.md 2022-05-17 11:46:12.000000000 +0200
@@ -24,7 +24,6 @@
conn = Faraday.new(...) do |f|
f.adapter :net_http do |http|
# yields Net::HTTP
- http.idle_timeout = 100
http.verify_callback = lambda do |preverify, cert_store|
# do something here...
end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/faraday/adapter/net_http.rb
new/lib/faraday/adapter/net_http.rb
--- old/lib/faraday/adapter/net_http.rb 2022-01-05 22:29:54.000000000 +0100
+++ new/lib/faraday/adapter/net_http.rb 2022-05-17 11:46:12.000000000 +0200
@@ -15,6 +15,7 @@
exceptions = [
IOError,
Errno::EADDRNOTAVAIL,
+ Errno::EALREADY,
Errno::ECONNABORTED,
Errno::ECONNREFUSED,
Errno::ECONNRESET,
@@ -210,7 +211,7 @@
def encoded_body(http_response)
body = http_response.body || +''
/\bcharset=\s*(.+?)\s*(;|$)/.match(http_response['Content-Type']) do
|match|
- content_charset = Encoding.find(match.captures.first)
+ content_charset = ::Encoding.find(match.captures.first)
body = body.dup if body.frozen?
body.force_encoding(content_charset)
rescue ArgumentError
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lib/faraday/net_http/version.rb
new/lib/faraday/net_http/version.rb
--- old/lib/faraday/net_http/version.rb 2022-01-05 22:29:54.000000000 +0100
+++ new/lib/faraday/net_http/version.rb 2022-05-17 11:46:12.000000000 +0200
@@ -2,6 +2,6 @@
module Faraday
module NetHttp
- VERSION = '2.0.1'
+ VERSION = '2.0.3'
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2022-01-05 22:29:54.000000000 +0100
+++ new/metadata 2022-05-17 11:46:12.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: faraday-net_http
version: !ruby/object:Gem::Version
- version: 2.0.1
+ version: 2.0.3
platform: ruby
authors:
- Jan van der Pas
autorequire:
bindir: bin
cert_chain: []
-date: 2022-01-05 00:00:00.000000000 Z
+date: 2022-05-17 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: faraday
@@ -42,7 +42,7 @@
metadata:
homepage_uri: https://github.com/lostisland/faraday-net_http
source_code_uri: https://github.com/lostisland/faraday-net_http
- changelog_uri:
https://github.com/lostisland/faraday-net_http/releases/tag/v2.0.1
+ changelog_uri:
https://github.com/lostisland/faraday-net_http/releases/tag/v2.0.3
post_install_message:
rdoc_options: []
require_paths: