Hello community,

here is the log from the commit of package python-diskcache for 
openSUSE:Factory checked in at 2019-07-26 12:41:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-diskcache (Old)
 and      /work/SRC/openSUSE:Factory/.python-diskcache.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-diskcache"

Fri Jul 26 12:41:24 2019 rev:3 rq:718529 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-diskcache/python-diskcache.changes        
2019-03-12 09:53:50.883532877 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-diskcache.new.4126/python-diskcache.changes  
    2019-07-26 12:41:27.957878400 +0200
@@ -1,0 +2,6 @@
+Thu Jul 25 10:52:27 UTC 2019 - [email protected]
+
+- version update to 4.0.0
+  * no upstream changelog
+
+-------------------------------------------------------------------

Old:
----
  diskcache-3.1.1.tar.gz

New:
----
  v4.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-diskcache.spec ++++++
--- /var/tmp/diff_new_pack.Ip41UQ/_old  2019-07-26 12:41:29.605877682 +0200
+++ /var/tmp/diff_new_pack.Ip41UQ/_new  2019-07-26 12:41:29.605877682 +0200
@@ -18,20 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-diskcache
-Version:        3.1.1
+Version:        4.0.0
 Release:        0
 Summary:        Disk and file backed cache
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            http://www.grantjenks.com/docs/diskcache/
-Source:         
https://files.pythonhosted.org/packages/source/d/diskcache/diskcache-%{version}.tar.gz
+Source:         
https://github.com/grantjenks/python-diskcache/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-Django1
 BuildArch:      noarch
 %python_subpackages
 
@@ -42,7 +42,7 @@
 in pure Python, and compatible with Django.
 
 %prep
-%setup -q -n diskcache-%{version}
+%setup -q
 
 %build
 %python_build
@@ -52,9 +52,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-nosetests-%{python_bin_suffix}
-# Django tests support only Django1 which is not in distribution for python3
-nosetests-%{python3_bin_suffix} --exclude test_djangocache.py
+sed -i '/-n auto/d' tox.ini
+rm tests/test_djangocache.py
+%pytest
 
 %files %{python_files}
 %license LICENSE


Reply via email to