------------------------------------------------------------------- Tue Sep 17 21:45:19 UTC 2019 - Matthias Fehring - 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 - 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