From 4e4b3b245ae35a62ca657099626c6710271aca9b28daa5c1b36419ffe1aa2146 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 4 Aug 2020 12:08:57 +0000 Subject: [PATCH] - update to 3.4.3: * Patch auth ticket to be python3 compatible. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=48 --- Paste-3.4.2.tar.gz | 3 --- Paste-3.4.3.tar.gz | 3 +++ python-Paste.changes | 6 ++++++ python-Paste.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 Paste-3.4.2.tar.gz create mode 100644 Paste-3.4.3.tar.gz diff --git a/Paste-3.4.2.tar.gz b/Paste-3.4.2.tar.gz deleted file mode 100644 index 29f26f2..0000000 --- a/Paste-3.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c44055ebbbdd4da358cb1abe3552805fddc9b7bf15b02d35cf942487179c8511 -size 630511 diff --git a/Paste-3.4.3.tar.gz b/Paste-3.4.3.tar.gz new file mode 100644 index 0000000..8837276 --- /dev/null +++ b/Paste-3.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c5fc8d7d6d97685cff41b955900ca038e1d62081ce71b567f21a0882e7fe04 +size 630569 diff --git a/python-Paste.changes b/python-Paste.changes index 5a40195..d637793 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 4 12:08:43 UTC 2020 - Dirk Mueller + +- update to 3.4.3: + * Patch auth ticket to be python3 compatible. + ------------------------------------------------------------------- Fri Jul 17 07:20:06 UTC 2020 - Dirk Mueller diff --git a/python-Paste.spec b/python-Paste.spec index 7d9cf1c..3f24330 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.4.2 +Version: 3.4.3 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT