SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-cffi-debugsource-1.16.0-1.6.i586.rpm :

* Fri Oct 06 2023 Matej Cepl - Upgrade to 1.16.0: - Add support for Python 3.12. With the removal of distutils from Python 3.12, projects using CFFI features that depend on distutils at runtime must add a dependency on setuptools to function under Python 3.12+. CFFI does not declare a runtime setuptools requirement to avoid an unnecessary dependency for projects that do not require it. - Drop support for end-of-life Python versions (2.7, 3.6, 3.7). - Move project source under src/; a more standard layout that also enables CI to more easily catch packaging errors. - Move project home to python-cffi/cffi on GitHub. - Add support for PEP517 builds; setuptools is now a required build dependency. - Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons to continue using previously released sdists and wheels. - Add missing calls to PyObject_GC_UnTrack to avoid ResourceWarning 15c4b71- Remove upstreamed patch 8a3c2c816d789639b49d3ae867213393ed7abdff.patch
* Fri Oct 06 2023 Matej Cepl - Clean up the SPEC file
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Fri Jan 06 2023 Dirk Müller - add 8a3c2c816d789639b49d3ae867213393ed7abdff.patch to resolve testsuite failures with Python 3.11
* Mon Dec 05 2022 Daniel Garcia - Add python-py as test dependency
* Tue Jul 19 2022 Dirk Müller - update to 1.15.1:
* If you call ffi.embedding_api() but don’t write any extern “Python” function there, then the resulting C code would fail an assert. Fixed.
* Updated Windows/arm64 embedded libffi static lib to v3.4.2, and scripted to ease future updates (thanks Niyas Sait!)
* Sat Nov 06 2021 Dirk Müller - update to 1.15.0:
* Fixed MANIFEST.in to include missing file for Windows arm64 support
* Fixed Linux wheel build to use gcc default ISA for libffi
* Updated setup.py Python trove specifiers to currently-tested Python versions
* CPython 3.10 support (including wheels)
* MacOS arm64 support (including wheels)
* Initial Windows arm64 support
* Misc. doc and test updates
* Fri Jul 16 2021 Dirk Müller - update to 1.14.6:
* Revert \"grovel: detect :float and :double in the :auto type\"
* Fri Feb 12 2021 Dirk Müller - update to 1.14.5:
* Source fix for old gcc versions
* Sat Dec 19 2020 Dirk Müller - update to 1.14.4:
* no upstream changelog provided
* Mon Sep 28 2020 Dirk Mueller - update to 1.14.3:
* no upstream changelog provided
* Thu Aug 20 2020 Ondřej Súkup - update to 1.14.2
* CPython 3 on Windows: we again try to compile with Py_LIMITED_API by default
* Mon Aug 10 2020 Dirk Mueller - update to 1.14.1:
* CFFI source code is now hosted on Heptapod.
* Improved support for typedef int my_array_t[...]; with an explicit dot-dot-dot in API mode (issue #453)
* Windows (32 and 64 bits): multiple fixes for ABI-mode call to functions that return a structure.
* Experimental support for MacOS 11 on aarch64.
* and a few other minor changes and bug fixes.
* Mon Feb 24 2020 Ondřej Súkup - Update to 1.14.0
* ffi.dlopen() can now be called with a handle (as a void
*) to an already-opened C library.
* fixed a stack overflow issue for calls like lib.myfunc([large list]).
* fixed a memory leak inside ffi.getwinerror() on CPython 3.x.
 
ICM