Commit Graph

  • aaa23dfa68 Accepting request 1311651 from devel:languages:python factory Ana Guerrero 2025-10-16 15:39:11 +00:00
  • 4a148a29ae - Update to 3.3.0 * Add official support for Python 3.14 Nico Krapp 2025-10-16 09:10:18 +00:00
  • 92d4ae3cab Accepting request 1308428 from devel:languages:python Ana Guerrero 2025-10-01 17:07:05 +00:00
  • 799bcd1872 - 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 Nico Krapp 2025-10-01 14:55:38 +00:00
  • 29b3ea3368 Accepting request 1136311 from devel:languages:python Dominique Leuenberger 2024-01-05 21:59:22 +00:00
  • 7cac9095d4 - require setuptools Dirk Mueller 2024-01-02 22:33:30 +00:00
  • ffc4045ed0 Accepting request 1134334 from devel:languages:python Ana Guerrero 2023-12-21 22:38:28 +00:00
  • 7997b924ea - 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 Dirk Mueller 2023-12-20 21:50:27 +00:00
  • a9f5be6f7b Accepting request 1092289 from devel:languages:python Dominique Leuenberger 2023-06-11 17:56:14 +00:00
  • 0523780af3 Accepting request 1092284 from home:ecsos:python Dirk Mueller 2023-06-11 12:56:28 +00:00
  • bc0e159e0e Accepting request 1072918 from devel:languages:python Dominique Leuenberger 2023-03-19 15:16:53 +00:00
  • 698da268e7 - 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. Matej Cepl 2023-03-19 09:48:24 +00:00
  • 16a2f8ec3c Accepting request 1072863 from devel:languages:python Dominique Leuenberger 2023-03-18 23:32:30 +00:00
  • 740201a446 - 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. Matej Cepl 2023-03-18 20:23:07 +00:00
  • eb4cdea60b Accepting request 946784 from devel:languages:python Dominique Leuenberger 2022-01-16 22:18:25 +00:00
  • bb73ee9c0e Accepting request 946677 from home:buschmann23:branches:devel:languages:python Dirk Mueller 2022-01-16 13:27:21 +00:00
  • 5ab8473303 Accepting request 943349 from devel:languages:python Dominique Leuenberger 2022-01-03 09:49:27 +00:00
  • 97bdbc3b9c - Add bump_hiredis_0.14.1.patch to allow using more recent (and without some CVEs) version of hiredis. Matej Cepl 2021-12-31 18:31:50 +00:00
  • ae1aceb476 Fix changes Matej Cepl 2021-12-31 18:30:07 +00:00
  • 57e0ba662b * BUGFIX: READEME.md has UTF-8 characters, setup.py will fail on systems where the locale is not UTF-8. (see #89) Matej Cepl 2021-12-31 13:23:52 +00:00
  • ee51a6fed3 Accepting request 876522 from devel:languages:python Richard Brown 2021-03-03 17:35:41 +00:00
  • 97b1514d92 Accepting request 876521 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2021-03-03 12:42:11 +00:00
  • 6679ec598a Accepting request 764900 from devel:languages:python Dominique Leuenberger 2020-01-16 17:22:35 +00:00
  • 14a16377ac - 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 Tomáš Chvátal 2020-01-16 08:58:13 +00:00
  • 9e72313e10 Accepting request 731648 from devel:languages:python Dominique Leuenberger 2019-09-23 10:32:26 +00:00
  • e6d89d0212 Accepting request 731646 from devel:languages:python:backports Tomáš Chvátal 2019-09-18 07:26:06 +00:00
  • 3f87d907e3 Accepting request 726269 from devel:languages:python Dominique Leuenberger 2019-08-27 08:27:21 +00:00
  • e89bf679cd Accepting request 726165 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-08-27 00:53:49 +00:00
  • c6e04ad1e4 Accepting request 632162 from devel:languages:python Dominique Leuenberger 2018-08-31 08:46:44 +00:00
  • 80b6f55145 - 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 Tomáš Chvátal 2018-08-29 13:04:09 +00:00