Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
383b91c970 |
BIN
iniconfig-2.0.0-tests.tar.gz
(Stored with Git LFS)
BIN
iniconfig-2.0.0-tests.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
iniconfig-2.0.0.tar.gz
(Stored with Git LFS)
BIN
iniconfig-2.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
iniconfig-2.1.0-tests.tar.gz
(Stored with Git LFS)
Normal file
BIN
iniconfig-2.1.0-tests.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
iniconfig-2.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
iniconfig-2.1.0.tar.gz
(Stored with Git 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>
|
||||
|
||||
@@ -33,6 +42,11 @@ Wed Jul 20 12:01:45 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- BuildRequire itself when building test flavour.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 10:47:56 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Include in SLE-15 (bsc#1195916, bsc#1196696, jsc#PM-3356, jsc#SLE-23972)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 08:00:10 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@@ -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