Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tortilla for openSUSE:Factory 
checked in at 2025-06-04 20:28:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tortilla (Old)
 and      /work/SRC/openSUSE:Factory/.python-tortilla.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tortilla"

Wed Jun  4 20:28:42 2025 rev:3 rq:1282524 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tortilla/python-tortilla.changes  
2023-06-28 21:33:42.541983788 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-tortilla.new.16005/python-tortilla.changes   
    2025-06-04 20:28:48.241605983 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 06:08:01 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tortilla.spec ++++++
--- /var/tmp/diff_new_pack.AVu0vi/_old  2025-06-04 20:28:48.817629848 +0200
+++ /var/tmp/diff_new_pack.AVu0vi/_new  2025-06-04 20:28:48.821630013 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tortilla
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2016-2020, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,16 +17,16 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-tortilla
 Version:        0.5.0
 Release:        0
 Summary:        A library for creating wrappers around web APIs
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/jcarbaugh/python-tortilla
 Source:         
https://github.com/tortilla/tortilla/archive/v%{version}.tar.gz#/tortilla-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
@@ -53,10 +53,10 @@
 %setup -q -n tortilla-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -65,5 +65,6 @@
 %files %{python_files}
 %license LICENSE
 %doc CHANGES.rst README.rst
-%{python_sitelib}/tortilla*
+%{python_sitelib}/tortilla
+%{python_sitelib}/tortilla-%{version}.dist-info
 

Reply via email to