Accepting request 885474 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/885474 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit-core?expand=0&rev=6
This commit is contained in:
commit
1b80e2025d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a465052057e2d6d957e6850e9915245adedfc4fd0dd5737d0791bf3132417c2d
|
||||
size 22037
|
3
flit_core-3.2.0.tar.gz
Normal file
3
flit_core-3.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff87f25c5dbc24ef30ea334074e35030e4885e4c5de3bf4e21f15746f6d99431
|
||||
size 27417
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 19:29:23 UTC 2021 - Matthias Bach <marix@marix.org>
|
||||
|
||||
- Update to version 3.2
|
||||
* Experimental support for specifying metadata in a [project] in
|
||||
pyproject.toml table as specified by PEP-621.
|
||||
* Fix writing METADATA file with multi-line information in
|
||||
certain fields such as Author.
|
||||
* Fix building wheel when a directory such as LICENSES appears
|
||||
in the project root directory.
|
||||
* Switch from the deprecated pytoml package to toml.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 26 22:38:40 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-flit-core
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-flit-core
|
||||
Version: 3.0.0
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: Distribution-building parts of Flit
|
||||
License: BSD-3-Clause
|
||||
@ -27,11 +26,11 @@ URL: https://github.com/takluyver/flit
|
||||
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 testpath}
|
||||
BuildRequires: %{python_module toml}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytoml
|
||||
Requires: python-toml
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user