Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-iterable-io for openSUSE:Factory checked in at 2026-03-23 17:12:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-iterable-io (Old) and /work/SRC/openSUSE:Factory/.python-iterable-io.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-iterable-io" Mon Mar 23 17:12:59 2026 rev:2 rq:1341891 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-iterable-io/python-iterable-io.changes 2024-04-30 17:30:07.472203398 +0200 +++ /work/SRC/openSUSE:Factory/.python-iterable-io.new.8177/python-iterable-io.changes 2026-03-23 17:13:55.143049064 +0100 @@ -1,0 +2,7 @@ +Sun Mar 15 19:56:13 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.0.1: + * README updates + * Declare support for Python 3.13 + +------------------------------------------------------------------- Old: ---- iterable-io-1.0.0.tar.gz New: ---- iterable_io-1.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-iterable-io.spec ++++++ --- /var/tmp/diff_new_pack.0fxPv3/_old 2026-03-23 17:13:55.999084666 +0100 +++ /var/tmp/diff_new_pack.0fxPv3/_new 2026-03-23 17:13:56.003084832 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-iterableio +# spec file for package python-iterable-io # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -15,19 +15,20 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: python-iterable-io -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Adapt generators and other iterables to a file-like interface -License: LGPL-3.0 +License: LGPL-3.0-only URL: https://github.com/pR0Ps/iterable-io -Source: https://files.pythonhosted.org/packages/source/i/iterable-io/iterable-io-%{version}.tar.gz -BuildRequires: python-rpm-macros +Source: https://files.pythonhosted.org/packages/source/i/iterable-io/iterable_io-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -BuildRequires: %{python_module pytest} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -35,7 +36,7 @@ Adapt generators and other iterables to a file-like interface %prep -%autosetup -p1 -n iterable-io-%{version} +%autosetup -p1 -n iterable_io-%{version} %build %pyproject_wheel
