From 58534674e9a25bbde275bd5986f582a4f6847a36 Mon Sep 17 00:00:00 2001 From: akhila-guruju Date: Thu, 6 Feb 2025 13:21:05 +0530 Subject: [PATCH] Upgrade: python-dbus-signature-pyparsing version to 0.4.1 (#11668) --- ...n-dbus-signature-pyparsing.signatures.json | 4 +- .../python-dbus-signature-pyparsing.spec | 113 +++++++++++++++--- cgmanifest.json | 4 +- 3 files changed, 101 insertions(+), 20 deletions(-) diff --git a/SPECS-EXTENDED/python-dbus-signature-pyparsing/python-dbus-signature-pyparsing.signatures.json b/SPECS-EXTENDED/python-dbus-signature-pyparsing/python-dbus-signature-pyparsing.signatures.json index 0d7147c051b..b7e5403db4a 100644 --- a/SPECS-EXTENDED/python-dbus-signature-pyparsing/python-dbus-signature-pyparsing.signatures.json +++ b/SPECS-EXTENDED/python-dbus-signature-pyparsing/python-dbus-signature-pyparsing.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "dbus-signature-pyparsing-0.03.tar.gz": "263a41161304f239213c0e1234f4afdbe28b7103e60129f0448ae14fb0e9c52b" + "python-dbus-signature-pyparsing-0.4.1.tar.gz": "dae2cfa1326e5fcdd13a102f259dcd02130d7e6cc667ade3aa82a61984cc3338" } -} +} \ No newline at end of file diff --git a/SPECS-EXTENDED/python-dbus-signature-pyparsing/python-dbus-signature-pyparsing.spec b/SPECS-EXTENDED/python-dbus-signature-pyparsing/python-dbus-signature-pyparsing.spec index 4a77260a920..da4530d52b4 100644 --- a/SPECS-EXTENDED/python-dbus-signature-pyparsing/python-dbus-signature-pyparsing.spec +++ b/SPECS-EXTENDED/python-dbus-signature-pyparsing/python-dbus-signature-pyparsing.spec @@ -1,16 +1,15 @@ -Vendor: Microsoft Corporation -Distribution: Azure Linux %global srcname dbus-signature-pyparsing Name: python-%{srcname} -Version: 0.03 +Version: 0.4.1 Release: 10%{?dist} Summary: Parser for a D-Bus Signature -License: ASL 2.0 +License: Apache-2.0 +Vendor: Microsoft Corporation +Distribution: Azure Linux URL: https://github.com/stratis-storage/dbus-signature-pyparsing -Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz - +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz BuildArch: noarch %global _description \ @@ -23,11 +22,6 @@ Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pytest -BuildRequires: python3-pyparsing -BuildRequires: python3-hypothesis -BuildRequires: python3-hs-dbus-signature -Requires: python3-pyparsing %description -n python3-%{srcname} %{_description} @@ -42,9 +36,6 @@ Python 3 version. %install %py3_install -%check -PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests - %files -n python3-%{srcname} %license LICENSE %doc README.rst @@ -52,8 +43,98 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests %{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/ %changelog -* Fri Oct 15 2021 Pawel Winogrodzki - 0.03-10 -- Initial CBL-Mariner import from Fedora 32 (license: MIT). +* Mon Dec 23 2024 Akhila Guruju - 0.4.1-10 +- Initial Azure Linux import from Fedora 41 (license: MIT). +- License verified. + +* Fri Jul 19 2024 Fedora Release Engineering - 0.4.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 0.4.1-8 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.4.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.4.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 0.4.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 0.4.1-4 +- Rebuilt for Python 3.12 + +* Sun May 7 2023 mulhern - 0.4.3 +- Fix up testing plan tag + +* Sun May 7 2023 mulhern - 0.4.2 +- Fix up testing plan + +* Sun May 7 2023 mulhern - 0.4.1 +- Update to 0.4.1 + +* Wed Apr 26 2023 mulhern - 0.04-15 +- Checkout tests from HEAD revision + +* Wed Apr 26 2023 mulhern - 0.04-14 +- Include .fmf metadata + +* Wed Apr 26 2023 mulhern - 0.04-13 +- Use TMT instead of STI format gating tests; make license spec match upstream + +* Fri Jan 20 2023 Fedora Release Engineering - 0.04-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.04-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek - 0.04-10 +- Rebuilt for pyparsing-3.0.9 + +* Mon Jun 13 2022 Python Maint - 0.04-9 +- Rebuilt for Python 3.11 + +* Tue Feb 15 2022 mulhern - 0.04-8 +- Remove %check + +* Tue Feb 15 2022 mulhern - 0.04-7 +- Add gating tests + +* Fri Jan 21 2022 Fedora Release Engineering - 0.04-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 28 2021 mulhern - 0.04-5 + Remove redundant requires + +* Tue Jul 27 2021 Fedora Release Engineering - 0.04-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 0.04-3 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.04-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Dec 03 2020 mulhern - 0.04-1 + Update to 0.04 + +* Tue Aug 04 2020 mulhern - 0.03-14 + Run check with deterministic tests only + +* Tue Aug 04 2020 mulhern - 0.03-13 + Rebuild to pass non-deterministic tests on very slow machine + +* Sat Aug 01 2020 Fedora Release Engineering - 0.03-12 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.03-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 0.03-10 +- Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.03-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/cgmanifest.json b/cgmanifest.json index f847c497af6..840f228e0b2 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -22313,8 +22313,8 @@ "type": "other", "other": { "name": "python-dbus-signature-pyparsing", - "version": "0.03", - "downloadUrl": "https://github.com/stratis-storage/dbus-signature-pyparsing/archive/v0.03/dbus-signature-pyparsing-0.03.tar.gz" + "version": "0.4.1", + "downloadUrl": "https://github.com/stratis-storage/dbus-signature-pyparsing/archive/refs/tags/v0.4.1.tar.gz" } } },