Sync from SUSE:ALP:Source:Standard:1.0 python-sip6 revision a3c6e4378b5705cb9b1ddfa78b39df5d

This commit is contained in:
2024-09-23 23:01:49 +02:00
parent 553702ecbe
commit 9b060309dd
5 changed files with 36 additions and 109 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jan 25 20:10:44 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 6.8.2
* Added the --deprecations-are-errors command line option to all
build tools.
* All generated files are UTF-8 encoded.
- Release 6.8.1
- Bug fixes.
- Release 6.8.0
* Python v3.7 is no longer supported.
* The latest version of ABI v13 is v13.7.0.
* The latest version of ABI v12 is v12.14.0.
* Added support for specifying the project metadata using the
'[project]' section of pyproject.toml as defined in PEP 621.
The use of the '[tool.sip.metadata]' is now deprecated.
* The conversion to a pure Python implementation is now complete.
- Drop support-python3.6.patch
* python-foo prefixed packages for SLE15 with python3.6 should be
handled by an SLE internal maintenance request to python3-foo
-------------------------------------------------------------------
Sun Oct 15 13:42:16 UTC 2023 - Ben Greiner <code@bnavigator.de>