15
0

Accepting request 1272143 from home:fstegmeier:branches:devel:languages:python

- Update to 6.1.0
  * API Changes (Backward Incompatible)
    * Support for Python 3.6 has been removed.
    * Support for Python 3.7 has been removed.
    * Support for Python 3.8 has been removed.
  * API Changes (Backward Compatible)
    * Support for Python 3.10 has been added.
    * Support for Python 3.11 has been added.
    * Support for Python 3.12 has been added.
    * Support for Python 3.13 has been added.
    * Updated packaging and testing infrastructure.
    * Code cleanup and linting.
    * Improved type hints.

OBS-URL: https://build.opensuse.org/request/show/1272143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hyperframe?expand=0&rev=18
This commit is contained in:
2025-04-23 13:08:51 +00:00
committed by Git OBS Bridge
parent 115eaaa206
commit 14b86cd2bf
4 changed files with 27 additions and 10 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Apr 16 15:14:00 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- Update to 6.1.0
* API Changes (Backward Incompatible)
* Support for Python 3.6 has been removed.
* Support for Python 3.7 has been removed.
* Support for Python 3.8 has been removed.
* API Changes (Backward Compatible)
* Support for Python 3.10 has been added.
* Support for Python 3.11 has been added.
* Support for Python 3.12 has been added.
* Support for Python 3.13 has been added.
* Updated packaging and testing infrastructure.
* Code cleanup and linting.
* Improved type hints.
-------------------------------------------------------------------
Fri Apr 21 12:26:30 UTC 2023 - Dirk Müller <dmueller@suse.com>