17
0

2 Commits

Author SHA256 Message Date
c8d5f62d1e Accepting request 1283362 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1283362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-iniconfig?expand=0&rev=9
2025-06-10 06:57:39 +00:00
e97008f7eb Accepting request 1282381 from home:nkrapp:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1282381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iniconfig?expand=0&rev=20
2025-06-05 12:39:59 +00:00
6 changed files with 19 additions and 10 deletions

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

View File

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

View File

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