Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-wheel for openSUSE:Factory 
checked in at 2022-01-29 20:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wheel (Old)
 and      /work/SRC/openSUSE:Factory/.python-wheel.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wheel"

Sat Jan 29 20:57:34 2022 rev:25 rq:949686 version:0.36.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wheel/python-wheel.changes        
2021-10-25 15:17:16.825669894 +0200
+++ /work/SRC/openSUSE:Factory/.python-wheel.new.1898/python-wheel.changes      
2022-01-29 20:57:46.480388456 +0100
@@ -1,0 +2,11 @@
+Fri Jan 28 12:55:30 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- When we limit setuptools in Requires, we should certainly do it
+  in BuildRequires as well.
+
+-------------------------------------------------------------------
+Mon Jan 24 18:08:08 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Codify version requirement on setuptools for building.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-wheel.spec ++++++
--- /var/tmp/diff_new_pack.Z80m6e/_old  2022-01-29 20:57:47.028384903 +0100
+++ /var/tmp/diff_new_pack.Z80m6e/_new  2022-01-29 20:57:47.032384877 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-wheel
+# spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,16 +39,16 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/pypa/wheel
 Source:         
https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 40.9}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros >= 20210929
-Requires:       python-setuptools
+Requires:       python-setuptools >= 40.9
 %if %{with libalternatives}
 Requires:       alts
 BuildRequires:  alts
 %else
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 %endif
 BuildArch:      noarch
 %if %{with test}

Reply via email to