- use gh tarball for tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iniconfig?expand=0&rev=11
This commit is contained in:
parent
9cb6530423
commit
20d55da3a5
BIN
iniconfig-2.0.0-tests.tar.gz
(Stored with Git LFS)
Normal file
BIN
iniconfig-2.0.0-tests.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
iniconfig-2.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
iniconfig-2.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -5,6 +5,7 @@ Sun Jan 29 18:27:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
* Drop Python 3.6
|
||||
* Add Python 3.11 support
|
||||
* type hints added
|
||||
- use gh tarball for tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 12:45:15 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
@ -32,7 +32,8 @@ Summary: iniconfig: brain-dead simple config-ini parsing
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/RonnyPfannschmidt/iniconfig
|
||||
Source: https://github.com/pytest-dev/iniconfig/archive/refs/tags/v%{version}.tar.gz#/iniconfig-%{version}-gh.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/i/iniconfig/iniconfig-%{version}.tar.gz
|
||||
Source1: https://github.com/pytest-dev/iniconfig/archive/refs/tags/v%{version}.tar.gz#/iniconfig-%{version}-tests.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module hatch_vcs}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
@ -61,7 +62,7 @@ having a unique set of features:
|
||||
* iniconfig raises an Error if two sections have the same name.
|
||||
|
||||
%prep
|
||||
%setup -q -n iniconfig-%{version}
|
||||
%setup -q -n iniconfig-%{version} -a1
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
Loading…
Reference in New Issue
Block a user