Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Cycler for openSUSE:Factory 
checked in at 2023-12-04 22:59:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Cycler (Old)
 and      /work/SRC/openSUSE:Factory/.python-Cycler.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Cycler"

Mon Dec  4 22:59:20 2023 rev:8 rq:1130487 version:0.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Cycler/python-Cycler.changes      
2023-04-22 22:03:34.442333353 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cycler.new.25432/python-Cycler.changes   
2023-12-04 22:59:23.663007118 +0100
@@ -1,0 +2,9 @@
+Sat Dec  2 16:19:20 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.12.1:
+  * The major new feature in this release is the addition of type
+    hints.
+  * Furthermore, the minimum supported version of Python is now
+    3.8.
+
+-------------------------------------------------------------------

Old:
----
  cycler-0.11.0.tar.gz

New:
----
  cycler-0.12.1-gz.tar.gz

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

Other differences:
------------------
++++++ python-Cycler.spec ++++++
--- /var/tmp/diff_new_pack.J0xEQv/_old  2023-12-04 22:59:24.331031701 +0100
+++ /var/tmp/diff_new_pack.J0xEQv/_new  2023-12-04 22:59:24.331031701 +0100
@@ -16,18 +16,17 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%global skip_python2 1
 %{?sle15_python_module_pythons}
 Name:           python-Cycler
-Version:        0.11.0
+Version:        0.12.1
 Release:        0
 Summary:        Composable style cycles
 License:        BSD-3-Clause
 URL:            https://github.com/matplotlib/cycler
-Source:         
https://files.pythonhosted.org/packages/source/c/cycler/cycler-%{version}.tar.gz
+Source:         
https://github.com/matplotlib/cycler/archive/refs/tags/v%{version}.tar.gz#/cycler-%{version}-gz.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 %python_subpackages
@@ -46,10 +45,10 @@
 %setup -q -n cycler-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 
 %check
 %pytest
@@ -57,5 +56,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/cycler
+%{python_sitelib}/cycler-%{version}.dist-info
 

Reply via email to