Hello community,
here is the log from the commit of package python-cached-property for
openSUSE:Factory checked in at 2020-03-27 00:20:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cached-property (Old)
and /work/SRC/openSUSE:Factory/.python-cached-property.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cached-property"
Fri Mar 27 00:20:35 2020 rev:7 rq:784145 version:1.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cached-property/python-cached-property.changes
2019-03-01 16:49:05.241761430 +0100
+++
/work/SRC/openSUSE:Factory/.python-cached-property.new.3160/python-cached-property.changes
2020-03-27 00:20:38.276115190 +0100
@@ -1,0 +2,5 @@
+Thu Mar 12 07:17:00 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2 available
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cached-property.spec ++++++
--- /var/tmp/diff_new_pack.rHn7At/_old 2020-03-27 00:20:38.948115530 +0100
+++ /var/tmp/diff_new_pack.rHn7At/_new 2020-03-27 00:20:38.952115532 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-cached-property
#
-# 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
@@ -22,7 +22,6 @@
Release: 0
Summary: A decorator for caching properties in classes
License: BSD-3-Clause
-Group: Development/Languages/Python
URL: https://github.com/pydanny/cached-property
Source:
https://files.pythonhosted.org/packages/source/c/cached-property/cached-property-%{version}.tar.gz
# PATCH-FIX-UPSTREAM skip test that rely on wrong freezegun behaviour
@@ -53,12 +52,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-python2 -m nose -e 'test_(async|coroutine)_cached_property'
-%if %python_version_nodots < 35
-python3 -m nose -e 'test_(async|coroutine)_cached_property'
-%else
-python3 -m nose
-%endif
+%python_expand nosetests-%{$python_bin_suffix} -v -e
'test_(async|coroutine)_cached_property'
%files %{python_files}
%license LICENSE