Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-omniauth-oauth2 for openSUSE:Factory checked in at 2022-08-09 15:26:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-omniauth-oauth2 (Old) and /work/SRC/openSUSE:Factory/.rubygem-omniauth-oauth2.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-omniauth-oauth2" Tue Aug 9 15:26:45 2022 rev:6 rq:993505 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-omniauth-oauth2/rubygem-omniauth-oauth2.changes 2022-02-07 23:38:47.830154288 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-omniauth-oauth2.new.1521/rubygem-omniauth-oauth2.changes 2022-08-09 15:27:00.045393470 +0200 @@ -1,0 +2,6 @@ +Thu Aug 4 13:21:38 UTC 2022 - Stephan Kulow <co...@suse.com> + +updated to version 1.8.0 + no changelog found + +------------------------------------------------------------------- Old: ---- omniauth-oauth2-1.7.2.gem New: ---- omniauth-oauth2-1.8.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-omniauth-oauth2.spec ++++++ --- /var/tmp/diff_new_pack.5p5KNj/_old 2022-08-09 15:27:00.625395127 +0200 +++ /var/tmp/diff_new_pack.5p5KNj/_new 2022-08-09 15:27:00.629395139 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-omniauth-oauth2 -Version: 1.7.2 +Version: 1.8.0 Release: 0 %define mod_name omniauth-oauth2 %define mod_full_name %{mod_name}-%{version} @@ -48,7 +48,7 @@ %install %gem_install \ - --doc-files="LICENSE.md README.md" \ + --doc-files="CHANGELOG.md LICENSE.md README.md" \ -f %gem_packages ++++++ omniauth-oauth2-1.7.2.gem -> omniauth-oauth2-1.8.0.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.github/workflows/main.yml new/.github/workflows/main.yml --- old/.github/workflows/main.yml 2021-11-02 19:54:08.000000000 +0100 +++ new/.github/workflows/main.yml 2022-06-18 18:39:25.000000000 +0200 @@ -13,7 +13,7 @@ fail-fast: false matrix: os: [ubuntu, macos] - ruby: [2.5, 2.6, 2.7, head, debug, truffleruby, truffleruby-head] + ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head, debug, truffleruby, truffleruby-head] steps: - uses: actions/checkout@v2 - name: Set up Ruby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md --- old/CHANGELOG.md 1970-01-01 01:00:00.000000000 +0100 +++ new/CHANGELOG.md 2022-06-18 18:39:25.000000000 +0200 @@ -0,0 +1,5 @@ +## [v1.8.0](https://github.com/omniauth/omniauth-oauth2/releases/tag/v1.7.3) +- Relaxes allowed versions of the oauth2 gem. [#146](https://github.com/omniauth/omniauth-oauth2/pull/146) +- Requires omniauth `~> 2.0` [#152](https://github.com/omniauth/omniauth-oauth2/pull/152) + +Please see https://github.com/omniauth/omniauth-oauth2/releases for changelog prior to 1.8.0 Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/omniauth-oauth2/version.rb new/lib/omniauth-oauth2/version.rb --- old/lib/omniauth-oauth2/version.rb 2021-11-02 19:54:08.000000000 +0100 +++ new/lib/omniauth-oauth2/version.rb 2022-06-18 18:39:25.000000000 +0200 @@ -1,5 +1,5 @@ module OmniAuth module OAuth2 - VERSION = "1.7.2".freeze + VERSION = "1.8.0".freeze end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2021-11-02 19:54:08.000000000 +0100 +++ new/metadata 2022-06-18 18:39:25.000000000 +0200 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: omniauth-oauth2 version: !ruby/object:Gem::Version - version: 1.7.2 + version: 1.8.0 platform: ruby authors: - Michael Bleigh @@ -10,42 +10,42 @@ autorequire: bindir: bin cert_chain: [] -date: 2021-11-02 00:00:00.000000000 Z +date: 2022-06-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: oauth2 requirement: !ruby/object:Gem::Requirement requirements: - - - "~>" + - - ">=" - !ruby/object:Gem::Version version: '1.4' + - - "<" + - !ruby/object:Gem::Version + version: '3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - - "~>" + - - ">=" - !ruby/object:Gem::Version version: '1.4' + - - "<" + - !ruby/object:Gem::Version + version: '3' - !ruby/object:Gem::Dependency name: omniauth requirement: !ruby/object:Gem::Requirement requirements: - - - ">=" - - !ruby/object:Gem::Version - version: '1.9' - - - "<" + - - "~>" - !ruby/object:Gem::Version - version: '3' + version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - - ">=" - - !ruby/object:Gem::Version - version: '1.9' - - - "<" + - - "~>" - !ruby/object:Gem::Version - version: '3' + version: '2.0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement @@ -74,6 +74,7 @@ - ".gitignore" - ".rspec" - ".rubocop.yml" +- CHANGELOG.md - Gemfile - LICENSE.md - README.md @@ -104,7 +105,7 @@ - !ruby/object:Gem::Version version: '0' requirements: [] -rubygems_version: 3.2.30 +rubygems_version: 3.2.32 signing_key: specification_version: 4 summary: An abstract OAuth2 strategy for OmniAuth. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/omniauth-oauth2.gemspec new/omniauth-oauth2.gemspec --- old/omniauth-oauth2.gemspec 2021-11-02 19:54:08.000000000 +0100 +++ new/omniauth-oauth2.gemspec 2022-06-18 18:39:25.000000000 +0200 @@ -3,8 +3,8 @@ require "omniauth-oauth2/version" Gem::Specification.new do |gem| - gem.add_dependency "oauth2", "~> 1.4" - gem.add_dependency "omniauth", [">= 1.9", "< 3"] + gem.add_dependency "oauth2", [">= 1.4", "< 3"] + gem.add_dependency "omniauth", "~> 2.0" gem.add_development_dependency "bundler", "~> 2.0"