File python-pyclipper.changes of Package python-pyclipper
-------------------------------------------------------------------
Wed Jun 11 05:49:27 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Mon Oct 28 16:54:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0.post6:
* Build Python 3.13 wheels. No code changes.
-------------------------------------------------------------------
Fri Sep 20 13:34:27 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- It is sitearch not sitelib
-------------------------------------------------------------------
Fri Sep 20 13:16:55 UTC 2024 - ecsos <ecsos@opensuse.org>
- - Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Wed May 10 06:30:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
- remove obsolete setuptools_scm_git_archive requirements
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Jun 10 16:20:24 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Explain necessity of unittest2 for python2
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Mar 6 02:17:18 UTC 2020 - Xu Zhao <i@xuzhao.net>
- Initial commit.