Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fixedint for openSUSE:Factory 
checked in at 2024-03-26 19:28:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fixedint (Old)
 and      /work/SRC/openSUSE:Factory/.python-fixedint.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fixedint"

Tue Mar 26 19:28:08 2024 rev:3 rq:1161731 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fixedint/python-fixedint.changes  
2024-03-07 18:32:50.820609258 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fixedint.new.1905/python-fixedint.changes    
    2024-03-26 19:32:34.404642251 +0100
@@ -1,0 +2,10 @@
+Tue Mar 26 11:51:00 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+- Fix capitalization in Summary
+- Limit Python files matched in %files section
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-fixedint.spec ++++++
--- /var/tmp/diff_new_pack.sqEQgJ/_old  2024-03-26 19:32:34.828657747 +0100
+++ /var/tmp/diff_new_pack.sqEQgJ/_new  2024-03-26 19:32:34.828657747 +0100
@@ -20,11 +20,13 @@
 Name:           python-fixedint
 Version:        0.2.0
 Release:        0
-Summary:        simple fixed-width integers
+Summary:        Simple fixed-width integers
 License:        Python-2.0
 URL:            https://github.com/nneonneo/fixedint
 Source:         
https://files.pythonhosted.org/packages/source/f/fixedint/fixedint-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -45,10 +47,10 @@
 %setup -q -n fixedint-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -57,5 +59,6 @@
 %files %{python_files}
 %doc AUTHORS CHANGES README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/fixedint
+%{python_sitelib}/fixedint-*.dist-info
 

Reply via email to