2023-12-10 21:51:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 10 21:51:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 1.3.0.post5:
|
|
|
|
* Build Python 3.12 wheels. No code changes.
|
|
|
|
|
2023-05-10 06:30:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 10 06:30:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- remove obsolete setuptools_scm_git_archive requirements
|
|
|
|
|
2022-12-03 22:35:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 3 20:01:16 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- Update to version 1.3.0.post4
|
|
|
|
* Build Python 3.11 wheels. No code changes.
|
|
|
|
|
2022-10-07 07:53:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 5 00:00:18 UTC 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
|
|
|
|
|
2022-01-14 16:09:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 14 09:37:10 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Extend package description
|
|
|
|
- Remove python2 workarounds
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 13 21:58:08 UTC 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
|
|
|
|
|
2020-06-10 16:20:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 10 16:20:24 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Explain necessity of unittest2 for python2
|
|
|
|
|
2020-06-02 16:34:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 2 15:03:59 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- drop dependency on unittest2 for python3
|
|
|
|
- added patches
|
|
|
|
https://github.com/fonttools/pyclipper/pull/32
|
|
|
|
+ python-pyclipper-no-unittest2.patch
|
|
|
|
|
2020-03-06 09:13:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 6 02:17:18 UTC 2020 - Xu Zhao <i@xuzhao.net>
|
|
|
|
|
|
|
|
- Initial commit.
|
|
|
|
|