From 2da24d42c32fc9bb919632357c90afa378b893f0da158932440156471875fd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 Nov 2019 09:45:14 +0000 Subject: [PATCH] Accepting request 750899 from home:apersaud:branches:devel:languages:python Added changes as requested in SR#750614. Hope I understood the comments there correctly. - specfile: * be more specifc in %files section - update to version 3.3.11: * Further fix for the SSLError -> TimeoutError mapping to work on obscure releases of Python 2.7. - changes from version 3.3.10: * Fixed a potential error handling bug for the SSLError -> TimeoutError mapping introduced in 3.3.9. hanks @zbristow. #1224 - changes from version 3.3.9: * Mapped Python 2.7 SSLError to TimeoutError where appropriate. Timeouts should now consistently raise TimeoutErrors on Python 2.7 for both unsecured and secured connections. Thanks @zbristow. #1222 OBS-URL: https://build.opensuse.org/request/show/750899 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=48 --- python-redis.changes | 20 ++++++++++++++++++++ python-redis.spec | 7 ++++--- redis-3.3.11.tar.gz | 3 +++ redis-3.3.8.tar.gz | 3 --- 4 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 redis-3.3.11.tar.gz delete mode 100644 redis-3.3.8.tar.gz diff --git a/python-redis.changes b/python-redis.changes index dfc0401..4921bed 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Nov 24 17:25:24 UTC 2019 - Arun Persaud + +- specfile: + * be more specifc in %files section + +- update to version 3.3.11: + * Further fix for the SSLError -> TimeoutError mapping to work on + obscure releases of Python 2.7. + +- changes from version 3.3.10: + * Fixed a potential error handling bug for the SSLError -> + TimeoutError mapping introduced in 3.3.9. hanks @zbristow. #1224 + +- changes from version 3.3.9: + * Mapped Python 2.7 SSLError to TimeoutError where + appropriate. Timeouts should now consistently raise TimeoutErrors + on Python 2.7 for both unsecured and secured connections. Thanks + @zbristow. #1222 + ------------------------------------------------------------------- Tue Sep 10 10:55:15 UTC 2019 - Tomáš Chvátal diff --git a/python-redis.spec b/python-redis.spec index dce7fc5..886b4a3 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,7 +1,7 @@ # # spec file for package python-redis # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-redis -Version: 3.3.8 +Version: 3.3.11 Release: 0 Summary: Python client for Redis key-value store License: MIT @@ -58,6 +58,7 @@ killall redis-server %files %{python_files} %license LICENSE %doc CHANGES README.rst -%{python_sitelib}/* +%{python_sitelib}/redis/ +%{python_sitelib}/redis-%{version}-py*.egg-info %changelog diff --git a/redis-3.3.11.tar.gz b/redis-3.3.11.tar.gz new file mode 100644 index 0000000..f65d579 --- /dev/null +++ b/redis-3.3.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0fc278d3f5e1249967cba2eb4a5632d19e45ce5c09442b8422d15ee2c22cc2 +size 131072 diff --git a/redis-3.3.8.tar.gz b/redis-3.3.8.tar.gz deleted file mode 100644 index f311888..0000000 --- a/redis-3.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98a22fb750c9b9bb46e75e945dc3f61d0ab30d06117cbb21ff9cd1d315fedd3b -size 130549