Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pydata-google-auth for 
openSUSE:Factory checked in at 2024-03-25 21:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydata-google-auth (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydata-google-auth.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydata-google-auth"

Mon Mar 25 21:07:59 2024 rev:7 rq:1160829 version:1.8.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pydata-google-auth/python-pydata-google-auth.changes
      2023-10-19 22:53:43.372366856 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pydata-google-auth.new.1905/python-pydata-google-auth.changes
    2024-03-25 21:09:51.628845039 +0100
@@ -1,0 +2,6 @@
+Fri Mar 22 20:24:45 UTC 2024 - Ben Greiner <[email protected]>
+
+- Remove ancient versioneer.py and use system one for Python 3.12
+  compatibility -- gh#pydata/pydata-google-auth#74
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pydata-google-auth.spec ++++++
--- /var/tmp/diff_new_pack.KhL1Oc/_old  2024-03-25 21:09:54.480949759 +0100
+++ /var/tmp/diff_new_pack.KhL1Oc/_new  2024-03-25 21:09:54.500950494 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydata-google-auth
 #
-# Copyright (c) 2023 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
@@ -26,11 +26,15 @@
 Source:         
https://github.com/pydata/pydata-google-auth/archive/%{version}.tar.gz#/pydata-google-auth-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM https://github.com/pydata/pydata-google-auth/pull/73 Do 
not require six on Python 3
 Patch0:         no-six.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module versioneer}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-google-auth >= 1.25.1
 Requires:       python-google-auth-oauthlib >= 0.4.0
+Requires:       python-setuptools
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module google-auth >= 1.25.0}
@@ -46,12 +50,13 @@
 
 %prep
 %autosetup -p1 -n pydata-google-auth-%{version}
+rm versioneer.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -61,5 +66,5 @@
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/pydata_google_auth
-%{python_sitelib}/pydata_google_auth-%{version}*-info
+%{python_sitelib}/pydata_google_auth-%{version}.dist-info
 

Reply via email to