Hello community,
here is the log from the commit of package python-jaraco.collections for
openSUSE:Factory checked in at 2020-01-16 18:17:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.collections (Old)
and /work/SRC/openSUSE:Factory/.python-jaraco.collections.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.collections"
Thu Jan 16 18:17:07 2020 rev:3 rq:764935 version:2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jaraco.collections/python-jaraco.collections.changes
2019-03-04 09:21:35.276587888 +0100
+++
/work/SRC/openSUSE:Factory/.python-jaraco.collections.new.26092/python-jaraco.collections.changes
2020-01-16 18:17:11.780837544 +0100
@@ -1,0 +2,6 @@
+Thu Jan 16 10:58:44 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.1:
+ * Added pop_all function.
+
+-------------------------------------------------------------------
Old:
----
jaraco.collections-2.0.tar.gz
New:
----
jaraco.collections-2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jaraco.collections.spec ++++++
--- /var/tmp/diff_new_pack.CXPGcl/_old 2020-01-16 18:17:12.812838128 +0100
+++ /var/tmp/diff_new_pack.CXPGcl/_new 2020-01-16 18:17:12.812838128 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.collections
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-jaraco.collections
-Version: 2.0
+Version: 2.1
Release: 0
Summary: Tools to work with collections
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/jaraco/jaraco.collections
+URL: https://github.com/jaraco/jaraco.collections
Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-%{version}.tar.gz
BuildRequires: %{python_module jaraco.base >= 6.1}
BuildRequires: %{python_module jaraco.classes}
@@ -41,7 +41,6 @@
Requires: python-jaraco.text
Requires: python-six
BuildArch: noarch
-
%python_subpackages
%description
@@ -50,7 +49,7 @@
%prep
%setup -q -n jaraco.collections-%{version}
-sed -i 's/--flake8//' pytest.ini
+sed -i 's/--flake8 --black --cov//' pytest.ini
%build
%python_build
@@ -73,9 +72,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%{python_expand py.test-%{$python_bin_suffix} \
- --ignore=_build.python2 --ignore=_build.python3
-}
+%pytest
%files %{python_files}
%license LICENSE
++++++ jaraco.collections-2.0.tar.gz -> jaraco.collections-2.1.tar.gz ++++++
++++ 2175 lines of diff (skipped)