Hello community,
here is the log from the commit of package python-flit-core for
openSUSE:Factory checked in at 2020-03-16 10:19:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Mon Mar 16 10:19:52 2020 rev:3 rq:785247 version:2.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes
2019-12-21 12:31:42.211372428 +0100
+++
/work/SRC/openSUSE:Factory/.python-flit-core.new.3160/python-flit-core.changes
2020-03-16 10:21:25.515662678 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 10:01:34 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix generating with new dephell
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flit-core.spec ++++++
--- /var/tmp/diff_new_pack.xUeZEh/_old 2020-03-16 10:21:26.323663007 +0100
+++ /var/tmp/diff_new_pack.xUeZEh/_new 2020-03-16 10:21:26.343663015 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-flit-core
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
Release: 0
Summary: Distribution-building parts of Flit
License: BSD-3-Clause
-Group: Development/Languages/Python
URL: https://github.com/takluyver/flit
Source:
https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-%{version}.tar.gz
BuildRequires: %{python_module pytest}
@@ -41,7 +40,7 @@
%prep
%setup -q -n flit_core-%{version}
-dephell convert --from-format pyproject --from-path pyproject.toml --to
setup.py
+dephell deps convert --from pyproject.toml --to setup.py
%build
%python_build