Hello community,
here is the log from the commit of package python-flit-core for
openSUSE:Factory checked in at 2020-03-26 23:32:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flit-core (Old)
and /work/SRC/openSUSE:Factory/.python-flit-core.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flit-core"
Thu Mar 26 23:32:03 2020 rev:4 rq:787818 version:2.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes
2020-03-16 10:21:25.515662678 +0100
+++
/work/SRC/openSUSE:Factory/.python-flit-core.new.3160/python-flit-core.changes
2020-03-26 23:32:13.242752217 +0100
@@ -1,0 +2,5 @@
+Mon Mar 23 18:13:44 UTC 2020 - Matej Cepl <[email protected]>
+
+- Add macro %dephell_genspec to generate setup.py
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flit-core.spec ++++++
--- /var/tmp/diff_new_pack.Q7MH78/_old 2020-03-26 23:32:18.034753948 +0100
+++ /var/tmp/diff_new_pack.Q7MH78/_new 2020-03-26 23:32:18.038753949 +0100
@@ -29,6 +29,7 @@
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
@@ -40,7 +41,7 @@
%prep
%setup -q -n flit_core-%{version}
-dephell deps convert --from pyproject.toml --to setup.py
+%dephell_gensetup
%build
%python_build