Changelog for
python311-pyclipper-1.3.0.post6-1.3.x86_64.rpm :
* Mon Oct 28 2024 Dirk Müller
- update to 1.3.0.post6:
* Build Python 3.13 wheels. No code changes.
* Fri Sep 20 2024 Matej Cepl - It is sitearch not sitelib
* Fri Sep 20 2024 ecsos - - Add %{?sle15_python_module_pythons}
* Sun Dec 10 2023 Dirk Müller - update to 1.3.0.post5:
* Build Python 3.12 wheels. No code changes.
* Wed May 10 2023 Dirk Müller - remove obsolete setuptools_scm_git_archive requirements
* Sat Dec 03 2022 Yogalakshmi Arunachalam - Update to version 1.3.0.post4
* Build Python 3.11 wheels. No code changes.
* Wed Oct 05 2022 Yogalakshmi Arunachalam - Update to version 1.3.0.post3 Rebuild pre-generated cython sources in sdist package to fix build issue on Python 3.11.0 beta1
* Fri Jan 14 2022 Ben Greiner - Extend package description- Remove python2 workarounds
* Thu Jan 13 2022 Ben Greiner - 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 Matej Cepl - Explain necessity of unittest2 for python2