Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c8d5f62d1e | |||
| e97008f7eb |
BIN
iniconfig-2.0.0-tests.tar.gz
LFS
BIN
iniconfig-2.0.0-tests.tar.gz
LFS
Binary file not shown.
BIN
iniconfig-2.0.0.tar.gz
LFS
BIN
iniconfig-2.0.0.tar.gz
LFS
Binary file not shown.
BIN
iniconfig-2.1.0-tests.tar.gz
LFS
Normal file
BIN
iniconfig-2.1.0-tests.tar.gz
LFS
Normal file
Binary file not shown.
BIN
iniconfig-2.1.0.tar.gz
LFS
Normal file
BIN
iniconfig-2.1.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 14:18:36 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Update to 2.1.0
|
||||
* fix #26 - list individuals in license file by @RonnyPfannschmidt in #52
|
||||
* Run tests in CI by @nicoddemus in #53
|
||||
* Use pypa/gh-action-pypi-publish@release/v1 @ GHA by @webknjaz in #54
|
||||
* Add support for Python 3.12-3.13 and drop EOL 3.7 by @hugovk in #56
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 19:02:20 UTC 2023 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-iniconfig
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,7 +27,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-iniconfig%{psuffix}
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: iniconfig: brain-dead simple config-ini parsing
|
||||
License: MIT
|
||||
@@ -35,7 +35,7 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/RonnyPfannschmidt/iniconfig
|
||||
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 base >= 3.8}
|
||||
BuildRequires: %{python_module hatch_vcs}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
|
||||
Reference in New Issue
Block a user