11%global pypi_name xmltodict
22
33Name: python-xmltodict
4- Version: 0.12 .0
5- Release: 15 %{?dist }
4+ Version: 0.13 .0
5+ Release: 6 %{?dist }
66Summary: Python to transform XML to JSON
7- Vendor: Microsoft Corporation
8- Distribution: Azure Linux
7+
98License: MIT
9+ Vendor: Microsoft Corporation
10+ Distribution: Azure Linux
1011URL: 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
1213BuildArch: noarch
13- %if 0%{?with_check }
14- BuildRequires: python3-pip
15- %endif
1614
1715%description
1816xmltodict is a Python module that makes working with XML feel like you are
@@ -25,6 +23,7 @@ Summary: %{summary}
2523
2624BuildRequires: python3-devel
2725BuildRequires: 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
0 commit comments