Skip to content

Commit 1c5b722

Browse files
Upgrade: python-waitress version to 3.0.1 (#12554)
1 parent 906bf4c commit 1c5b722

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
33
"generate-tarball.sh": "ad3054da899cf62bb07839bf43deaf7000485f376c82064946900a71e8c82307",
4-
"python-waitress-1.4.4-nodocs.tar.gz": "87daff54205d49978b41eee8e926f703778c3ad953d170a500ef52056ae0bcb7"
4+
"python-waitress-3.0.1.tar.gz": "724e4870e41ed9d4cd8b1d3330ff460789ae7e86910b4ace47b1b5bbe0fd0c0c"
55
}
6-
}
6+
}

SPECS-EXTENDED/python-waitress/python-waitress.spec

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Summary: Waitress WSGI server
55
Vendor: Microsoft Corporation
66
Distribution: Azure Linux
77
Name: python-%{srcname}
8-
Version: 1.4.4
9-
Release: 8%{?dist}
8+
Version: 3.0.1
9+
Release: 1%{?dist}
1010
License: ZPLv2.1
1111
URL: https://github.com/Pylons/%{srcname}
12-
Source0: %{_distro_sources_url}/%{name}-%{version}-nodocs.tar.gz
12+
Source0: https://github.com/Pylons/%{srcname}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1313
# Upstream ships non free docs files.
1414
# We do not even want them in our src.rpms
1515
# So we remove them before uploading.
@@ -43,7 +43,7 @@ BuildRequires: python3-setuptools
4343
Python 3 version.
4444

4545
%prep
46-
%autosetup -n %{srcname}-%{version}-nodocs
46+
%autosetup -n %{srcname}-%{version}
4747

4848
%build
4949
%py3_build
@@ -59,6 +59,10 @@ Python 3 version.
5959
%{python3_sitelib}/%{srcname}-*.egg-info/
6060

6161
%changelog
62+
* Sat Feb 22 2025 Durga Jagadeesh Palli <[email protected]> - 3.0.1-1
63+
- Update to 3.0.1
64+
- License verified
65+
6266
* Thu Feb 22 2024 Pawel Winogrodzki <[email protected]> - 1.4.4-8
6367
- Updating naming for 3.0 version of Azure Linux.
6468

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25213,8 +25213,8 @@
2521325213
"type": "other",
2521425214
"other": {
2521525215
"name": "python-waitress",
25216-
"version": "1.4.4",
25217-
"downloadUrl": "https://azurelinuxsrcstorage.blob.core.windows.net/sources/core/python-waitress-1.4.4-nodocs.tar.gz"
25216+
"version": "3.0.1",
25217+
"downloadUrl": "https://github.com/Pylons/waitress/archive/refs/tags/v3.0.1.tar.gz"
2521825218
}
2521925219
}
2522025220
},

0 commit comments

Comments
 (0)