From 6fef4eba088be72c5d367a43d0a5dc68a73e9ca8a973ca4f94635e34ca993cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 15 Mar 2020 10:03:20 +0000 Subject: [PATCH] - Fix generating with new dephell OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=6 --- python-flit-core.changes | 5 +++++ python-flit-core.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-flit-core.changes b/python-flit-core.changes index ffabb8e..ea92cfa 100644 --- a/python-flit-core.changes +++ b/python-flit-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 15 10:01:34 UTC 2020 - Tomáš Chvátal + +- Fix generating with new dephell + ------------------------------------------------------------------- Wed Dec 18 23:33:33 UTC 2019 - John Vandenberg diff --git a/python-flit-core.spec b/python-flit-core.spec index d533e05..111c096 100644 --- a/python-flit-core.spec +++ b/python-flit-core.spec @@ -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 @@ Version: 2.1.0 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 @@ Flit is a simple way to put Python packages and modules on PyPI. %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