From 0014087761f6621f8a0c71758474446c66e9b6a36a9dc18333eba7056c892fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Mar 2019 17:02:22 +0000 Subject: [PATCH 1/2] - 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/package/show/devel:languages:python/python-Paste?expand=0&rev=29 --- Paste-3.0.5.tar.gz | 3 --- Paste-3.0.7.tar.gz | 3 +++ python-Paste.changes | 7 +++++++ python-Paste.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 Paste-3.0.5.tar.gz create mode 100644 Paste-3.0.7.tar.gz diff --git a/Paste-3.0.5.tar.gz b/Paste-3.0.5.tar.gz deleted file mode 100644 index ed48a05..0000000 --- a/Paste-3.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bb2068807ce3592d313ce9b1a25a7ac842a504e7e3b005027193d17a043d1a8 -size 631325 diff --git a/Paste-3.0.7.tar.gz b/Paste-3.0.7.tar.gz new file mode 100644 index 0000000..49d00e5 --- /dev/null +++ b/Paste-3.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fa03846e05358ae33d772405cb3a3d9e3a3f80dd5530c406385df31aefdf3a +size 628999 diff --git a/python-Paste.changes b/python-Paste.changes index 4f14446..384f2c2 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 5 17:00:52 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-Paste.spec b/python-Paste.spec index 2a5d637..ce18f75 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -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 From eb6e21510a2a77d8ac002ea11fdb18cc4eb42205f0469d142cc2760ed844f79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Mar 2019 19:13:36 +0000 Subject: [PATCH 2/2] - Do not bother with sphinx docu, it is online anyway OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=30 --- python-Paste.changes | 5 +++++ python-Paste.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-Paste.changes b/python-Paste.changes index 384f2c2..8b3f153 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 5 19:12:58 UTC 2019 - Tomáš Chvátal + +- Do not bother with sphinx docu, it is online anyway + ------------------------------------------------------------------- Tue Mar 5 17:00:52 UTC 2019 - Tomáš Chvátal diff --git a/python-Paste.spec b/python-Paste.spec index ce18f75..678a82e 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -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