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:
Dominique Leuenberger 2019-03-08 10:00:51 +00:00 committed by Git OBS Bridge
commit 60c20661da
4 changed files with 17 additions and 8 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76fa03846e05358ae33d772405cb3a3d9e3a3f80dd5530c406385df31aefdf3a
size 628999

View File

@ -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>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Paste
Version: 3.0.5
Version: 3.0.7
Release: 0
Summary: Tools for using a Web Server Gateway Interface stack
License: MIT
@ -32,8 +32,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six > 1.4.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Documentation build requirements:
BuildRequires: python3-Sphinx
Requires: python-six > 1.4.0
BuildArch: noarch
Suggests: python-flup
@ -60,7 +58,6 @@ rm tests/test_proxy.py
%build
%python_build
python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
%python_install
@ -71,7 +68,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%files %{python_files}
%license docs/license.txt
%doc build/sphinx/html/
%doc README.rst
%{python_sitelib}/*
%changelog