Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 38dcb9cd3b | |||
| 8d3eab2aa6 | |||
| 1624ae40a8 | |||
| 8b6dd346b3 | |||
| 4c5f4ab739 | |||
| f671898c69 | |||
| 2f1004fd58 | |||
| 9a5e17e450 |
3
pyclipper-1.3.0.post6.tar.gz
Normal file
3
pyclipper-1.3.0.post6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42bff0102fa7a7f2abdd795a2594654d62b786d0c6cd67b72d469114fdeb608c
|
||||
size 165909
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9882bd889f27da78add4dd6f881d25697efc740bf840274e749988d25496c8e1
|
||||
size 54489
|
||||
@@ -1,12 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:14:07 UTC 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 05:49:27 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
@@ -37,18 +28,18 @@ Sun Dec 10 21:51:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Wed May 10 06:30:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- remove obsolete setuptools_scm_git_archive requirements
|
||||
- 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
|
||||
- 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
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyclipper
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2020 Xu Zhao (i@xuzhao.net).
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pyclipper
|
||||
Version: 1.4.0
|
||||
Version: 1.3.0.post6
|
||||
Release: 0
|
||||
Summary: Cython wrapper for the Clipper library for clipping lines and polygons
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user