Hello community,
here is the log from the commit of package python-cached-property for
openSUSE:Leap:15.2 checked in at 2020-03-27 16:45:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-cached-property (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-cached-property.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cached-property"
Fri Mar 27 16:45:15 2020 rev:13 rq:788716 version:1.5.1
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-cached-property/python-cached-property.changes
2020-01-17 12:05:14.860604630 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-cached-property.new.3160/python-cached-property.changes
2020-03-27 16:47:47.903921841 +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.3XrY5i/_old 2020-03-27 16:47:48.359922109 +0100
+++ /var/tmp/diff_new_pack.3XrY5i/_new 2020-03-27 16:47:48.367922114 +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