Revisions of python-Cython0

buildservice-autocommit accepted request 1144125 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1144013 from Frank Schreiner's avatar Frank Schreiner (M0ses) (revision 8)
- update to version 0.29.37
  * Fix a potential crash while cleaning up subtypes of externally 
    imported extension types when terminating Python.
    This was introduced in Cython 0.29.35.
  * Fix a ``complex`` related compile error on Windows.
    (Github issue :issue:`5512`)
  * Compiling fused types used in pxd files could crash Cython in
    Python 3.11+. (Github issues :issue:`5894`, :issue:`5588`)
  * ``cythonize`` failed to consider the ``CYTHON_FORCE_REGEN`` env variable.
    Patch by Harmen Stoppels.  (Github issue :issue:`5712`)
buildservice-autocommit accepted request 1136306 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 6)
- require setuptools
    resolved if the for-loop's  ``else:`` branch executes
    track these dependencies.
    would trigger C compiler warnings with tracing support enabled.
- Drop cython_use_imgmath.patch
- Update to 0.29.22
 * Remove an incorrect cast when using true-division in C++ operations.
 * C compile errors with CPython 3.8 were resolved.
  needed by Ceph - stopgap measure until issue can be addressed
    of the main source file.
- Remove Cython-fix-version-detection.patch
  detecting Cython's presence.  It is already merged upstream and
  Note that despite what upstream says,
  this, which is why the patch is going here instead of
  * For loop docs fix and pointer iteration.
  * Py2.4 fix: PySet_Pop() appeared in Py2.5
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1103746 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 5)
initialized devel package after accepting 1103746
buildservice-autocommit accepted request 1103746 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 4)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 3)
- Clean up SPEC file.

- update to version 0.29.36:
  * Async generators lost their return value in PyPy. (Github issue
    :issue:`5465`)
  * The outdated C macro _PyGC_FINALIZED() is no longer used in
    Py3.9+.
  * The deprecated Py_OptimizeFlag is no longer used in Python
    3.9+. (Github issue :issue:`5343`)
  * Using the global __debug__ variable but not assertions could lead
    to compile errors.
  * The broken HTML template support was removed from Tempita. (Github
    issue :issue:`3309`)

- update to 0.29.35:
  * A garbage collection enabled subtype of a non-GC extension
    type could call into the deallocation function of the
    super type with GC tracking enabled.  This could lead
    to crashes during deallocation if GC was triggered on the
    type at the same time.
  * Some C compile failures and crashes in CPython 3.12 were
    resolved.
  * ``except + nogil`` was syntactically not allowed.
  * ``except +nogil`` (i.e. defining a C++ exception handling
    function called ``nogil``) is now disallowed to prevent typos.
  * A C compile failure in PyPy 3.10 was resolved.
  * Cython modules now use PEP-489 multi-phase init by default in
    PyPy 3.9 and later.
  * API header files generated by different Cython versions can
    now be included in the same C file.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 2)
osc copypac from project:devel:languages:python package:python-Cython revision:175, using keep-link, using expand
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 1)
Displaying all 9 revisions
openSUSE Build Service is sponsored by