Overview
Request 943323 superseded
- 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
- 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
- Added patch 0002-Fix-README.md-has-unicode.patch
* wrong encoding is used when opening README.md in setup.py
- 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
- 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
- Created by mcepl
- In state superseded
- Superseded by 943349
- Open review for licensedigger
- Open review for factory-staging
Request History
mcepl created request
- 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
- 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
- Added patch 0002-Fix-README.md-has-unicode.patch
* wrong encoding is used when opening README.md in setup.py
- 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
- 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
factory-auto declined review
Output of check script:
A patch (bump_hiredis_0.14.1.patch) is being added without this addition being mentioned in the changelog.
A patch (fix_build_dir_in_tests.patch) is being added without this addition being mentioned in the changelog.
factory-auto declined request
Output of check script:
A patch (bump_hiredis_0.14.1.patch) is being added without this addition being mentioned in the changelog.
A patch (fix_build_dir_in_tests.patch) is being added without this addition being mentioned in the changelog.
- Add bump_hiredis_0.14.1.patch to allow using more recent (and
without some CVEs) version of hiredis.
* BUGFIX: READEME.md has UTF-8 characters, setup.py will fail on
systems where the locale is not UTF-8. (see #89)