Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-google-auth-oauthlib for openSUSE:Factory checked in at 2024-07-16 22:02:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-google-auth-oauthlib (Old) and /work/SRC/openSUSE:Factory/.python-google-auth-oauthlib.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-auth-oauthlib" Tue Jul 16 22:02:39 2024 rev:19 rq:1187610 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-google-auth-oauthlib/python-google-auth-oauthlib.changes 2024-03-01 23:36:46.239987291 +0100 +++ /work/SRC/openSUSE:Factory/.python-google-auth-oauthlib.new.17339/python-google-auth-oauthlib.changes 2024-07-16 22:02:49.374743042 +0200 @@ -1,0 +2,7 @@ +Mon Jul 15 13:24:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 1.2.1 + * Clean up local server socket on error (#339) +- Adjust upstream source name in spec file + +------------------------------------------------------------------- Old: ---- google-auth-oauthlib-1.2.0.tar.gz New: ---- google_auth_oauthlib-1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-google-auth-oauthlib.spec ++++++ --- /var/tmp/diff_new_pack.kqDAx0/_old 2024-07-16 22:02:50.182772511 +0200 +++ /var/tmp/diff_new_pack.kqDAx0/_new 2024-07-16 22:02:50.186772657 +0200 @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-google-auth-oauthlib -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Google authentication library License: Apache-2.0 URL: https://github.com/googleapis/google-auth-library-python-oauthlib -Source: https://files.pythonhosted.org/packages/source/g/google-auth-oauthlib/google-auth-oauthlib-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/g/google_auth_oauthlib/google_auth_oauthlib-%{version}.tar.gz # https://github.com/googleapis/google-auth-library-python-oauthlib/issues/207 Patch0: python-google-auth-oauthlib-no-mock.patch BuildRequires: %{python_module pip} @@ -48,7 +48,7 @@ This library provides oauthlib integration with google-auth. %prep -%autosetup -p1 -n google-auth-oauthlib-%{version} +%autosetup -p1 -n google_auth_oauthlib-%{version} rm -rf docs rm -rf tests/__pycache__/ rm -rf tests/*.pyc