1- Vendor: Microsoft Corporation
2- Distribution: Azure Linux
31%global modname uritemplate
42%global altname uritemplate.py
53
64%global _docdir_fmt %{name }
75
86Name: python-%{modname }
9- Version: 3.0.0
10- Release: 13 %{?dist }
7+ Version: 4.1.1
8+ Release: 11 %{?dist }
119Summary: Simple python library to deal with URI Templates (RFC 6570)
1210
13- License: BSD
11+ License: BSD or ASL 2.0
12+ Vendor: Microsoft Corporation
13+ Distribution: Azure Linux
1414URL: https://%{modname }.readthedocs.io
1515Source0: https://github.com/sigmavirus24/%{modname }/archive/%{version }/%{modname }-%{version }.tar.gz#/python-%{modname}-%{version}.tar.gz
1616
1717BuildArch: noarch
1818
19- %if 0%{?with_check }
20- BuildRequires: python3-pip
21- %endif
22-
2319%description
2420%{summary }.
2521
@@ -30,7 +26,7 @@ Conflicts: python3-uri-templates
3026%{?python_provide:%python_provide python3-%{altname }}
3127BuildRequires: python3-devel
3228BuildRequires: python3-setuptools
33-
29+ BuildRequires: python3-pytest
3430
3531%description -n python3-%{modname }
3632%{summary }.
@@ -47,24 +43,71 @@ Python 3 version.
4743%py3_install
4844
4945%check
50- pip3 install pytest
51- pip3 install .
52- py.test -v
46+ PYTHONPATH=%{buildroot }%{python3_sitelib } py.test -v
5347
5448%files -n python3-%{modname }
55- %license LICENSE
49+ %license LICENSE LICENSE.APACHE LICENSE.BSD
5650%doc HISTORY.rst README.rst
5751%{python3_sitelib }/%{modname }-* .egg-info/
5852%{python3_sitelib }/%{modname }/
5953
6054%changelog
61- * Tue Apr 26 2022 Muhammad Falak <mwani@microsoft.com> - 3.0.0-13
62- - Enable tests by removing build gates
63- - Drop BR on pytest & pip install latest deps to enable pytest
64- - License verified
55+ * Mon Dec 23 2024 Akhila Guruju <v-guakhila@microsoft.com> - 4.1.1-11
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> - 4.1.1-10
60+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
61+
62+ * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 4.1.1-9
63+ - Rebuilt for Python 3.13
64+
65+ * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-8
66+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
67+
68+ * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-7
69+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
70+
71+ * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-6
72+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
73+
74+ * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.1.1-5
75+ - Rebuilt for Python 3.12
76+
77+ * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-4
78+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
79+
80+ * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.1-3
81+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
82+
83+ * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.1.1-2
84+ - Rebuilt for Python 3.11
85+
86+ * Fri May 27 2022 Nick Bebout <nb@fedoraproject.org> - 4.1.0-1
87+ - Update to 4.1.0
88+
89+ * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-7
90+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
91+
92+ * Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6
93+ - Second attempt - Rebuilt for
94+ https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
95+
96+ * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.0.1-5
97+ - Rebuilt for Python 3.10
98+
99+ * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-4
100+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
101+
102+ * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-3
103+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
104+
105+ * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.1-2
106+ - Rebuilt for Python 3.9
65107
66- * Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 3.0.0-12
67- - Initial CBL-Mariner import from Fedora 32 (license: MIT).
108+ * Sun May 03 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 3.0.1-1
109+ - update to 3.0.1
110+ - declare licensing correctly and include actual license files
68111
69112* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-11
70113- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0 commit comments