Hello community,

here is the log from the commit of package python-dephell for openSUSE:Factory 
checked in at 2020-11-02 09:39:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dephell (Old)
 and      /work/SRC/openSUSE:Factory/.python-dephell.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dephell"

Mon Nov  2 09:39:17 2020 rev:18 rq:845025 version:0.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dephell/python-dephell.changes    
2020-10-29 09:49:20.128220106 +0100
+++ /work/SRC/openSUSE:Factory/.python-dephell.new.3463/python-dephell.changes  
2020-11-02 09:39:34.937563227 +0100
@@ -1,0 +2,7 @@
+Thu Oct 29 22:01:28 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- python-rpm-macros %python_subpackages will be more strict
+  about python- prefixed package names and the %files header. Fix
+  by using %{unflavoredpython}-dephell-rpm-macros name
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-dephell.spec ++++++
--- /var/tmp/diff_new_pack.ACP0DT/_old  2020-11-02 09:39:35.737563995 +0100
+++ /var/tmp/diff_new_pack.ACP0DT/_new  2020-11-02 09:39:35.741563999 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%define oldpython python
+%define unflavoredpython python
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -94,7 +94,7 @@
 Suggests:       python-autopep8
 Suggests:       python-yapf
 # For python-dephell-rpm-macros
-Provides:       %{oldpython}-dephell = %{version}
+Provides:       %{unflavoredpython}-dephell = %{version}
 BuildArch:      noarch
 # SECTION test requirements
 %if %{with test}
@@ -151,12 +151,12 @@
 
 sed -i -e '1i #!/bin/sh' dephell/templates/docker_prepare.sh
 
-%package rpm-macros
+%package -n %{unflavoredpython}-dephell-rpm-macros
 Summary:        RPM macros to help develop Python packages using python-dephell
 Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
 
-%description rpm-macros
+%description -n %{unflavoredpython}-dephell-rpm-macros
 Contains the RPM definition of the macro dephell_gensetup, which
 generates setup.py from the provided pyproject.toml.
 
@@ -194,7 +194,7 @@
 %python_alternative %{_bindir}/dephell
 %{python_sitelib}/*
 
-%files rpm-macros
+%files -n %{unflavoredpython}-dephell-rpm-macros
 %{_rpmmacrodir}/macros.py-dephell
 %endif
 


Reply via email to