Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-faraday for openSUSE:Factory
checked in at 2022-02-15 23:57:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-faraday (Old)
and /work/SRC/openSUSE:Factory/.rubygem-faraday.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-faraday"
Tue Feb 15 23:57:11 2022 rev:26 rq:950618 version:2.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-faraday/rubygem-faraday.changes
2021-01-21 21:55:37.509805203 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-faraday.new.1956/rubygem-faraday.changes
2022-02-15 23:57:28.608245076 +0100
@@ -1,0 +2,200 @@
+Tue Jan 25 06:53:06 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 2.1.0
+ see installed CHANGELOG.md
+
+ ## [1.8.0](https://github.com/lostisland/faraday/releases/tag/v1.8.0)
(2021-09-18)
+
+ ### Features
+
+ * Backport authorization procs (#1322, @jarl-dk)
+
+ ## [v1.7.0](https://github.com/lostisland/faraday/releases/tag/v1.7.0)
(2021-08-09)
+
+ ### Features
+
+ * Add strict_mode to Test::Stubs (#1298, @yykamei)
+
+ ## [v1.6.0](https://github.com/lostisland/faraday/releases/tag/v1.6.0)
(2021-08-01)
+
+ ### Misc
+
+ * Use external Rack adapter (#1296, @iMacTia)
+
+ ## [v1.5.1](https://github.com/lostisland/faraday/releases/tag/v1.5.1)
(2021-07-11)
+
+ ### Fixes
+
+ * Fix JRuby incompatibility after moving out EM adapters (#1294, @ahorek)
+
+ ### Documentation
+
+ * Update YARD to follow RackBuilder (#1292, @kachick)
+
+ ## [v1.5.0](https://github.com/lostisland/faraday/releases/tag/v1.5.0)
(2021-07-04)
+
+ ### Misc
+
+ * Use external httpclient adapter (#1289, @iMacTia)
+ * Use external patron adapter (#1290, @iMacTia)
+
+ ## [v1.4.3](https://github.com/lostisland/faraday/releases/tag/v1.4.3)
(2021-06-24)
+
+ ### Fixes
+
+ * Silence warning (#1286, @gurgeous)
+ * Always dup url_prefix in Connection#build_exclusive_url (#1288, @alexeyds)
+
+ ## [v1.4.2](https://github.com/lostisland/faraday/releases/tag/v1.4.2)
(2021-05-22)
+
+ ### Fixes
+ * Add proxy setting when url_prefix is changed (#1276, @ci)
+ * Default proxy scheme to http:// if necessary, fixes #1282 (#1283,
@gurgeous)
+
+ ### Documentation
+ * Improve introduction page (#1273, @gurgeous)
+ * Docs: add more middleware examples (#1277, @gurgeous)
+
+ ### Misc
+ * Use external `em_http` and `em_synchrony` adapters (#1274, @iMacTia)
+
+ ## [v1.4.1](https://github.com/lostisland/faraday/releases/tag/v1.4.1)
(2021-04-18)
+
+ ### Fixes
+
+ * Fix dependencies from external adapter gems (#1269, @iMacTia)
+
+ ## [v1.4.0](https://github.com/lostisland/faraday/releases/tag/v1.4.0)
(2021-04-16)
+
+ ### Highlights
+
+ With this release, we continue the work of gradually moving out adapters
into their own gems ????
+ Thanks to @MikeRogers0 for helping the Faraday team in progressing with this
quest ????
+
+ And thanks to @olleolleolle efforts, Faraday is becoming more inclusive than
ever ????
+ Faraday's `master` branch has been renamed into `main`, we have an official
policy on inclusive language and even a rubocop plugin to check for
non-inclusive words ??????!
+ Checkout the "Misc" section below for more details ???? !
+
+ ### Fixes
+
+ * Fix NoMethodError undefined method 'coverage' (#1255, @Maroo-b)
+
+ ### Documentation
+
+ * Some docs on EventMachine adapters. (#1232, @damau)
+ * CONTRIBUTING: Fix grammar and layout (#1261, @olleolleolle)
+
+ ### Misc
+
+ * Replacing Net::HTTP::Persistent with faraday-net_http_persistent (#1250,
@MikeRogers0)
+ * CI: Configure the regenerated Coveralls token (#1256, @olleolleolle)
+ * Replace Excon adapter with Faraday::Excon gem, and fix autoloading issue
with Faraday::NetHttpPersistent (#1257, @iMacTia)
+ * Drop CodeClimate (#1259, @olleolleolle)
+ * CI: Rename default branch to main (#1263, @olleolleolle)
+ * Drop RDoc support file .document (#1264, @olleolleolle, @iMacTia)
+ * CONTRIBUTING: add a policy on inclusive language (#1262, @olleolleolle)
+ * Add rubocop-inclusivity (#1267, @olleolleolle, @iMacTia)
+
+ ## [v1.3.1](https://github.com/lostisland/faraday/releases/tag/v1.3.1)
(2021-04-16)
+
+ ### Fixes
+
+ * Escape colon in path segment (#1237, @yarafan)
+ * Handle IPv6 address String on Faraday::Connection#proxy_from_env (#1252,
@cosmo0920)
+
+ ### Documentation
+
+ * Fix broken Rubydoc.info links (#1236, @nickcampbell18)
+ * Add httpx to list of external adapters (#1246, @HoneyryderChuck)
+
+ ### Misc
+
+ * Refactor CI to remove duplicated line (#1230, @tricknotes)
+ * Gemspec: Pick a good ruby2_keywords release (#1241, @olleolleolle)
+
+
+-------------------------------------------------------------------
+Sat Oct 9 09:09:26 UTC 2021 - Manuel Schnitzer <[email protected]>
+
+- updated to version 1.8.0
+
+ * Backport authorization procs (#1322, @jarl-dk)
+
+-------------------------------------------------------------------
+Wed Aug 25 05:07:54 UTC 2021 - Manuel Schnitzer <[email protected]>
+
+- updated to version 1.7.0
+
+ ## [v1.7.0](https://github.com/lostisland/faraday/releases/tag/v1.7.0)
(2021-08-09)
+
+ ### Features
+
+ * Add strict_mode to Test::Stubs (#1298, @yykamei)
+
+ ## [v1.6.0](https://github.com/lostisland/faraday/releases/tag/v1.6.0)
(2021-08-01)
+
+ ### Misc
+
+ * Use external Rack adapter (#1296, @iMacTia)
+
+-------------------------------------------------------------------
+Sun Jul 11 11:37:50 UTC 2021 - Manuel Schnitzer <[email protected]>
+
+- updated to version 1.5.1
+
+ # Fixes
+
+ * Fix JRuby incompatibility after moving out EM adapters (#1294, @ahorek)
+
+ # Documentation
+
+ * Update YARD to follow RackBuilder (#1292, @kachick)
+
+-------------------------------------------------------------------
+Sat Jul 10 13:57:41 UTC 2021 - Manuel Schnitzer <[email protected]>
+
+- updated to version 1.5.0
+
+ # Misc
+
+ * Use external httpclient adapter (#1289, @iMacTia)
+ * Use external patron adapter (#1290, @iMacTia)
+
+-------------------------------------------------------------------
+Thu Jun 24 17:20:52 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 1.4.3
+ see installed CHANGELOG.md
+
+ ## [v1.3.0](https://github.com/lostisland/faraday/releases/tag/v1.3.0)
(2020-12-31)
+
+ ### Highlights
+ Faraday v1.3.0 is the first release to officially support Ruby 3.0 in the CI
pipeline ???? ????!
+
+ This is also the first release with a previously "included" adapter
(Net::HTTP) being isolated into a [separate
gem](https://github.com/lostisland/faraday-net_http) ????!
+ The new adapter is added to Faraday as a dependency for now, so that means
full backwards-compatibility, but just to be safe be careful when upgrading!
+
+ This is a huge step towards are Faraday v2.0 objective of pushing adapters
and middleware into separate gems.
+ Many thanks to the Faraday Team, @JanDintel and everyone who attended the
[ROSS Conf remote event](https://www.rossconf.io/event/remote/)
+
+ ### Features
+
+ * Improves consistency with Faraday::Error and Faraday::RaiseError (#1229,
@qsona, @iMacTia)
+
+ ### Fixes
+
+ * Don't assign to global ::Timer (#1227, @bpo)
+
+ ### Documentation
+
+ * CHANGELOG: add releases after 1.0 (#1225, @olleolleolle)
+ * Improves retry middleware documentation. (#1228, @iMacTia)
+
+ ### Misc
+
+ * Move out Net::HTTP adapter (#1222, @JanDintel, @iMacTia)
+ * Adds Ruby 3.0 to CI Matrix (#1226, @iMacTia)
+
++++ 3 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/rubygem-faraday/rubygem-faraday.changes
++++ and
/work/SRC/openSUSE:Factory/.rubygem-faraday.new.1956/rubygem-faraday.changes
Old:
----
faraday-1.3.0.gem
New:
----
faraday-2.1.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-faraday.spec ++++++
--- /var/tmp/diff_new_pack.aTtfSd/_old 2022-02-15 23:57:29.300246986 +0100
+++ /var/tmp/diff_new_pack.aTtfSd/_new 2022-02-15 23:57:29.304246997 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-faraday
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,12 +24,12 @@
#
Name: rubygem-faraday
-Version: 1.3.0
+Version: 2.1.0
Release: 0
%define mod_name faraday
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: %{ruby >= 2.4}
+BuildRequires: %{ruby >= 2.6}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
URL: https://lostisland.github.io/faraday
++++++ faraday-1.3.0.gem -> faraday-2.1.0.gem ++++++
++++ 6284 lines of diff (skipped)