Hello community,
here is the log from the commit of package python-sortedcollections for
openSUSE:Factory checked in at 2019-05-16 22:06:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sortedcollections (Old)
and /work/SRC/openSUSE:Factory/.python-sortedcollections.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sortedcollections"
Thu May 16 22:06:15 2019 rev:3 rq:702877 version:1.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sortedcollections/python-sortedcollections.changes
2018-12-24 11:44:06.401307725 +0100
+++
/work/SRC/openSUSE:Factory/.python-sortedcollections.new.5148/python-sortedcollections.changes
2019-05-16 22:06:16.622495392 +0200
@@ -1,0 +2,8 @@
+Tue May 14 08:51:22 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 1.1.2
+ * Add ItemSortedDict.__deepcopy__ for deep copying
+ * Define _setitem = __setitem__ in overrides
+ * Some new tests and various code cleanup
+
+-------------------------------------------------------------------
Old:
----
sortedcollections-1.0.1.tar.gz
New:
----
v1.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sortedcollections.spec ++++++
--- /var/tmp/diff_new_pack.noULPW/_old 2019-05-16 22:06:18.310493722 +0200
+++ /var/tmp/diff_new_pack.noULPW/_new 2019-05-16 22:06:18.346493686 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sortedcollections
#
-# 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
@@ -18,18 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sortedcollections
-Version: 1.0.1
+Version: 1.1.2
Release: 0
Summary: Python Sorted Collections
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/grantjenks/sortedcollections
-Source:
https://files.pythonhosted.org/packages/source/s/sortedcollections/sortedcollections-%{version}.tar.gz
+#Source:
https://files.pythonhosted.org/packages/source/s/sortedcollections/sortedcollections-%%{version}.tar.gz
+Source:
https://github.com/grantjenks/python-sortedcollections/archive/v%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sortedcontainers >= 2}
# /SECTION
Requires: python-sortedcontainers >= 2
@@ -52,7 +53,7 @@
- SegmentList - List with fast random access insertion and deletion.
%prep
-%setup -q -n sortedcollections-%{version}
+%setup -q -n python-sortedcollections-%{version}
%build
%python_build
@@ -61,6 +62,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%pytest tests
+
%files %{python_files}
%doc README.rst
%license LICENSE