* Add official support for Python 3.14 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=27
135 lines
5.1 KiB
Plaintext
135 lines
5.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 15 09:45:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 3.3.0
|
|
* Add official support for Python 3.14
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 1 11:06:20 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- update to 3.2.1
|
|
* BREAKING: Return Redis sets as Python lists
|
|
* Update Python 3.13 compatibility
|
|
* Fix memory leaks and segfaults in RESP3 map parsing
|
|
* Update hiredis to 1.3.0
|
|
- Drop 159-sdsalloc-to-alloc.patch, merged upstream
|
|
- Run tests
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 2 22:32:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- require setuptools
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 19 09:47:32 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Replace 0001-Use-system-libhiredis.patch with
|
|
the upstream provided (gh#redis/hiredis-py!161)
|
|
161-use-system-hiredis.patch for proper use of the system
|
|
hiredis library.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 18 20:17:39 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 2.2.2:
|
|
- Reverting gcc -BSymbolic due to symbol collisions
|
|
- Add pack_command to support writing via hiredis-py
|
|
- Fixing broken windows builds on python < 3.8
|
|
- Fix url in Issue tracker
|
|
- Restores publishing of source distribution
|
|
- Supporting hiredis 1.1.0
|
|
- Modernizing: Restoring CI, Moving to pytest
|
|
- Adding LICENSE to Repository
|
|
- Python 3.11 trove, and links back to the project
|
|
- Integrating release drafter
|
|
- Implement pack_command that serializes redis-py command to
|
|
the RESP bytes object.
|
|
|
|
- Add 159-sdsalloc-to-alloc.patch (gh#redis/hiredis-py#158),
|
|
which replaces use of sdsalloc with plain alloc.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 15 15:37:17 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
|
|
|
|
- Update to 2.0.0
|
|
* Bump hiredis from 0.13.3 to 1.0.0 and consequently add support
|
|
for RESP3 (see #104)
|
|
* Add type hints (see #106)
|
|
* Drop support for EOL Python versions 2.7, 3.4, and 3.5 (see #103)
|
|
- Drop obsolete patches
|
|
* hiredis1.patch
|
|
* bump_hiredis_0.14.1.patch
|
|
- Update patches
|
|
* 0001-Use-system-libhiredis.patch
|
|
* drop-vendor-sources.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 1 09:48:43 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 1.1.0
|
|
* Allow "encoding" and "errors" attributes to be updated at runtime (see #96)
|
|
- Drop fix_build_dir_in_tests.patch
|
|
- Add hiredis1.patch to fix build with hiredis 1.0.0
|
|
- Add bump_hiredis_0.14.1.patch to allow using more recent (and
|
|
without some CVEs) version of hiredis.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 16 08:54:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.0.1:
|
|
* Permit all allowed values of codec errors (see #86)
|
|
* BUGFIX: READEME.md has UTF-8 characters, setup.py will fail on
|
|
systems where the locale is not UTF-8. (see #89)
|
|
- Drop merged patch 0002-Fix-README.md-has-unicode.patch
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
errors are handled
|
|
* Removed support for EOL Python 2.6, 3.2, and 3.3.
|
|
* Upgrade hiredis to 0.13.3
|
|
* Fix non-utf8 reply parsing causing segmentation fault in Python 3
|
|
* Expose len method to retrieve the buffer length
|
|
* Fix crash when custom exception raise error (on init)
|
|
* Sort list of source files to allow reproducible building
|
|
- Drop obsolete patch reproducible-build.patch
|
|
- Added patch drop-vendor-sources.patch
|
|
* the vendor directory appears empty
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 29 12:50:09 UTC 2018 - tchvatal@suse.com
|
|
|
|
- Initial commit, possibly used by python-redis
|
|
- Add patch to use system hiredis package:
|
|
* 0001-Use-system-libhiredis.patch
|
|
- Add two more patches from debian:
|
|
* reproducible-build.patch
|
|
* fix_build_dir_in_tests.patch
|
|
|