Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-reactivex for
openSUSE:Factory checked in at 2026-07-29 18:58:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-reactivex (Old)
and /work/SRC/openSUSE:Factory/.python-reactivex.new.2004 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-reactivex"
Wed Jul 29 18:58:54 2026 rev:4 rq:1368262 version:5.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-reactivex/python-reactivex.changes
2025-12-01 11:14:27.501394265 +0100
+++
/work/SRC/openSUSE:Factory/.python-reactivex.new.2004/python-reactivex.changes
2026-07-29 18:59:56.219068348 +0200
@@ -1,0 +2,22 @@
+Wed Jul 29 01:28:45 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 5.1.0:
+ * (operators) Add tap as an alias for do_action
+ * (gtk) Call gi.require_version before importing gi.repository
+ * (operators) Accept concurrent.futures.Future wherever futures are
+ accepted
+ * (scheduler) Use wall clock time for now() in event loop schedulers
+ * Operators: Fixed scheduler forwarding in pairwise, to_marbles, and
+ delay_with_mapper (subscription-delay path).
+ * Fix: reactivex.timer(duetime, period) now correctly resets the initial
+ delay on each resubscription (e.g. via repeat()).
+ * Fluent method chaining — operators are now available as methods on
+ Observable in addition to the existing pipe() style.
+ * Dropped Python 3.8; added support for Python 3.11, 3.12, 3.13.
+ * Added scheduler parameter to run() for consistent scheduling control.
+ * Fixed subscribe_on not forwarding scheduler to the source.
+- Reflow changelog.
+- Remove version mangling, the tarballs are now correct.
+- Drop patch fix-python314-test.patch, no longer required.
+
+-------------------------------------------------------------------
@@ -21 +43,2 @@
-- Added fix-python314-test.patch: Fix tests to be compatible with Python3.14
until new version release
+- Added fix-python314-test.patch: Fix tests to be compatible with Python 3.14
+ until new version release
Old:
----
fix-python314-test.patch
reactivex-4.1.0-gh.tar.gz
New:
----
reactivex-5.1.0-gh.tar.gz
----------(Old B)----------
Old:- Remove version mangling, the tarballs are now correct.
- Drop patch fix-python314-test.patch, no longer required.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-reactivex.spec ++++++
--- /var/tmp/diff_new_pack.s2VP0A/_old 2026-07-29 18:59:56.679084210 +0200
+++ /var/tmp/diff_new_pack.s2VP0A/_new 2026-07-29 18:59:56.683084349 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-reactivex
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,27 +18,25 @@
%{?sle15_python_module_pythons}
Name: python-reactivex
-Version: 4.1.0
+Version: 5.1.0
Release: 0
Summary: ReactiveX (Rx) for Python
License: MIT
URL: https://reactivex.io
# SourceRepository: https://github.com/ReactiveX/RxPY
Source:
https://github.com/ReactiveX/RxPY/archive/refs/tags/v%{version}.tar.gz#/reactivex-%{version}-gh.tar.gz
-#PATCH-FIX-OPENSUSE fix-python314-test.patch
-Patch0: fix-python314-test.patch
-BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module base >= 3.10}
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry-core >= 1.0.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-typing-extensions >= 4.1.1
+Requires: python-typing-extensions >= 4.15.0
BuildArch: noarch
# SECTION test
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module typing-extensions >= 4.1.1}
+BuildRequires: %{python_module typing-extensions >= 4.15.0}
# /SECTION
%python_subpackages
@@ -48,9 +46,6 @@
%prep
%autosetup -p1 -n RxPY-%{version}
-#
https://github.com/ReactiveX/RxPY/blob/master/.github/workflows/python-publish.yml
-echo "__version__ = \"%{version}\"" > reactivex/_version.py
-sed -i 's/version = "0.0.0" # NOTE: will be updated by publish script/version
= "%{version}"/' pyproject.toml
%build
%pyproject_wheel
++++++ reactivex-4.1.0-gh.tar.gz -> reactivex-5.1.0-gh.tar.gz ++++++
++++ 41275 lines of diff (skipped)