Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-flit-core for 
openSUSE:Factory checked in at 2022-10-14 15:40:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flit-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-flit-core.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-flit-core"

Fri Oct 14 15:40:04 2022 rev:11 rq:1009919 version:3.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes        
2022-08-08 08:45:16.258466202 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-flit-core.new.2275/python-flit-core.changes  
    2022-10-14 15:40:05.331672889 +0200
@@ -1,0 +2,13 @@
+Fri Oct  7 12:16:47 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Make sure the 15.4 tests also have python3-packaging
+- Revert python_exec change, one pure wheel built by python3 is
+  enough
+
+-------------------------------------------------------------------
+Fri Sep 30 11:52:39 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- use the python_exec to bootstrap so that the primary interpeter
+  is used
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-flit-core.spec ++++++
--- /var/tmp/diff_new_pack.vFL8uL/_old  2022-10-14 15:40:05.999674004 +0200
+++ /var/tmp/diff_new_pack.vFL8uL/_new  2022-10-14 15:40:06.003674011 +0200
@@ -30,12 +30,12 @@
 # The rest is in Ring1
 %define pprefix python
 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} == 150500
-%{expand:%%define skip_%{primary_python} 1}
 BuildRequires:  python3-base >= 3.6
+%{expand:%%define skip_%{primary_python} 1}
 %else
+%define python_module() no-build-without-multibuild-flavor
 # no non-primary python in <=15.4
 ExclusiveArch:  do-not-build
-%define python_module() no-build-without-multibuild-flavor
 %endif
 %endif
 %if "%{flavor}" == "test"
@@ -45,30 +45,31 @@
 %else
 %bcond_with test
 %endif
-
 Name:           %{pprefix}-flit-core%{?psuffix}
 Version:        3.7.1
 Release:        0
 Summary:        Distribution-building parts of Flit
 License:        BSD-3-Clause AND MIT
 URL:            https://github.com/pypa/flit
-Source0:        
https://files.pythonhosted.org/packages/source/f/flit-core/flit_core-%{version}.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.6}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module flit-core = %{version}}
+BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module testpath}
-%endif
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildArch:      noarch
+%else
 # SECTION boo#1186870: we are a transitive build dependency of 
python-packaging which is used by pythondistdeps.py normally creating this entry
-#!BuildIgnore:  python3-packaging
 #!BuildIgnore:  %{primary_python}-packaging
+#!BuildIgnore:  python3-packaging
+%endif
 Provides:       %{mypython}%{python_version}dist(%{modname}) = %{version}
 %if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
-Provides:       %{mypython}3dist(%{modname}) = %{version}
 Provides:       %{mypython}3-%{modname} = %{version}-%{release}
+Provides:       %{mypython}3dist(%{modname}) = %{version}
 Obsoletes:      %{mypython}3-%{modname} < %{version}-%{release}
 %endif
 # /SECTION

Reply via email to