Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-more-itertools for
openSUSE:Factory checked in at 2022-06-17 21:20:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-more-itertools (Old)
and /work/SRC/openSUSE:Factory/.python-more-itertools.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-more-itertools"
Fri Jun 17 21:20:29 2022 rev:19 rq:982495 version:8.13.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-more-itertools/python-more-itertools.changes
2022-03-17 17:01:25.845682252 +0100
+++
/work/SRC/openSUSE:Factory/.python-more-itertools.new.1548/python-more-itertools.changes
2022-06-17 21:22:54.550786266 +0200
@@ -1,0 +2,28 @@
+Mon Jun 13 13:15:41 UTC 2022 - Ben Greiner <[email protected]>
+
+- Clean up specfile, only requires flit-core (flit not in Ring1)
+
+-------------------------------------------------------------------
+Sun Jun 5 14:27:12 UTC 2022 - Arun Persaud <[email protected]>
+
+- specfile:
+ * build with flit
+
+- update to version 8.13.0:
+ * New functions
+ + The :func:`subslices` recipe from the itertools docs was added
+ (thanks to rhettinger)
+ * Changes to existing functions
+ + The :func:`ichunked` function is now more efficient (thanks to
+ hjtran0 and seanmacavaney)
+ + The :func:`difference` function is now more efficient (thanks to
+ Masynchin)
+ + The :func:`grouper` recipe now has more features, mirroring the
+ one in the itertools docs (thanks to rhettinger)
+ * Other changes
+ + Some documentation issues were fixed (thanks to medvied and
+ Freed-Wu)
+ + The more_itertools package is now built with flit (thanks to
+ mgorny)
+
+-------------------------------------------------------------------
Old:
----
more-itertools-8.12.0.tar.gz
New:
----
more-itertools-8.13.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-more-itertools.spec ++++++
--- /var/tmp/diff_new_pack.93hQiR/_old 2022-06-17 21:22:54.978786497 +0200
+++ /var/tmp/diff_new_pack.93hQiR/_new 2022-06-17 21:22:54.982786500 +0200
@@ -16,18 +16,19 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-more-itertools
-Version: 8.12.0
+Version: 8.13.0
Release: 0
Summary: More routines for operating on iterables, beyond itertools
License: MIT
Group: Development/Languages/Python
URL: https://github.com/erikrose/more-itertools
Source:
https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-%{version}.tar.gz
-BuildRequires: %{python_module base}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module base >= 3.6}
+BuildRequires: %{python_module flit-core}
+BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -39,22 +40,22 @@
%prep
%setup -q -n more-itertools-%{version}
-rm -rf more_itertools.egg-info
+chmod -x more_itertools/more.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pyunittest discover -v
+%pyunittest -v
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/more_itertools/
-%{python_sitelib}/more_itertools-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/more_itertools-%{version}*-info/
%changelog
++++++ more-itertools-8.12.0.tar.gz -> more-itertools-8.13.0.tar.gz ++++++
++++ 1835 lines of diff (skipped)