Go to file
Matej Cepl b5d4b45b53 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=92
2023-10-06 16:35:58 +00:00
.gitattributes - Initial version 2013-02-10 10:02:31 +00:00
.gitignore - Initial version 2013-02-10 10:02:31 +00:00
cffi-1.16.0.tar.gz - Upgrade to 1.16.0: 2023-10-06 16:35:58 +00:00
python-cffi-rpmlintrc - Switch off falling tests with new patch 2018-09-18 16:00:36 +00:00
python-cffi.changes - Upgrade to 1.16.0: 2023-10-06 16:35:58 +00:00
python-cffi.spec - Upgrade to 1.16.0: 2023-10-06 16:35:58 +00:00