Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Pebble for openSUSE:Factory checked in at 2022-09-14 13:45:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pebble (Old) and /work/SRC/openSUSE:Factory/.python-Pebble.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pebble" Wed Sep 14 13:45:16 2022 rev:10 rq:1003474 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pebble/python-Pebble.changes 2022-08-17 18:23:38.059238713 +0200 +++ /work/SRC/openSUSE:Factory/.python-Pebble.new.2083/python-Pebble.changes 2022-09-14 13:45:30.377973431 +0200 @@ -1,0 +2,24 @@ +Tue Sep 13 11:09:36 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Update to 5.0.0 + * Backward incompatible changes: + + issue #93: Python 2 is no longer compatible. Minimum supported + version is now 3.7. + + * Deprecations: + + issue #90: pools `schedule` method is now deprecated, use `submit` + instead. + + * Features: + + issue #90: pools are now compatible with asyncio APIs. + + issue #94: asynchronous function decorators + + issue #102: type hints have been added to all functionalities + + issue #103: support alternative multiprocessing.context + implementations + + * Fixes: + + issue #99: fix deadlock when closing a full pipe on Windows in pool +- Require Python >= 3.7. +- Drop Python 2 support. + +------------------------------------------------------------------- Old: ---- Pebble-4.6.3.tar.gz New: ---- Pebble-5.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pebble.spec ++++++ --- /var/tmp/diff_new_pack.PYik6t/_old 2022-09-14 13:45:30.841974599 +0200 +++ /var/tmp/diff_new_pack.PYik6t/_new 2022-09-14 13:45:30.849974619 +0200 @@ -16,10 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 Name: python-Pebble -Version: 4.6.3 +Version: 5.0.0 Release: 0 Summary: Threading and multiprocessing eye-candy for Python License: LGPL-3.0-only @@ -29,16 +27,11 @@ BuildRequires: fdupes BuildRequires: git-core BuildRequires: python-rpm-macros +BuildRequires: python3-base >= 3.7 BuildArch: noarch -%if %{with python2} -BuildRequires: python-futures -%endif # SECTION test requirements BuildRequires: %{python_module pytest} # /SECTION -%ifpython2 -Requires: python-futures -%endif %python_subpackages %description ++++++ Pebble-4.6.3.tar.gz -> Pebble-5.0.0.tar.gz ++++++ ++++ 5457 lines of diff (skipped)