From 3ce5432aab2e9986da92d8e8257d5a3a33c0f566908cb6733280707a0db1573c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 25 Jul 2024 10:16:20 +0000 Subject: [PATCH 1/4] - Update to v3.2 * Remove macro definition from spec as rpmlint check marked it as redundant. * Fix square brackets not parsed in section names, github issue #123 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ConfigUpdater?expand=0&rev=3 --- ConfigUpdater-3.2.tar.gz | 3 +++ python-ConfigUpdater.changes | 8 ++++++++ python-ConfigUpdater.spec | 16 +++++++--------- 3 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 ConfigUpdater-3.2.tar.gz diff --git a/ConfigUpdater-3.2.tar.gz b/ConfigUpdater-3.2.tar.gz new file mode 100644 index 0000000..fddb815 --- /dev/null +++ b/ConfigUpdater-3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdac53831c1b062929bf398b649b87ca30e7f1a735f3fbf482072804106306b +size 140603 diff --git a/python-ConfigUpdater.changes b/python-ConfigUpdater.changes index 38e4239..8ab5cca 100644 --- a/python-ConfigUpdater.changes +++ b/python-ConfigUpdater.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 24 08:27:23 UTC 2024 - Angel Yankov + +- Update to v3.2 + * Remove macro definition from spec as rpmlint check marked it as redundant. + * Fix square brackets not parsed in section names, github issue #123 + + ------------------------------------------------------------------- Wed Jul 13 15:27:09 UTC 2022 - Ben Greiner diff --git a/python-ConfigUpdater.spec b/python-ConfigUpdater.spec index 1aec952..4c510f1 100644 --- a/python-ConfigUpdater.spec +++ b/python-ConfigUpdater.spec @@ -1,7 +1,7 @@ # # spec file for package python-ConfigUpdater # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,21 @@ # -%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-ConfigUpdater -Version: 3.1.1 +Version: 3.2 Release: 0 Summary: Parser like ConfigParser but for updating configuration files License: MIT URL: https://github.com/pyscaffold/configupdater -Source: https://files.pythonhosted.org/packages/source/C/ConfigUpdater/ConfigUpdater-3.1.1.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module pytest} +Source: https://files.pythonhosted.org/packages/source/C/ConfigUpdater/ConfigUpdater-3.2.tar.gz BuildRequires: %{python_module pytest-virtualenv} BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Provides: python-configupdater = %{version}-%{release} %if %python_version_nodots < 38 Requires: python-importlib-metadata @@ -69,4 +68,3 @@ sed -i '/--cov/d' setup.cfg %{python_sitelib}/ConfigUpdater-%{version}*-info %changelog - From c4f2b7c6ac57f4dd895d9940af6d05e43394b239e31105caecf9080ad120f6be Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 25 Jul 2024 10:17:02 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ConfigUpdater?expand=0&rev=4 --- python-ConfigUpdater.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-ConfigUpdater.spec b/python-ConfigUpdater.spec index 4c510f1..a69c212 100644 --- a/python-ConfigUpdater.spec +++ b/python-ConfigUpdater.spec @@ -16,14 +16,13 @@ # -%define skip_python2 1 Name: python-ConfigUpdater Version: 3.2 Release: 0 Summary: Parser like ConfigParser but for updating configuration files License: MIT URL: https://github.com/pyscaffold/configupdater -Source: https://files.pythonhosted.org/packages/source/C/ConfigUpdater/ConfigUpdater-3.2.tar.gz +Source: https://files.pythonhosted.org/packages/source/C/ConfigUpdater/ConfigUpdater-%{version}.tar.gz BuildRequires: %{python_module pytest-virtualenv} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} From 512d197147e9991d81dea49ecf8513dad6befb21e06917c241246f88bdc2e66e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 25 Jul 2024 10:17:32 +0000 Subject: [PATCH 3/4] - remove obsolete python2 constructs - use version macro in sources OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ConfigUpdater?expand=0&rev=5 --- python-ConfigUpdater.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-ConfigUpdater.changes b/python-ConfigUpdater.changes index 8ab5cca..161a73a 100644 --- a/python-ConfigUpdater.changes +++ b/python-ConfigUpdater.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 25 10:17:03 UTC 2024 - Dirk Müller + +- remove obsolete python2 constructs +- use version macro in sources + ------------------------------------------------------------------- Wed Jul 24 08:27:23 UTC 2024 - Angel Yankov From 62295cd3cc500e0ee137812736a3908a9b1d8e32d7e93880118daf8e61c1ab13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 25 Jul 2024 12:21:03 +0000 Subject: [PATCH 4/4] small reformat of changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ConfigUpdater?expand=0&rev=6 --- python-ConfigUpdater.changes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-ConfigUpdater.changes b/python-ConfigUpdater.changes index 161a73a..f74ba34 100644 --- a/python-ConfigUpdater.changes +++ b/python-ConfigUpdater.changes @@ -8,9 +8,8 @@ Thu Jul 25 10:17:03 UTC 2024 - Dirk Müller Wed Jul 24 08:27:23 UTC 2024 - Angel Yankov - Update to v3.2 - * Remove macro definition from spec as rpmlint check marked it as redundant. * Fix square brackets not parsed in section names, github issue #123 - +- Remove macro definition from spec as rpmlint check marked it as redundant. ------------------------------------------------------------------- Wed Jul 13 15:27:09 UTC 2022 - Ben Greiner