Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
38dcb9cd3b | |||
8d3eab2aa6 | |||
1624ae40a8 | |||
8b6dd346b3 | |||
4c5f4ab739 | |||
f671898c69 | |||
2f1004fd58 | |||
9a5e17e450 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0239f928e0bf78a3efc2f2f615a10bfcdb9f33012d46d64c8d1225b4bde7096
|
||||
size 164719
|
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 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyclipper
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2020 Xu Zhao (i@xuzhao.net).
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,10 +17,10 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pyclipper
|
||||
Version: 1.3.0.post5
|
||||
Version: 1.3.0.post6
|
||||
Release: 0
|
||||
Summary: Cython wrapper for the Clipper library for clipping lines and polygons
|
||||
License: MIT
|
||||
@@ -28,9 +28,11 @@ URL: https://github.com/fonttools/pyclipper
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pyclipper/pyclipper-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Cython}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -50,11 +52,11 @@ library is based on Vatti's clipping algorithm.
|
||||
%setup -q -n pyclipper-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
%pytest_arch
|
||||
@@ -63,6 +65,6 @@ library is based on Vatti's clipping algorithm.
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitearch}/pyclipper
|
||||
%{python_sitearch}/pyclipper-%{version}*-info
|
||||
%{python_sitearch}/pyclipper-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user