From b7bd85cd56a8be09fbd315de2a54cffc291db3e1 Mon Sep 17 00:00:00 2001 From: akhila-guruju Date: Thu, 6 Feb 2025 13:27:00 +0530 Subject: [PATCH] Upgrade: python-xmltodict version to 0.13.0 (#11592) --- .../python-xmltodict.signatures.json | 4 +- .../python-xmltodict/python-xmltodict.spec | 61 ++++++++++++++----- cgmanifest.json | 4 +- 3 files changed, 50 insertions(+), 19 deletions(-) diff --git a/SPECS-EXTENDED/python-xmltodict/python-xmltodict.signatures.json b/SPECS-EXTENDED/python-xmltodict/python-xmltodict.signatures.json index da04485af3b..6b0e5cf3de5 100644 --- a/SPECS-EXTENDED/python-xmltodict/python-xmltodict.signatures.json +++ b/SPECS-EXTENDED/python-xmltodict/python-xmltodict.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "xmltodict-0.12.0.tar.gz": "fc19d09c00e35ed92f961a679060dd1d20ece1914f8be7e7c8efddcd30b84250" + "python-xmltodict-0.13.0.tar.gz": "d74f4099d42bcca273ffd3bc9766abaa8765960eabc4399f2a6ad48cb4f58ce0" } -} +} \ No newline at end of file diff --git a/SPECS-EXTENDED/python-xmltodict/python-xmltodict.spec b/SPECS-EXTENDED/python-xmltodict/python-xmltodict.spec index 70a891764c1..5bc5837d2da 100644 --- a/SPECS-EXTENDED/python-xmltodict/python-xmltodict.spec +++ b/SPECS-EXTENDED/python-xmltodict/python-xmltodict.spec @@ -1,18 +1,16 @@ %global pypi_name xmltodict Name: python-xmltodict -Version: 0.12.0 -Release: 15%{?dist} +Version: 0.13.0 +Release: 6%{?dist} Summary: Python to transform XML to JSON -Vendor: Microsoft Corporation -Distribution: Azure Linux + License: MIT +Vendor: Microsoft Corporation +Distribution: Azure Linux URL: https://github.com/martinblech/xmltodict -Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch -%if 0%{?with_check} -BuildRequires: python3-pip -%endif %description xmltodict is a Python module that makes working with XML feel like you are @@ -25,6 +23,7 @@ Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: %{py3_dist pytest} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -43,8 +42,7 @@ Wikipedia. %py3_install %check -pip3 install nose -%{__python3} -m nose +%pytest -v %files -n python3-%{pypi_name} %doc README.md @@ -54,12 +52,45 @@ pip3 install nose %{python3_sitelib}/__pycache__/%{pypi_name}* %changelog -* Thu Apr 21 2022 Muhammad Falak - 0.12.0-15 -- Add an explicit BR on pip to enable ptest +* Fri Dec 20 2024 Akhila Guruju - 0.13.0-6 +- Initial Azure Linux import from Fedora 41 (license: MIT). +- License verified. + +* Fri Jul 19 2024 Fedora Release Engineering - 0.13.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 0.13.0-4 +- Rebuilt for Python 3.13 + +* Fri Jan 26 2024 Fedora Release Engineering - 0.13.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jul 27 2023 Alfredo Moralejo - 0.13.0-1 +- Update to 0.13.0 + +* Fri Jul 21 2023 Fedora Release Engineering - 0.12.0-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 0.12.0-19 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 0.12.0-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 0.12.0-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 0.12.0-16 +- Rebuilt for Python 3.11 + +* Wed Mar 30 2022 Michel Alexandre Salim - 0.12.0-15 +- Switch tests from nose (deprecated) to pytest -* Mon Dec 27 2021 Suresh Babu Chalamalasetty - 0.12.0-14 -- Initial CBL-Mariner import from Fedora 35 (license: MIT) -- License verified +* Fri Jan 21 2022 Fedora Release Engineering - 0.12.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.12.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/cgmanifest.json b/cgmanifest.json index b6986b8fa74..6b09e853260 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -25223,8 +25223,8 @@ "type": "other", "other": { "name": "python-xmltodict", - "version": "0.12.0", - "downloadUrl": "https://github.com/martinblech/xmltodict/archive/v0.12.0/xmltodict-0.12.0.tar.gz" + "version": "0.13.0", + "downloadUrl": "https://github.com/martinblech/xmltodict/archive/v0.13.0/xmltodict-0.13.0.tar.gz" } } },