Skip to content

Commit b7bd85c

Browse files
Upgrade: python-xmltodict version to 0.13.0 (#11592)
1 parent f0840ad commit b7bd85c

3 files changed

Lines changed: 50 additions & 19 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"xmltodict-0.12.0.tar.gz": "fc19d09c00e35ed92f961a679060dd1d20ece1914f8be7e7c8efddcd30b84250"
3+
"python-xmltodict-0.13.0.tar.gz": "d74f4099d42bcca273ffd3bc9766abaa8765960eabc4399f2a6ad48cb4f58ce0"
44
}
5-
}
5+
}

SPECS-EXTENDED/python-xmltodict/python-xmltodict.spec

Lines changed: 46 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
%global pypi_name xmltodict
22

33
Name: python-xmltodict
4-
Version: 0.12.0
5-
Release: 15%{?dist}
4+
Version: 0.13.0
5+
Release: 6%{?dist}
66
Summary: Python to transform XML to JSON
7-
Vendor: Microsoft Corporation
8-
Distribution: Azure Linux
7+
98
License: MIT
9+
Vendor: Microsoft Corporation
10+
Distribution: Azure Linux
1011
URL: https://github.com/martinblech/xmltodict
11-
Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz
12+
Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
1213
BuildArch: noarch
13-
%if 0%{?with_check}
14-
BuildRequires: python3-pip
15-
%endif
1614

1715
%description
1816
xmltodict is a Python module that makes working with XML feel like you are
@@ -25,6 +23,7 @@ Summary: %{summary}
2523

2624
BuildRequires: python3-devel
2725
BuildRequires: python3-setuptools
26+
BuildRequires: %{py3_dist pytest}
2827
%{?python_provide:%python_provide python3-%{pypi_name}}
2928

3029
%description -n python3-%{pypi_name}
@@ -43,8 +42,7 @@ Wikipedia.
4342
%py3_install
4443

4544
%check
46-
pip3 install nose
47-
%{__python3} -m nose
45+
%pytest -v
4846

4947
%files -n python3-%{pypi_name}
5048
%doc README.md
@@ -54,12 +52,45 @@ pip3 install nose
5452
%{python3_sitelib}/__pycache__/%{pypi_name}*
5553

5654
%changelog
57-
* Thu Apr 21 2022 Muhammad Falak <mwani@microsoft.com> - 0.12.0-15
58-
- Add an explicit BR on pip to enable ptest
55+
* Fri Dec 20 2024 Akhila Guruju <v-guakhila@microsoft.com> - 0.13.0-6
56+
- Initial Azure Linux import from Fedora 41 (license: MIT).
57+
- License verified.
58+
59+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-5
60+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
61+
62+
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.13.0-4
63+
- Rebuilt for Python 3.13
64+
65+
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-3
66+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
67+
68+
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
69+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
70+
71+
* Thu Jul 27 2023 Alfredo Moralejo <amoralej@redhat.com> - 0.13.0-1
72+
- Update to 0.13.0
73+
74+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-20
75+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
76+
77+
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.12.0-19
78+
- Rebuilt for Python 3.12
79+
80+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-18
81+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
82+
83+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-17
84+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
85+
86+
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.12.0-16
87+
- Rebuilt for Python 3.11
88+
89+
* Wed Mar 30 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.12.0-15
90+
- Switch tests from nose (deprecated) to pytest
5991

60-
* Mon Dec 27 2021 Suresh Babu Chalamalasetty <schalam@microsoft.com> - 0.12.0-14
61-
- Initial CBL-Mariner import from Fedora 35 (license: MIT)
62-
- License verified
92+
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-14
93+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
6394

6495
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-13
6596
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25223,8 +25223,8 @@
2522325223
"type": "other",
2522425224
"other": {
2522525225
"name": "python-xmltodict",
25226-
"version": "0.12.0",
25227-
"downloadUrl": "https://github.com/martinblech/xmltodict/archive/v0.12.0/xmltodict-0.12.0.tar.gz"
25226+
"version": "0.13.0",
25227+
"downloadUrl": "https://github.com/martinblech/xmltodict/archive/v0.13.0/xmltodict-0.13.0.tar.gz"
2522825228
}
2522925229
}
2523025230
},

0 commit comments

Comments
 (0)