Changelog for
python3-pyclipper-1.3.0.post2-2.1.x86_64.rpm :
* Fri Jan 14 2022 codeAATTbnavigator.de- Extend package description- Remove python2 workarounds
* Thu Jan 13 2022 codeAATTbnavigator.de- Update to 1.3.0post2
* Export pyclipper.__version__ string (#40).
* Removed long-deprecated SCALING_FACTOR global variable.- Relese 1.2.0
* Release the Global Interpreter Lock (GIL) while doing more CPU intensive calls to ClipperLib (union, difference, intersection, minkowski, offset, etc), to allow Python apps to better parallelize when using threading (#29, #30).- Drop python-pyclipper-no-unittest2.patch
* Wed Jun 10 2020 mceplAATTsuse.com- Explain necessity of unittest2 for python2
* Tue Jun 02 2020 pgajdosAATTsuse.com- drop dependency on unittest2 for python3- added patches https://github.com/fonttools/pyclipper/pull/32 + python-pyclipper-no-unittest2.patch
* Fri Mar 06 2020 iAATTxuzhao.net- Initial commit.