Accepting request 793248 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/793248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=55
This commit is contained in:
parent
a5b04f6c5c
commit
239a86e175
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:169ba8a33788476292d04186ab33b01d6add475033dfc07215e6d219cc077096
|
|
||||||
size 904176
|
|
3
Werkzeug-1.0.1.tar.gz
Normal file
3
Werkzeug-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c
|
||||||
|
size 904455
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 4 17:47:06 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* be more specific in %files section
|
||||||
|
* add sortedcontainers for tests
|
||||||
|
|
||||||
|
- update to version 1.0.1:
|
||||||
|
* Make the argument to RequestRedirect.get_response
|
||||||
|
optional. :issue:`1718`
|
||||||
|
* Only allow a single access control allow origin value. :pr:`1723`
|
||||||
|
* Fix crash when trying to parse a non-existent Content Security
|
||||||
|
Policy header. :pr:`1731`
|
||||||
|
* http_date zero fills years < 1000 to always output four
|
||||||
|
digits. :issue:`1739`
|
||||||
|
* Fix missing local variables in interactive debugger
|
||||||
|
console. :issue:`1746`
|
||||||
|
* Fix passing file-like objects like io.BytesIO to
|
||||||
|
FileStorage.save. :issue:`1733`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 12 06:49:08 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
Thu Mar 12 06:49:08 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define oldpython python
|
%define oldpython python
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-Werkzeug
|
Name: python-Werkzeug
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Swiss Army knife of Python web development
|
Summary: The Swiss Army knife of Python web development
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -31,6 +31,7 @@ BuildRequires: %{python_module pytest-timeout}
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module sortedcontainers}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Recommends: python-termcolor
|
Recommends: python-termcolor
|
||||||
@ -81,6 +82,7 @@ export PYTHONDONTWRITEBYTECODE=1
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.rst
|
%license LICENSE.rst
|
||||||
%doc CHANGES.rst README.rst
|
%doc CHANGES.rst README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/werkzeug
|
||||||
|
%{python_sitelib}/Werkzeug-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user