14
0

- Update to 3.6.0

* Added support for libraries with a path longer than 260 on Windows.
    The supported path length is now 10 times higher but not unlimited
    for security reasons.
  * Dropped official support for Python 3.8.
- Switch upstream source tarball to Github

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-threadpoolctl?expand=0&rev=20
This commit is contained in:
2025-04-10 13:45:10 +00:00
committed by Git OBS Bridge
parent ed1502f083
commit a716ee9ac2
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Apr 10 13:23:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.6.0
* Added support for libraries with a path longer than 260 on Windows.
The supported path length is now 10 times higher but not unlimited
for security reasons.
* Dropped official support for Python 3.8.
- Switch upstream source tarball to Github
-------------------------------------------------------------------
Thu May 2 22:00:52 UTC 2024 - Dirk Müller <dmueller@suse.com>