Hello community, here is the log from the commit of package python-toolz for openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-toolz (Old) and /work/SRC/openSUSE:Leap:15.2/.python-toolz.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-toolz" Mon Mar 2 13:24:06 2020 rev:11 rq:777223 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-toolz/python-toolz.changes 2020-01-15 15:53:50.923611845 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-toolz.new.26092/python-toolz.changes 2020-03-02 13:24:07.198489339 +0100 @@ -1,0 +2,25 @@ +Mon Jul 22 12:35:27 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.10.0: + * no upstream changelog + +------------------------------------------------------------------- +Mon Jun 3 13:18:07 UTC 2019 - Petr Gajdos <[email protected]> + +- run the testsuite, run spec-cleaner + +------------------------------------------------------------------- +Tue Dec 4 12:55:23 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- +Thu May 3 06:19:45 UTC 2018 - [email protected] + +- Update to 0.9.0 + * do not worry abount having good introspection on breakpoint + * Backport fix to a test from cytoolz. + * A slightly faster interposed. + * Don't import or reference `toolz.curried.exceptions`. + +------------------------------------------------------------------- Old: ---- toolz-0.8.2.tar.gz New: ---- toolz-0.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-toolz.spec ++++++ --- /var/tmp/diff_new_pack.qcdBBe/_old 2020-03-02 13:24:07.562490063 +0100 +++ /var/tmp/diff_new_pack.qcdBBe/_new 2020-03-02 13:24:07.566490071 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-toolz # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-toolz -Version: 0.8.2 +Version: 0.10.0 Release: 0 Summary: List processing tools and functional utilities for python License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/pytoolz/toolz/ +URL: https://github.com/pytoolz/toolz/ Source: https://files.pythonhosted.org/packages/source/t/toolz/toolz-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION %python_subpackages %description @@ -46,8 +47,10 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} -%defattr(-,root,root,-) %doc README.rst %license LICENSE.txt %{python_sitelib}/toolz/ ++++++ toolz-0.8.2.tar.gz -> toolz-0.10.0.tar.gz ++++++ ++++ 1634 lines of diff (skipped)
