Accepting request 681893 from devel:languages:python
- Do not bother with sphinx docu, it is online anyway - Update to 3.0.7: * Write bytestrings when calling wsgi_write_chunk * Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL OBS-URL: https://build.opensuse.org/request/show/681893 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=20
This commit is contained in:
commit
60c20661da
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1bb2068807ce3592d313ce9b1a25a7ac842a504e7e3b005027193d17a043d1a8
|
|
||||||
size 631325
|
|
3
Paste-3.0.7.tar.gz
Normal file
3
Paste-3.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:76fa03846e05358ae33d772405cb3a3d9e3a3f80dd5530c406385df31aefdf3a
|
||||||
|
size 628999
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 19:12:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Do not bother with sphinx docu, it is online anyway
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 17:00:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.0.7:
|
||||||
|
* Write bytestrings when calling wsgi_write_chunk
|
||||||
|
* Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 3 07:17:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Jan 3 07:17:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-Paste
|
Name: python-Paste
|
||||||
Version: 3.0.5
|
Version: 3.0.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for using a Web Server Gateway Interface stack
|
Summary: Tools for using a Web Server Gateway Interface stack
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -32,8 +32,6 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module six > 1.4.0}
|
BuildRequires: %{python_module six > 1.4.0}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# Documentation build requirements:
|
|
||||||
BuildRequires: python3-Sphinx
|
|
||||||
Requires: python-six > 1.4.0
|
Requires: python-six > 1.4.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Suggests: python-flup
|
Suggests: python-flup
|
||||||
@ -60,7 +58,6 @@ rm tests/test_proxy.py
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
@ -71,7 +68,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license docs/license.txt
|
%license docs/license.txt
|
||||||
%doc build/sphinx/html/
|
%doc README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user