17
0

Compare commits

8 Commits

Author SHA256 Message Date
38dcb9cd3b Accepting request 1284632 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyclipper?expand=0&rev=11
2025-06-11 14:25:48 +00:00
8d3eab2aa6 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyclipper?expand=0&rev=23
2025-06-11 06:17:42 +00:00
1624ae40a8 Accepting request 1218843 from devel:languages:python
- update to 1.3.0.post6:
  * Build Python 3.13 wheels. No code changes.

OBS-URL: https://build.opensuse.org/request/show/1218843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyclipper?expand=0&rev=10
2024-10-29 13:35:02 +00:00
8b6dd346b3 - update to 1.3.0.post6:
* Build Python 3.13 wheels. No code changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyclipper?expand=0&rev=21
2024-10-28 16:54:31 +00:00
4c5f4ab739 Accepting request 1202220 from devel:languages:python
- It is sitearch not sitelib
- - Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1202220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyclipper?expand=0&rev=9
2024-09-22 09:05:56 +00:00
f671898c69 Clean up the SPEC
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyclipper?expand=0&rev=19
2024-09-20 13:38:12 +00:00
2f1004fd58 - It is sitearch not sitelib
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyclipper?expand=0&rev=18
2024-09-20 13:34:37 +00:00
9a5e17e450 Accepting request 1202217 from home:ecsos:python
- - Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1202217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyclipper?expand=0&rev=17
2024-09-20 13:30:08 +00:00
4 changed files with 8 additions and 17 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42bff0102fa7a7f2abdd795a2594654d62b786d0c6cd67b72d469114fdeb608c
size 165909

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9882bd889f27da78add4dd6f881d25697efc740bf840274e749988d25496c8e1
size 54489

View File

@@ -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
-------------------------------------------------------------------

View File

@@ -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