Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyclipper for
openSUSE:Factory checked in at 2022-12-04 14:58:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyclipper (Old)
and /work/SRC/openSUSE:Factory/.python-pyclipper.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyclipper"
Sun Dec 4 14:58:50 2022 rev:6 rq:1039906 version:1.3.0.post4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyclipper/python-pyclipper.changes
2022-10-08 01:25:31.582271129 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyclipper.new.1835/python-pyclipper.changes
2022-12-04 14:59:20.604612154 +0100
@@ -1,0 +2,6 @@
+Sat Dec 3 20:01:16 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to version 1.3.0.post4
+ * Build Python 3.11 wheels. No code changes.
+
+-------------------------------------------------------------------
Old:
----
pyclipper-1.3.0.post3.tar.gz
New:
----
pyclipper-1.3.0.post4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyclipper.spec ++++++
--- /var/tmp/diff_new_pack.J7QpmU/_old 2022-12-04 14:59:21.056614758 +0100
+++ /var/tmp/diff_new_pack.J7QpmU/_new 2022-12-04 14:59:21.060614781 +0100
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-pyclipper
-Version: 1.3.0.post3
+Version: 1.3.0.post4
Release: 0
Summary: Cython wrapper for the Clipper library for clipping lines and
polygons
License: MIT
++++++ pyclipper-1.3.0.post3.tar.gz -> pyclipper-1.3.0.post4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyclipper-1.3.0.post3/.github/workflows/ci.yml
new/pyclipper-1.3.0.post4/.github/workflows/ci.yml
--- old/pyclipper-1.3.0.post3/.github/workflows/ci.yml 2022-06-13
12:50:16.000000000 +0200
+++ new/pyclipper-1.3.0.post4/.github/workflows/ci.yml 2022-11-16
14:08:46.000000000 +0100
@@ -61,11 +61,11 @@
build: "pp37-manylinux* pp38-manylinux* cp310-manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
CIBW_MANYLINUX_I686_IMAGE: manylinux2010
- # pypy3.9 only works with manylinux2014 image
+ # the manylinux2014 image also contains pypy3.9 and CPython 3.11
- os: ubuntu-latest
arch: auto64
type: manylinux2014
- build: "pp39-manylinux*"
+ build: "pp39-manylinux* cp311-manylinux*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
@@ -106,7 +106,7 @@
strategy:
matrix:
# aarch64 uses qemu so it's slow, build each py version in parallel
jobs
- python: [36, 37, 38, 39, 310]
+ python: [36, 37, 38, 39, 310, 311]
arch: [aarch64]
steps:
- uses: actions/checkout@v2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyclipper-1.3.0.post3/PKG-INFO
new/pyclipper-1.3.0.post4/PKG-INFO
--- old/pyclipper-1.3.0.post3/PKG-INFO 2022-06-13 12:50:32.321426400 +0200
+++ new/pyclipper-1.3.0.post4/PKG-INFO 2022-11-16 14:09:01.348486700 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyclipper
-Version: 1.3.0.post3
+Version: 1.3.0.post4
Summary: Cython wrapper for the C++ translation of the Angus Johnson's Clipper
library (ver. 6.4.2)
Home-page: https://github.com/greginvm/pyclipper
Author: Angus Johnson, Maxime Chalton, Lukas Treyer, Gregor Ratajc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyclipper-1.3.0.post3/src/pyclipper/_pyclipper.cpp
new/pyclipper-1.3.0.post4/src/pyclipper/_pyclipper.cpp
--- old/pyclipper-1.3.0.post3/src/pyclipper/_pyclipper.cpp 2022-06-13
12:50:31.000000000 +0200
+++ new/pyclipper-1.3.0.post4/src/pyclipper/_pyclipper.cpp 2022-11-16
14:09:01.000000000 +0100
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.30 */
+/* Generated by Cython 0.29.32 */
/* BEGIN: Cython Metadata
{
@@ -23,8 +23,8 @@
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX &&
PY_VERSION_HEX < 0x03030000)
#error Cython requires Python 2.6+ or Python 3.3+.
#else
-#define CYTHON_ABI "0_29_30"
-#define CYTHON_HEX_VERSION 0x001D1EF0
+#define CYTHON_ABI "0_29_32"
+#define CYTHON_HEX_VERSION 0x001D20F0
#define CYTHON_FUTURE_DIVISION 0
#include <stddef.h>
#ifndef offsetof
@@ -63,6 +63,7 @@
#define CYTHON_COMPILING_IN_PYPY 1
#define CYTHON_COMPILING_IN_PYSTON 0
#define CYTHON_COMPILING_IN_CPYTHON 0
+ #define CYTHON_COMPILING_IN_NOGIL 0
#undef CYTHON_USE_TYPE_SLOTS
#define CYTHON_USE_TYPE_SLOTS 0
#undef CYTHON_USE_PYTYPE_LOOKUP
@@ -106,6 +107,7 @@
#define CYTHON_COMPILING_IN_PYPY 0
#define CYTHON_COMPILING_IN_PYSTON 1
#define CYTHON_COMPILING_IN_CPYTHON 0
+ #define CYTHON_COMPILING_IN_NOGIL 0
#ifndef CYTHON_USE_TYPE_SLOTS
#define CYTHON_USE_TYPE_SLOTS 1
#endif
@@ -146,10 +148,56 @@
#ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
#define CYTHON_UPDATE_DESCRIPTOR_DOC 0
#endif
+#elif defined(PY_NOGIL)
+ #define CYTHON_COMPILING_IN_PYPY 0
+ #define CYTHON_COMPILING_IN_PYSTON 0
+ #define CYTHON_COMPILING_IN_CPYTHON 0
+ #define CYTHON_COMPILING_IN_NOGIL 1
+ #ifndef CYTHON_USE_TYPE_SLOTS
+ #define CYTHON_USE_TYPE_SLOTS 1
+ #endif
+ #undef CYTHON_USE_PYTYPE_LOOKUP
+ #define CYTHON_USE_PYTYPE_LOOKUP 0
+ #ifndef CYTHON_USE_ASYNC_SLOTS
+ #define CYTHON_USE_ASYNC_SLOTS 1
+ #endif
+ #undef CYTHON_USE_PYLIST_INTERNALS
+ #define CYTHON_USE_PYLIST_INTERNALS 0
+ #ifndef CYTHON_USE_UNICODE_INTERNALS
+ #define CYTHON_USE_UNICODE_INTERNALS 1
+ #endif
+ #undef CYTHON_USE_UNICODE_WRITER
+ #define CYTHON_USE_UNICODE_WRITER 0
+ #undef CYTHON_USE_PYLONG_INTERNALS
+ #define CYTHON_USE_PYLONG_INTERNALS 0
+ #ifndef CYTHON_AVOID_BORROWED_REFS
+ #define CYTHON_AVOID_BORROWED_REFS 0
+ #endif
+ #ifndef CYTHON_ASSUME_SAFE_MACROS
+ #define CYTHON_ASSUME_SAFE_MACROS 1
+ #endif
+ #ifndef CYTHON_UNPACK_METHODS
+ #define CYTHON_UNPACK_METHODS 1
+ #endif
+ #undef CYTHON_FAST_THREAD_STATE
+ #define CYTHON_FAST_THREAD_STATE 0
+ #undef CYTHON_FAST_PYCALL
+ #define CYTHON_FAST_PYCALL 0
+ #ifndef CYTHON_PEP489_MULTI_PHASE_INIT
+ #define CYTHON_PEP489_MULTI_PHASE_INIT 1
+ #endif
+ #ifndef CYTHON_USE_TP_FINALIZE
+ #define CYTHON_USE_TP_FINALIZE 1
+ #endif
+ #undef CYTHON_USE_DICT_VERSIONS
+ #define CYTHON_USE_DICT_VERSIONS 0
+ #undef CYTHON_USE_EXC_INFO_STACK
+ #define CYTHON_USE_EXC_INFO_STACK 0
#else
#define CYTHON_COMPILING_IN_PYPY 0
#define CYTHON_COMPILING_IN_PYSTON 0
#define CYTHON_COMPILING_IN_CPYTHON 1
+ #define CYTHON_COMPILING_IN_NOGIL 0
#ifndef CYTHON_USE_TYPE_SLOTS
#define CYTHON_USE_TYPE_SLOTS 1
#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyclipper-1.3.0.post3/src/pyclipper/_version.py
new/pyclipper-1.3.0.post4/src/pyclipper/_version.py
--- old/pyclipper-1.3.0.post3/src/pyclipper/_version.py 2022-06-13
12:50:30.000000000 +0200
+++ new/pyclipper-1.3.0.post4/src/pyclipper/_version.py 2022-11-16
14:09:00.000000000 +0100
@@ -1,5 +1,5 @@
# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
-version = '1.3.0.post3'
-version_tuple = (1, 3, 0)
+__version__ = version = '1.3.0.post4'
+__version_tuple__ = version_tuple = (1, 3, 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/pyclipper-1.3.0.post3/src/pyclipper.egg-info/PKG-INFO
new/pyclipper-1.3.0.post4/src/pyclipper.egg-info/PKG-INFO
--- old/pyclipper-1.3.0.post3/src/pyclipper.egg-info/PKG-INFO 2022-06-13
12:50:31.000000000 +0200
+++ new/pyclipper-1.3.0.post4/src/pyclipper.egg-info/PKG-INFO 2022-11-16
14:09:01.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyclipper
-Version: 1.3.0.post3
+Version: 1.3.0.post4
Summary: Cython wrapper for the C++ translation of the Angus Johnson's Clipper
library (ver. 6.4.2)
Home-page: https://github.com/greginvm/pyclipper
Author: Angus Johnson, Maxime Chalton, Lukas Treyer, Gregor Ratajc