From e97008f7ebe5dc751ccfaa9b04cf8f2244a8e9b662b2238275b70faa639cbcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 5 Jun 2025 12:39:59 +0000 Subject: [PATCH] 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 --- iniconfig-2.0.0-tests.tar.gz | 3 --- iniconfig-2.0.0.tar.gz | 3 --- iniconfig-2.1.0-tests.tar.gz | 3 +++ iniconfig-2.1.0.tar.gz | 3 +++ python-iniconfig.changes | 9 +++++++++ python-iniconfig.spec | 8 ++++---- 6 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 iniconfig-2.0.0-tests.tar.gz delete mode 100644 iniconfig-2.0.0.tar.gz create mode 100644 iniconfig-2.1.0-tests.tar.gz create mode 100644 iniconfig-2.1.0.tar.gz diff --git a/iniconfig-2.0.0-tests.tar.gz b/iniconfig-2.0.0-tests.tar.gz deleted file mode 100644 index 0bacf7e..0000000 --- a/iniconfig-2.0.0-tests.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee33adf27310b0fc9b41abc504ca95925083762bcd7bec28cdbaf42fb215bcb3 -size 8077 diff --git a/iniconfig-2.0.0.tar.gz b/iniconfig-2.0.0.tar.gz deleted file mode 100644 index bb7c3e4..0000000 --- a/iniconfig-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 -size 4646 diff --git a/iniconfig-2.1.0-tests.tar.gz b/iniconfig-2.1.0-tests.tar.gz new file mode 100644 index 0000000..61938b7 --- /dev/null +++ b/iniconfig-2.1.0-tests.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbd2d27f7fc26cb01bf52bc99e7efd56a5a3f4e62c551aed2c9fb0cf4226153 +size 8195 diff --git a/iniconfig-2.1.0.tar.gz b/iniconfig-2.1.0.tar.gz new file mode 100644 index 0000000..7f37c99 --- /dev/null +++ b/iniconfig-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7 +size 4793 diff --git a/python-iniconfig.changes b/python-iniconfig.changes index c1fc42f..9331ab2 100644 --- a/python-iniconfig.changes +++ b/python-iniconfig.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jun 3 14:18:36 UTC 2025 - Nico Krapp + +- 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 diff --git a/python-iniconfig.spec b/python-iniconfig.spec index 44d674d..69966c6 100644 --- a/python-iniconfig.spec +++ b/python-iniconfig.spec @@ -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}