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 2021-01-21 21:55:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-faraday (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-faraday.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-faraday"

Thu Jan 21 21:55:36 2021 rev:25 rq:865188 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-faraday/rubygem-faraday.changes  
2020-05-11 13:40:48.577050192 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-faraday.new.28504/rubygem-faraday.changes   
    2021-01-21 21:55:37.509805203 +0100
@@ -1,0 +2,81 @@
+Wed Jan 20 12:36:19 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 1.3.0
+ see installed CHANGELOG.md
+
+  ## [v1.2.0](https://github.com/lostisland/faraday/releases/tag/v1.2.0) 
(2020-12-23)
+  
+  ### Features
+  
+  * Introduces `on_request` and `on_complete` methods in 
`Faraday::Middleware`. (#1194, @iMacTia)
+  
+  ### Fixes
+  
+  * Require 'date' to avoid retry exception (#1206, @rustygeldmacher)
+  * Fix rdebug recursion issue (#1205, @native-api)
+  * Update call to `em_http_ssl_patch` (#1202, @kylekeesling)
+  * `EmHttp` adapter: drop superfluous loaded? check (#1213, @olleolleolle)
+  * Avoid 1 use of keyword hackery (#1211, @grosser)
+  * Fix #1219 `Net::HTTP` still uses env proxy (#1221, @iMacTia)
+  
+  ### Documentation
+  
+  * Add comment in gemspec to explain exposure of `examples` and `spec` 
folders. (#1192, @iMacTia)
+  * Adapters, how to create them (#1193, @olleolleolle)
+  * Update documentation on using the logger (#1196, @tijmenb)
+  * Adjust the retry documentation and spec to align with implementation 
(#1198, @nbeyer)
+  
+  ### Misc
+  
+  * Test against ruby head (#1208, @grosser)
+  
+  ## [v1.1.0](https://github.com/lostisland/faraday/releases/tag/v1.1.0) 
(2020-10-17)
+  
+  ### Features
+  
+  * Makes parameters sorting configurable (#1162 @wishdev)
+  * Introduces `flat_encode` option for multipart adapter. (#1163 @iMacTia)
+  * Include request info in exceptions raised by RaiseError Middleware (#1181 
@SandroDamilano)
+  
+  ### Fixes
+  
+  * Avoid `last arg as keyword param` warning when building user middleware on 
Ruby 2.7 (#1153 @dgholz)
+  * Limits net-http-persistent version to < 4.0 (#1156 @iMacTia)
+  * Update `typhoeus` to new stable version (`1.4`) (#1159 @AlexWayfer)
+  * Properly fix test failure with Rack 2.1+. (#1171 @voxik)
+  
+  ### Documentation
+  
+  * Improves documentation on how to contribute to the site by using Docker. 
(#1175 @iMacTia)
+  * Remove retry_change_requests from documentation (#1185 @stim371)
+  
+  ### Misc
+  
+  * Link from GitHub Actions badge to CI workflow (#1141 @olleolleolle)
+  * Return tests of `Test` adapter (#1147 @AlexWayfer)
+  * Add 1.0 release to wording in CONTRIBUTING (#1155 @olleolleolle)
+  * Fix linting bumping Rubocop to 0.90.0 (#1182 @iMacTia)
+  * Drop `git ls-files` in gemspec (#1183 @utkarsh2102)
+  * Upgrade CI to ruby/setup-ruby (#1187 @gogainda)
+  
+  ## [v1.0.1](https://github.com/lostisland/faraday/releases/tag/v1.0.1) 
(2020-03-29)
+  
+  ### Fixes
+  
+  * Use Net::HTTP#start(&block) to ensure closed TCP connections (#1117)
+  * Fully qualify constants to be checked (#1122)
+  * Allows `parse` method to be private/protected in response middleware 
(#1123)
+  * Encode Spaces in Query Strings as '%20' Instead of '+' (#1125)
+  * Limits rack to v2.0.x (#1127)
+  * Adapter Registry reads also use mutex (#1136) 
+  
+  ### Documentation
+  
+  * Retry middleware documentation fix (#1109)
+  * Docs(retry): precise usage of retry-after (#1111)
+  * README: Link the logo to the website (#1112)
+  * Website: add search bar (#1116)
+  * Fix request/response mix-up in docs text (#1132)
+  
+
+-------------------------------------------------------------------

Old:
----
  faraday-1.0.1.gem

New:
----
  faraday-1.3.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-faraday.spec ++++++
--- /var/tmp/diff_new_pack.2E881Y/_old  2021-01-21 21:55:38.453805860 +0100
+++ /var/tmp/diff_new_pack.2E881Y/_new  2021-01-21 21:55:38.457805863 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-faraday
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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.0.1
+Version:        1.3.0
 Release:        0
 %define mod_name faraday
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.3}
+BuildRequires:  %{ruby >= 2.4}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 URL:            https://lostisland.github.io/faraday

++++++ faraday-1.0.1.gem -> faraday-1.3.0.gem ++++++
++++ 2237 lines of diff (skipped)

Reply via email to