Overview
Request 946382 accepted
- Extend package description
- Remove python2 workarounds
- 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
- Created by bnavigator
- In state accepted
- Supersedes 946239
Please, do something about Summary and Description, I have to go to the third party website (http://www.angusj.com/delphi/clipper.php) to find out that this package is useful for “for clipping and offsetting lines and polygons”. That’s crazy.
Do we really need to support Python 2 (it is being removed from SLE-15-SP4)? Wouldn’t just plain
%define skip_python2 1
be enough?
Request History
bnavigator created request
- Extend package description
- Remove python2 workarounds
- 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
mcepl accepted request
This is perfect! Thank you.