Update to 2.0.2
This commit is contained in:
parent
292ea6a7b7
commit
7b07a942f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ Werkzeug-0.6.2.tar.gz
|
||||
/Werkzeug-0.16.0.tar.gz
|
||||
/Werkzeug-1.0.1.tar.gz
|
||||
/Werkzeug-2.0.1.tar.gz
|
||||
/Werkzeug-2.0.2.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global modname werkzeug
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 2.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Comprehensive WSGI web application library
|
||||
|
||||
License: BSD
|
||||
@ -13,9 +13,6 @@ Source0: %{pypi_source}
|
||||
# Fixes PYTHONPATH handling in tests
|
||||
# Upstream: https://github.com/pallets/werkzeug/pull/2172
|
||||
Patch0: preserve-any-existing-PYTHONPATH-in-tests.patch
|
||||
# Fixes deprecations in Python 3.10
|
||||
# Upstream: https://github.com/pallets/werkzeug/commit/584f3cff7d5cb8a588189ae1137b814cf5c47e05
|
||||
Patch1: py310-deprecations.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -97,6 +94,9 @@ popd
|
||||
%doc docs/_build/html examples
|
||||
|
||||
%changelog
|
||||
* Wed Nov 10 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.0.2-1
|
||||
- Update to 2.0.2
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Werkzeug-2.0.1.tar.gz) = 6fb1e4fafcc352b47f2600d13db633ee2fcbcd678d453859415f792654de62135c89443ba15341efb7ff10270ae5cbf8d5120608d7dfab347d98af650f4d69f6
|
||||
SHA512 (Werkzeug-2.0.2.tar.gz) = 184cebad079195ee7bd5690bef26c6f9064046e81e610056960554f27837e3eb904a9d7381b575a373022c4d408fddc12981a48a55c301118691c1c88326629a
|
||||
|
Loading…
Reference in New Issue
Block a user