15
0

- update to 2.3.2:

* Added Python 3.12 to test matrix and classifiers (#174)
  * Linking to Redis learning resources (#173)
  * Updating client license to clear, MIT (#170)
  * Integrating spellcheck into CI (#169)
  * hiredis 1.2.0 support, versioning as 2.3.0 (#168)
  * Fix including tests in sdist (#166)
  * Use absolute imports and remove __init__.py from tests.
  * Implement garbage collection support in Reader (#162) (#163)
  * wrong encoding is used when opening README.md in setup.py
  * (BREAKING CHANGE) Add ability to control how unicode decoding

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=21
This commit is contained in:
2023-12-20 21:50:27 +00:00
committed by Git OBS Bridge
parent 0523780af3
commit 7997b924ea
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c270bd0567a9c60673284e000132f603bb4ecbcd707567647a68f85ef45c4d4
size 84086

3
hiredis-2.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:733e2456b68f3f126ddaf2cd500a33b25146c3676b97ea843665717bda0c5d43
size 87598

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 20 21:49:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.3.2:
* Added Python 3.12 to test matrix and classifiers (#174)
* Linking to Redis learning resources (#173)
* Updating client license to clear, MIT (#170)
* Integrating spellcheck into CI (#169)
* hiredis 1.2.0 support, versioning as 2.3.0 (#168)
* Fix including tests in sdist (#166)
* Use absolute imports and remove __init__.py from tests.
* Implement garbage collection support in Reader (#162) (#163)
-------------------------------------------------------------------
Sun Jun 11 12:36:25 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -69,13 +82,13 @@ Thu Jan 16 08:54:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
Tue Sep 17 21:45:19 UTC 2019 - Matthias Fehring <buschmann23@opensuse.org>
- Added patch 0002-Fix-README.md-has-unicode.patch
* wrong encoding is used when opening README.md in setup.py
* wrong encoding is used when opening README.md in setup.py
-------------------------------------------------------------------
Mon Aug 26 11:43:18 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.0.0
* (BREAKING CHANGE) Add ability to control how unicode decoding
* (BREAKING CHANGE) Add ability to control how unicode decoding
errors are handled
* Removed support for EOL Python 2.6, 3.2, and 3.3.
* Upgrade hiredis to 0.13.3

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-hiredis
Version: 2.2.2
Version: 2.3.2
Release: 0
Summary: Python wrapper for hiredis
License: BSD-3-Clause