Skip to content

Commit f0840ad

Browse files
Upgrade: python-uritemplate version to 4.1.1 (#11669)
1 parent cba1208 commit f0840ad

3 files changed

Lines changed: 67 additions & 24 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-
"python-uritemplate-3.0.0.tar.gz": "c02643cebe23fc8adb5e6becffe201185bf06c40bda5c0b4028a93f1527d011d"
3+
"python-uritemplate-4.1.1.tar.gz": "64cae94edd83bbb0c2c49b15f2cb8192c3f8492af6bc468211d1e8b8496f5791"
44
}
5-
}
5+
}

SPECS-EXTENDED/python-uritemplate/python-uritemplate.spec

Lines changed: 63 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
Vendor: Microsoft Corporation
2-
Distribution: Azure Linux
31
%global modname uritemplate
42
%global altname uritemplate.py
53

64
%global _docdir_fmt %{name}
75

86
Name: python-%{modname}
9-
Version: 3.0.0
10-
Release: 13%{?dist}
7+
Version: 4.1.1
8+
Release: 11%{?dist}
119
Summary: 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
1414
URL: https://%{modname}.readthedocs.io
1515
Source0: https://github.com/sigmavirus24/%{modname}/archive/%{version}/%{modname}-%{version}.tar.gz#/python-%{modname}-%{version}.tar.gz
1616

1717
BuildArch: 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}}
3127
BuildRequires: python3-devel
3228
BuildRequires: 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

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25003,8 +25003,8 @@
2500325003
"type": "other",
2500425004
"other": {
2500525005
"name": "python-uritemplate",
25006-
"version": "3.0.0",
25007-
"downloadUrl": "https://github.com/sigmavirus24/uritemplate/archive/3.0.0/uritemplate-3.0.0.tar.gz"
25006+
"version": "4.1.1",
25007+
"downloadUrl": "https://github.com/sigmavirus24/uritemplate/archive/4.1.1/uritemplate-4.1.1.tar.gz"
2500825008
}
2500925009
}
2501025010
},

0 commit comments

Comments
 (0)