Pyclipper is a Cython wrapper exposing public functions and classes of
the C++ translation of the `Angus Johnson's Clipper library`, a library
for clipping and offsetting lines and polygons.
The Clipper library performs line & polygon clipping - intersection,
union, difference & exclusive-or, and line & polygon offsetting. The
library is based on Vatti's clipping algorithm.
Provides
Requires
License
MIT
Changelog
* Tue Jan 27 2026 Dirk Müller <dmueller@suse.com>
- update to 1.4.0:
* Add support for Python 3.14, drop support for 3.9; Python
3.10+ is now required.
* Modernize build setup by always requiring Cython to build
from source via PEP517/518 isolated builds.
* Wed Jun 11 2025 Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
* Mon Oct 28 2024 Dirk Müller <dmueller@suse.com>
- update to 1.3.0.post6:
* Build Python 3.13 wheels. No code changes.
* Fri Sep 20 2024 Matej Cepl <mcepl@cepl.eu>
- It is sitearch not sitelib
* Fri Sep 20 2024 ecsos <ecsos@opensuse.org>
- - Add %{?sle15_python_module_pythons}
* Sun Dec 10 2023 Dirk Müller <dmueller@suse.com>
- update to 1.3.0.post5:
* Build Python 3.12 wheels. No code changes.
* Wed May 10 2023 Dirk Müller <dmueller@suse.com>
- remove obsolete setuptools_scm_git_archive requirements
* Sat Dec 03 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.3.0.post4
* Build Python 3.11 wheels. No code changes.
* Wed Oct 05 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <code@bnavigator.de>
- Extend package description
- Remove python2 workarounds
* Thu Jan 13 2022 Ben Greiner <code@bnavigator.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
Files
/usr/lib64/python3.13/site-packages/pyclipper
/usr/lib64/python3.13/site-packages/pyclipper-1.4.0.dist-info
/usr/lib64/python3.13/site-packages/pyclipper-1.4.0.dist-info/INSTALLER
/usr/lib64/python3.13/site-packages/pyclipper-1.4.0.dist-info/METADATA
/usr/lib64/python3.13/site-packages/pyclipper-1.4.0.dist-info/RECORD
/usr/lib64/python3.13/site-packages/pyclipper-1.4.0.dist-info/REQUESTED
/usr/lib64/python3.13/site-packages/pyclipper-1.4.0.dist-info/WHEEL
/usr/lib64/python3.13/site-packages/pyclipper-1