Dirk Mueller 2023-01-29 20:44:30 +00:00 committed by Git OBS Bridge
parent 9cb6530423
commit 20d55da3a5
4 changed files with 10 additions and 2 deletions

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

Binary file not shown.

View File

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

View File

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