- Fix generating with new dephell

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal 2020-03-15 10:03:20 +00:00 committed by Git OBS Bridge
parent 8ccbb187cf
commit 6fef4eba08
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 15 10:01:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix generating with new dephell
-------------------------------------------------------------------
Wed Dec 18 23:33:33 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -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