Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-toolz for openSUSE:Factory 
checked in at 2024-06-12 15:38:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-toolz (Old)
 and      /work/SRC/openSUSE:Factory/.python-toolz.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-toolz"

Wed Jun 12 15:38:46 2024 rev:10 rq:1180115 version:0.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-toolz/python-toolz.changes        
2024-03-17 22:15:33.859420254 +0100
+++ /work/SRC/openSUSE:Factory/.python-toolz.new.19518/python-toolz.changes     
2024-06-12 15:40:02.133897419 +0200
@@ -1,0 +2,10 @@
+Wed Jun 12 07:27:01 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- switch to PEP517 build
+
+-------------------------------------------------------------------
+Sun Apr 21 11:20:54 UTC 2024 - ecsos <ec...@opensuse.org>
+
+- Add %{?sle15_python_module_pythons}
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-toolz.spec ++++++
--- /var/tmp/diff_new_pack.4ERbIS/_old  2024-06-12 15:40:02.537912205 +0200
+++ /var/tmp/diff_new_pack.4ERbIS/_new  2024-06-12 15:40:02.537912205 +0200
@@ -16,8 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%global skip_python2 1
+%{?sle15_python_module_pythons}
 Name:           python-toolz
 Version:        0.12.1
 Release:        0
@@ -26,7 +25,9 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/pytoolz/toolz/
 Source:         
https://files.pythonhosted.org/packages/source/t/toolz/toolz-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -42,19 +43,19 @@
 %setup -q -n toolz-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+%pytest -k "not test_inspect_wrapped_property"
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/toolz/
 %{python_sitelib}/tlz/
-%{python_sitelib}/toolz-%{version}*-info/
+%{python_sitelib}/toolz-%{version}.dist-info
 

Reply via email to