Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-aiostream for
openSUSE:Factory checked in at 2024-11-09 20:58:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-aiostream (Old)
and /work/SRC/openSUSE:Factory/.python-aiostream.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiostream"
Sat Nov 9 20:58:02 2024 rev:3 rq:1222857 version:0.6.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-aiostream/python-aiostream.changes
2023-12-15 21:50:33.741383502 +0100
+++
/work/SRC/openSUSE:Factory/.python-aiostream.new.2017/python-aiostream.changes
2024-11-09 20:58:35.270961603 +0100
@@ -1,0 +2,29 @@
+Fri Nov 8 08:34:07 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.6.4
+ * Drop support for python 3.8, add support
+ for python 3.13 by @fpgmaas in (#123)
+- from version 0.6.3
+ * Add MANIFEST.in to include tests/conftests.py in
+ source dist by @vxgmichel (issue #121, PR #122)
+- from version 0.6.2
+ * Fixing the issue of the lack of installation sections
+ by @thepapermen in (#113)
+ * Configure pytest test paths so test_utils.py is not
+ mistaken for a test file by @vxgmichel in (#117)
+ * Add strict parameter to stream.zip by @smheidrich in (#119)
+- from version 0.6.1
+ * Fix documentation build (42f9119)
+ * Expose Stream and sources_operator
+ in the aiostream package (e029efd)
+- from version 0.6.0
+ * Support python 3.12 (PR #93)
+ * Support pyright and improve typing in general (PR #99)
+ * Move from setup.* to pyproject.toml (PR #101, #102, #103, #110)
+ * Add typing to aiostream.test_utils (PR #104)
+ * Make operators a singleton object instead of a class (PR #106)
+ * Add sources operator to fix a breaking change in v0.5.x (PR #108, issue
#95)
+- Add python-pytest-cov to BuildRequires
+- Drop sed command to remove coverage parameters from setup.cfg
+
+-------------------------------------------------------------------
Old:
----
aiostream-0.5.2.tar.gz
New:
----
aiostream-0.6.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-aiostream.spec ++++++
--- /var/tmp/diff_new_pack.53GcEg/_old 2024-11-09 20:58:36.227001371 +0100
+++ /var/tmp/diff_new_pack.53GcEg/_new 2024-11-09 20:58:36.231001537 +0100
@@ -19,7 +19,7 @@
%global modname aiostream
%{?sle15_python_module_pythons}
Name: python-aiostream
-Version: 0.5.2
+Version: 0.6.4
Release: 0
Summary: Generator-based operators for asynchronous iteration
License: Apache-2.0
@@ -37,6 +37,7 @@
# SECTION test requirements
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module typing-extensions}
# /SECTION
%python_subpackages
@@ -48,9 +49,6 @@
%prep
%autosetup -p1 -n %{modname}-%{version}
-# Remove coverage parameters for pytest
-sed -i -e '/addopts/s/=.*$/= tests --strict-markers/' setup.cfg
-
%build
%pyproject_wheel
++++++ aiostream-0.5.2.tar.gz -> aiostream-0.6.4.tar.gz ++++++
++++ 3658 lines of diff (skipped)