Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-eventlet for openSUSE:Factory checked in at 2024-12-06 14:25:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-eventlet (Old) and /work/SRC/openSUSE:Factory/.python-eventlet.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-eventlet" Fri Dec 6 14:25:01 2024 rev:58 rq:1228388 version:0.38.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes 2024-10-25 19:20:08.963895034 +0200 +++ /work/SRC/openSUSE:Factory/.python-eventlet.new.28523/python-eventlet.changes 2024-12-06 14:25:02.853116597 +0100 @@ -1,0 +2,14 @@ +Wed Dec 4 13:49:59 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 0.38.0 + * Python 3.13 Support (#988) + * [fix] wsgi: server MUST NOT send Content-Length/Transfer-Encoding + header in response with a status code of 1xx, 204 or (2xx to CONNECT + request) (#747) + * [fix] wsgi: No request Content-Length nor Transfer-Encoding implies + no body (#985) +- Drop 313-new-thread-attributes.patch, merged upstream +- Drop no-dynamic-version.patch, no longer required +- Switch back to stable releases + +------------------------------------------------------------------- Old: ---- 313-new-thread-attributes.patch _service _servicedata eventlet-0.37.0+git.1726056572.8637820.obscpio eventlet.obsinfo no-dynamic-version.patch New: ---- eventlet-0.38.0.tar.gz BETA DEBUG BEGIN: Old: no body (#985) - Drop 313-new-thread-attributes.patch, merged upstream - Drop no-dynamic-version.patch, no longer required Old:- Drop 313-new-thread-attributes.patch, merged upstream - Drop no-dynamic-version.patch, no longer required - Switch back to stable releases BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-eventlet.spec ++++++ --- /var/tmp/diff_new_pack.Wwl6yR/_old 2024-12-06 14:25:03.497143645 +0100 +++ /var/tmp/diff_new_pack.Wwl6yR/_new 2024-12-06 14:25:03.497143645 +0100 @@ -18,21 +18,13 @@ %{?sle15_python_module_pythons} Name: python-eventlet -Version: 0.37.0+git.1726056572.8637820 -%define up_version 0.37.0 +Version: 0.38.0 Release: 0 Summary: Concurrent networking library for Python License: MIT Group: Development/Languages/Python URL: https://eventlet.net -# Source: https://files.pythonhosted.org/packages/source/e/eventlet/eventlet-%%{version}.tar.gz -Source: eventlet-%{version}.tar.gz -# PATCH-FIX-UPSTREAM 313-new-thread-attributes.patch gh#eventlet/eventlet#964 mc...@suse.com -# Hroncko's python3.13 branch -Patch0: 313-new-thread-attributes.patch -# PATCH-FIX-OPENSUSE no-dynamic-version.patch mc...@suse.com -# We cannot use dynamic version number on a git checkout -Patch1: no-dynamic-version.patch +Source: https://files.pythonhosted.org/packages/source/e/eventlet/eventlet-%{version}.tar.gz BuildRequires: %{python_module hatch-vcs} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} @@ -68,9 +60,6 @@ %prep %autosetup -p1 -n eventlet-%{version} -# set the package version manually -sed -i -e '/^\s*__version__/s/0.0.0/%{up_version}/' eventlet/__init__.py - %build %pyproject_wheel @@ -102,5 +91,5 @@ %license LICENSE %doc AUTHORS NEWS README.rst %{python_sitelib}/eventlet -%{python_sitelib}/eventlet-%{up_version}.dist-info +%{python_sitelib}/eventlet-%{version}.dist-info