cfdab21ab4
- Update to 7.1: * Drop support for Python 3.9. * Add support for Python 3.14. * Move all supported package metadata into pyproject.toml. * Remove no longer necessary setuptools runtime dependency. * Replace pkg_resources namespace with PEP 420 native namespace. * Add preliminary support for Python 3.14. * Drop support for Python 3.8. * Adjust minimal required version of zope.security test dependency to 7.3.
Steve Kowalik2025-12-11 04:18:40 +00:00
07704cf2c0
Accepting request 1279223 from devel:languages:python
Ana Guerrero2025-05-22 14:57:02 +00:00
2afed545a4
- fix build for older setuptools also for devel subpackage
Dirk Mueller2025-05-15 08:52:56 +00:00
43da4dceb2
Accepting request 1218875 from devel:languages:python
Ana Guerrero2024-10-29 13:35:26 +00:00
83a0da136f
- update to 6.1: * Respect PURE_PYTHON environment variable set to 0. * Declare full support for Python 3.13. * Drop support for Python 3.7. * Build Windows wheels on GHA. * Correct return type for wrap_hash (fixes build on i386).
Dirk Mueller2024-10-28 21:52:02 +00:00
486588ab4a
Accepting request 1157516 from devel:languages:python
Ana Guerrero2024-03-13 21:17:05 +00:00
636f49eadd
- update to 5.2: * Add preliminary support for Python 3.13 as of 3.13a3.
Dirk Mueller2024-03-13 10:15:58 +00:00
0bc8daa77a
Accepting request 1133582 from devel:languages:python
Ana Guerrero2023-12-17 20:28:53 +00:00
f115f4b54c
- update to 5.1: * Add support for Python 3.12. * Drop support for Python 2.7, 3.5, 3.6. * Remove proxying code for names that no longer exist in Python 3 like `__long__` and some others. - Update to version 4.6.1 - Update to version 4.6.0 - Update to version 4.5.1 * Add support for Python 3.10. * Fix indexing pure-Python proxies with slices under Python 3, and restore the use of __getslice__ (if implemented by the - Provides/Obsoletes should be on the -devel package since
Dirk Mueller2023-12-16 08:50:14 +00:00
038277f06d
- Update to 4.3.2: * Fix error handling in ProxyBase.__setattr__: any the exception raised by PyString_AsString/PyUnicode_AsUTF8 would be silently swallowed up and ignored. See issue 31.
Tomáš Chvátal
2019-07-22 11:22:40 +00:00