15
0

13 Commits

Author SHA256 Message Date
7cac9095d4 - require setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=23
2024-01-02 22:33:30 +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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=21
2023-12-20 21:50:27 +00:00
0523780af3 Accepting request 1092284 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=19
2023-06-11 12:56:28 +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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=17
2023-03-19 09:48:24 +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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=15
2023-03-18 20:23:07 +00:00
bb73ee9c0e Accepting request 946677 from home:buschmann23:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/946677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=14
2022-01-16 13:27:21 +00:00
97bdbc3b9c - Add bump_hiredis_0.14.1.patch to allow using more recent (and
without some CVEs) version of hiredis.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=13
2021-12-31 18:31:50 +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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=11
2021-12-31 13:23:52 +00:00
97b1514d92 Accepting request 876521 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/876521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=9
2021-03-03 12:42:11 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=7
2020-01-16 08:58:13 +00:00
Tomáš Chvátal
e6d89d0212 Accepting request 731646 from devel:languages:python:backports
- Added patch 0002-Fix-README.md-has-unicode.patch
  * wrong encoding is used when opening README.md in setup.py

OBS-URL: https://build.opensuse.org/request/show/731646
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=5
2019-09-18 07:26:06 +00:00
Tomáš Chvátal
e89bf679cd Accepting request 726165 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/726165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=3
2019-08-27 00:53:49 +00:00
Tomáš Chvátal
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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=1
2018-08-29 13:04:09 +00:00