Update to 2.0.1
This commit is contained in:
parent
260480ff05
commit
ba335328e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ results_*
|
||||
/Flask-1.0.2.tar.gz
|
||||
/Flask-1.1.1.tar.gz
|
||||
/Flask-1.1.2.tar.gz
|
||||
/Flask-2.0.1.tar.gz
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%global srcname Flask
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 1.1.2
|
||||
Release: 6%{?dist}
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
|
||||
|
||||
@ -63,7 +63,7 @@ ln -s %{modname}-%{python3_version} %{buildroot}%{_bindir}/%{modname}-3
|
||||
ln -sf %{modname}-3 %{buildroot}%{_bindir}/%{modname}
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -k "not test_send_from_directory_bad_request"
|
||||
%pytest
|
||||
|
||||
%files -n python3-%{modname}
|
||||
%license LICENSE.rst
|
||||
@ -79,6 +79,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -k "not test_send_from_dir
|
||||
%doc examples
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.1-1
|
||||
- Update to 2.0.1
|
||||
Resolves: rhbz#1950465
|
||||
|
||||
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1:1.1.2-6
|
||||
- Rebuilt for Python 3.10
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Flask-1.1.2.tar.gz) = 9feb6a9a8f34fadbea508d465f73c24b1d81b3f66243804dc3904d198c2fd78e2e1bef94df6a4940a7eec6b9b54abea06557a87de8b27b0a9497d18b3e071384
|
||||
SHA512 (Flask-2.0.1.tar.gz) = fefed4971f0542b25ba2867919aa54a83b6e3f47e7cee94586543843e7e00ba209ac15d8fe28a3c53981f587aebcf2f3915a49e1a9cd1b729099dccbed3783c2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user