15
0
forked from pool/python-Pebble

Accepting request 1272155 from home:glaubitz:branches:devel:languages:python

- Update to 5.1.1
  * issue #146: fix pool hanging on pickle errors.
  * issue #147: fix pool hanging when futures are cancelled
    while large amount of data is being transferred.
- Adjust upstream source name in spec file
- Allow lower- and uppercase filenames for meta directory
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1272155
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pebble?expand=0&rev=36
This commit is contained in:
2025-04-23 20:20:49 +00:00
committed by Git OBS Bridge
parent 0e87e028ab
commit ef17d47ee1
4 changed files with 27 additions and 9 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Apr 23 10:56:25 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.1.1
* issue #146: fix pool hanging on pickle errors.
* issue #147: fix pool hanging when futures are cancelled
while large amount of data is being transferred.
- Adjust upstream source name in spec file
- Allow lower- and uppercase filenames for meta directory
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Fri Jan 24 13:34:44 UTC 2025 - Yunus Acar <yunus.acar@suse.com>