Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fastnumbers for 
openSUSE:Factory checked in at 2024-01-03 12:24:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastnumbers (Old)
 and      /work/SRC/openSUSE:Factory/.python-fastnumbers.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fastnumbers"

Wed Jan  3 12:24:58 2024 rev:12 rq:1135700 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastnumbers/python-fastnumbers.changes    
2023-07-30 20:57:58.647292898 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fastnumbers.new.28375/python-fastnumbers.changes
 2024-01-03 12:25:01.883572385 +0100
@@ -1,0 +2,9 @@
+Fri Dec 29 18:35:47 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 5.1.0:
+  * Added the ``denoise`` option to convert floats to int without
+  * numerical noise (issues #69 and #77)
+  * Support for Python 3.12 (issues #73 and #75)
+- switch to gcc 13 on SLE15
+
+-------------------------------------------------------------------

Old:
----
  fastnumbers-5.0.1.tar.gz

New:
----
  fastnumbers-5.1.0.tar.gz

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

Other differences:
------------------
++++++ python-fastnumbers.spec ++++++
--- /var/tmp/diff_new_pack.1fiZYj/_old  2024-01-03 12:25:02.475594015 +0100
+++ /var/tmp/diff_new_pack.1fiZYj/_new  2024-01-03 12:25:02.479594162 +0100
@@ -18,20 +18,21 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-fastnumbers
-Version:        5.0.1
+Version:        5.1.0
 Release:        0
 Summary:        Drop-in replacement for Python's int and float
 License:        MIT
 URL:            https://github.com/SethMMorton/fastnumbers
 Source:         
https://files.pythonhosted.org/packages/source/f/fastnumbers/fastnumbers-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module typing-extensions}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if 0%{?suse_version} <= 1500
-BuildRequires:  gcc12
-BuildRequires:  gcc12-c++
+BuildRequires:  gcc13
+BuildRequires:  gcc13-c++
 %else
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -61,14 +62,14 @@
 
 %build
 %if 0%{?suse_version} <= 1500
-export CC=gcc-12
-export CXX=g++-12
+export CC=gcc-13
+export CXX=g++-13
 %endif
-export CFLAGS="%{optflags}"
-%python_build
+export CFLAGS="%{optflags} -Wno-error=return-type"
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
@@ -80,5 +81,5 @@
 %doc README.rst
 %license LICENSE
 %{python_sitearch}/fastnumbers
-%{python_sitearch}/fastnumbers-%{version}*-info
+%{python_sitearch}/fastnumbers-%{version}.dist-info
 

++++++ fastnumbers-5.0.1.tar.gz -> fastnumbers-5.1.0.tar.gz ++++++
++++ 4368 lines of diff (skipped)

Reply via email to