Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-typepy"

Wed Jun  4 20:28:54 2025 rev:11 rq:1282536 version:1.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typepy/python-typepy.changes      
2025-01-28 15:00:48.142085715 +0100
+++ /work/SRC/openSUSE:Factory/.python-typepy.new.16005/python-typepy.changes   
2025-06-04 20:29:01.586158854 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 06:08:05 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-typepy.spec ++++++
--- /var/tmp/diff_new_pack.O1gORo/_old  2025-06-04 20:29:02.182183548 +0200
+++ /var/tmp/diff_new_pack.O1gORo/_new  2025-06-04 20:29:02.186183713 +0200
@@ -22,10 +22,12 @@
 Release:        0
 Summary:        Python library for run time variable type checker
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/thombashi/typepy
 Source:         
https://files.pythonhosted.org/packages/source/t/typepy/typepy-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools >= 38.3.0}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools >= 64}
+BuildRequires:  %{python_module setuptools_scm >= 8}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module mbstrdecoder >= 1.0.0}
@@ -49,16 +51,15 @@
 
 %prep
 %setup -q -n typepy-%{version}
-echo > requirements/test_requirements.txt
 
 # Remove build alias
 sed -i '/build =/d' setup.cfg
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -67,5 +68,6 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/typepy*
+%{python_sitelib}/typepy
+%{python_sitelib}/typepy-%{version}.dist-info
 

Reply via email to