From ed2b588cf3a56902177fb537fd8b346d4fe44e7463af5b8723a2542bd46098fc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2022 07:53:32 +0000 Subject: [PATCH] Accepting request 1008636 from home:yarunachalam:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1008636 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyclipper?expand=0&rev=9 --- pyclipper-1.3.0.post2.tar.gz | 3 --- pyclipper-1.3.0.post3.tar.gz | 3 +++ python-pyclipper.changes | 6 ++++++ python-pyclipper.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pyclipper-1.3.0.post2.tar.gz create mode 100644 pyclipper-1.3.0.post3.tar.gz diff --git a/pyclipper-1.3.0.post2.tar.gz b/pyclipper-1.3.0.post2.tar.gz deleted file mode 100644 index 24bc555..0000000 --- a/pyclipper-1.3.0.post2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c096703dc32f2e4700a1f7054e8b58c29fe86212fa7a2c2adecb0102cb639fb2 -size 132899 diff --git a/pyclipper-1.3.0.post3.tar.gz b/pyclipper-1.3.0.post3.tar.gz new file mode 100644 index 0000000..e3c0a2e --- /dev/null +++ b/pyclipper-1.3.0.post3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639fbc55569b94487f89261b1656e3e655d06888a582218c5432c426705d1f6f +size 134300 diff --git a/python-pyclipper.changes b/python-pyclipper.changes index 6badddd..b6c6832 100644 --- a/python-pyclipper.changes +++ b/python-pyclipper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 5 00:00:18 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-pyclipper.spec b/python-pyclipper.spec index a4124ca..c3dbca4 100644 --- a/python-pyclipper.spec +++ b/python-pyclipper.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-pyclipper -Version: 1.3.0.post2 +Version: 1.3.0.post3 Release: 0 Summary: Cython wrapper for the Clipper library for clipping lines and polygons License: MIT