Hello community,

here is the log from the commit of package python-flit-core for 
openSUSE:Factory checked in at 2020-10-27 19:00:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flit-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-flit-core.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-flit-core"

Tue Oct 27 19:00:35 2020 rev:5 rq:844213 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes        
2020-03-26 23:32:13.242752217 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-flit-core.new.3463/python-flit-core.changes  
    2020-10-27 19:01:21.978848945 +0100
@@ -1,0 +2,9 @@
+Mon Oct 26 22:38:40 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Update to version 3.0
+  * flit_core once again requires Python 3 (>=3.4). Packages that
+    support Python 2 can still be built by flit_core 2.x, but can't
+    rely on new features (:ghpull:`342`).
+- Kill dephell dependency
+
+-------------------------------------------------------------------

Old:
----
  flit_core-2.1.0.tar.gz

New:
----
  flit_core-3.0.0.tar.gz

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

Other differences:
------------------
++++++ python-flit-core.spec ++++++
--- /var/tmp/diff_new_pack.NtpVdh/_old  2020-10-27 19:01:22.650849434 +0100
+++ /var/tmp/diff_new_pack.NtpVdh/_new  2020-10-27 19:01:22.654849437 +0100
@@ -16,22 +16,21 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
 Name:           python-flit-core
-Version:        2.1.0
+Version:        3.0.0
 Release:        0
 Summary:        Distribution-building parts of Flit
 License:        BSD-3-Clause
 URL:            https://github.com/takluyver/flit
-Source:         
https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/f/flit-core/flit_core-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytoml}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module testpath}
 BuildRequires:  fdupes
-BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-dephell
 Requires:       python-pytoml
 BuildArch:      noarch
 %python_subpackages
@@ -41,13 +40,12 @@
 
 %prep
 %setup -q -n flit_core-%{version}
-%dephell_gensetup
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %{python_expand rm -r %{buildroot}%{$python_sitelib}/flit_core/tests
 %fdupes %{buildroot}%{$python_sitelib}
 }
@@ -56,6 +54,7 @@
 %pytest
 
 %files %{python_files}
-%{python_sitelib}/*
+%{python_sitelib}/flit_core
+%{python_sitelib}/flit_core-%{version}*-info
 
 %changelog

++++++ flit_core-2.1.0.tar.gz -> flit_core-3.0.0.tar.gz ++++++
++++ 1887 lines of diff (skipped)


Reply via email to