Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-googlemaps for 
openSUSE:Factory checked in at 2025-07-10 22:10:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-googlemaps (Old)
 and      /work/SRC/openSUSE:Factory/.python-googlemaps.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-googlemaps"

Thu Jul 10 22:10:36 2025 rev:6 rq:1291518 version:4.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-googlemaps/python-googlemaps.changes      
2023-01-20 17:38:55.220600919 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-googlemaps.new.7373/python-googlemaps.changes
    2025-07-10 22:10:42.132106051 +0200
@@ -1,0 +2,5 @@
+Tue Jun 17 04:35:54 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Use pyproject macros to build and install.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-googlemaps.spec ++++++
--- /var/tmp/diff_new_pack.JoFLgn/_old  2025-07-10 22:10:42.720130507 +0200
+++ /var/tmp/diff_new_pack.JoFLgn/_new  2025-07-10 22:10:42.720130507 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-googlemaps
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,12 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/googlemaps/google-maps-services-python
 Source:         
https://github.com/googlemaps/google-maps-services-python/archive/v%{version}.tar.gz#/googlemaps-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests >= 2.20.0}
 BuildRequires:  %{python_module responses >= 0.3}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-requests >= 2.20.0
@@ -45,10 +47,10 @@
 sed -i 's/--cov.*$//' setup.cfg
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -58,5 +60,6 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md CHANGELOG.md
-%{python_sitelib}/googlemaps*
+%{python_sitelib}/googlemaps
+%{python_sitelib}/googlemaps-%{version}.dist-info
 

Reply via email to