Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-swd for openSUSE:Factory 
checked in at 2024-02-26 19:49:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-swd (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-swd.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-swd"

Mon Feb 26 19:49:12 2024 rev:6 rq:1151756 version:2.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-swd/rubygem-swd.changes  2022-10-13 
15:45:12.991097662 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-swd.new.1770/rubygem-swd.changes        
2024-02-26 19:50:28.308929728 +0100
@@ -1,0 +2,20 @@
+Mon Jan 29 14:40:28 UTC 2024 - Dan Čermák <dan.cer...@posteo.net>
+
+- ## [2.0.2] - 2022-10-09
+
+### Changed
+
+* convert Faraday::Error to SWD::Exception  
https://github.com/nov/SWD/commit/a5bacba3c0fe740b1e36be220980b29dc50de095
+
+### Fixed
+
+* SWD::Resource#to_response_object was needed for openid_connect gem 
https://github.com/nov/SWD/commit/c4d916d3cd8d4fe076bd27a64403d98dea9b00ef
+
+## [2.0.1] - 2022-10-08
+
+### Fixed
+
+* typo 
https://github.com/nov/SWD/commit/3fd7a4fbe8fdf586824edc5d2b4222c43e7a9655
+
+
+-------------------------------------------------------------------

Old:
----
  swd-2.0.2.gem

New:
----
  swd-2.0.3.gem

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

Other differences:
------------------
++++++ rubygem-swd.spec ++++++
--- /var/tmp/diff_new_pack.fz1kaY/_old  2024-02-26 19:50:28.816948093 +0100
+++ /var/tmp/diff_new_pack.fz1kaY/_new  2024-02-26 19:50:28.816948093 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-swd
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,11 +24,10 @@
 #
 
 Name:           rubygem-swd
-Version:        2.0.2
+Version:        2.0.3
 Release:        0
 %define mod_name swd
 %define mod_full_name %{mod_name}-%{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
@@ -37,7 +36,6 @@
 Source1:        gem2rpm.yml
 Summary:        SWD (Simple Web Discovery) Client Library
 License:        MIT
-Group:          Development/Languages/Ruby
 
 %description
 SWD (Simple Web Discovery) Client Library.

++++++ swd-2.0.2.gem -> swd-2.0.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.github/workflows/spec.yml 
new/.github/workflows/spec.yml
--- old/.github/workflows/spec.yml      2022-10-09 09:56:03.000000000 +0200
+++ new/.github/workflows/spec.yml      2023-12-27 08:54:23.000000000 +0100
@@ -3,7 +3,7 @@
 on:
   push:
     branches:
-      - master
+      - main
   pull_request:
 
 permissions:
@@ -13,12 +13,11 @@
   spec:
     strategy:
       matrix:
-        os: ['ubuntu-20.04']
-        ruby-version: ['2.6', '2.7', '3.0', '3.1']
-        # ubuntu 22.04 only supports ssl 3 and thus only ruby 3.1
+        os: ['ubuntu-20.04', 'ubuntu-22.04']
+        ruby-version: ['3.1', '3.2', '3.3']
         include:
-        - os: 'ubuntu-22.04'
-          ruby-version: '3.1'
+        - os: 'ubuntu-20.04'
+          ruby-version: '3.0'
     runs-on: ${{ matrix.os }}
 
     steps:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2022-10-09 09:56:03.000000000 +0200
+++ new/CHANGELOG.md    2023-12-27 08:54:23.000000000 +0100
@@ -1,3 +1,19 @@
+## [2.0.2] - 2022-10-09
+
+### Changed
+
+* convert Faraday::Error to SWD::Exception  
https://github.com/nov/SWD/commit/a5bacba3c0fe740b1e36be220980b29dc50de095
+
+### Fixed
+
+* SWD::Resource#to_response_object was needed for openid_connect gem 
https://github.com/nov/SWD/commit/c4d916d3cd8d4fe076bd27a64403d98dea9b00ef
+
+## [2.0.1] - 2022-10-08
+
+### Fixed
+
+* typo 
https://github.com/nov/SWD/commit/3fd7a4fbe8fdf586824edc5d2b4222c43e7a9655
+
 ## [2.0.0] - 2022-10-08
 
 ### Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2022-10-09 09:56:03.000000000 +0200
+++ new/VERSION 2023-12-27 08:54:23.000000000 +0100
@@ -1 +1 @@
-2.0.2
\ No newline at end of file
+2.0.3
\ No newline at end of file
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-10-09 09:56:03.000000000 +0200
+++ new/metadata        2023-12-27 08:54:23.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: swd
 version: !ruby/object:Gem::Version
-  version: 2.0.2
+  version: 2.0.3
 platform: ruby
 authors:
 - nov matake
 autorequire:
 bindir: bin
 cert_chain: []
-date: 2022-10-09 00:00:00.000000000 Z
+date: 2023-12-27 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: faraday
@@ -188,7 +188,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.3.7
+rubygems_version: 3.4.10
 signing_key:
 specification_version: 4
 summary: SWD (Simple Web Discovery) Client Library
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec/swd/resource_spec.rb 
new/spec/swd/resource_spec.rb
--- old/spec/swd/resource_spec.rb       2022-10-09 09:56:03.000000000 +0200
+++ new/spec/swd/resource_spec.rb       2023-12-27 08:54:23.000000000 +0100
@@ -100,7 +100,7 @@
       context 'when Faraday::Error without response' do
         it do
           expect(SWD.http_client).to receive(:get).and_raise(Faraday::Error)
-          expect { res = resource.discover! }.to raise_error Faraday::Error
+          expect { res = resource.discover! }.to raise_error SWD::Exception
         end
       end
 

Reply via email to