From 8831cea12cc4664ecf0b3518e34921c14619e748005e6fd0c54a89c29f2d7375 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 9 Oct 2020 04:15:04 +0000 Subject: [PATCH] - Update to 3.4.6: * Explicit pkg_resource dependency to easy packaging. * Remove deprecated dependencies paste/fixture.py. * Update setup.py to work with setuptools 50.1.0+ OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=50 --- Paste-3.4.3.tar.gz | 3 --- Paste-3.4.6.tar.gz | 3 +++ python-Paste.changes | 8 ++++++++ python-Paste.spec | 3 +-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 Paste-3.4.3.tar.gz create mode 100644 Paste-3.4.6.tar.gz diff --git a/Paste-3.4.3.tar.gz b/Paste-3.4.3.tar.gz deleted file mode 100644 index 8837276..0000000 --- a/Paste-3.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6c5fc8d7d6d97685cff41b955900ca038e1d62081ce71b567f21a0882e7fe04 -size 630569 diff --git a/Paste-3.4.6.tar.gz b/Paste-3.4.6.tar.gz new file mode 100644 index 0000000..1bb3af4 --- /dev/null +++ b/Paste-3.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001370f4fcc7446006b52a39ed386341fce626605af711e0ec18ddb0b4912cb7 +size 630593 diff --git a/python-Paste.changes b/python-Paste.changes index d637793..29c7fbd 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 9 04:10:19 UTC 2020 - Steve Kowalik + +- Update to 3.4.6: + * Explicit pkg_resource dependency to easy packaging. + * Remove deprecated dependencies paste/fixture.py. + * Update setup.py to work with setuptools 50.1.0+ + ------------------------------------------------------------------- Tue Aug 4 12:08:43 UTC 2020 - Dirk Mueller diff --git a/python-Paste.spec b/python-Paste.spec index 3f24330..ddbde5e 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Paste -Version: 3.4.3 +Version: 3.4.6 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT -Group: Development/Languages/Python URL: https://github.com/cdent/paste Source: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz Patch0: test_modified-fixup.patch