Hello community,
here is the log from the commit of package python-web_cache for
openSUSE:Factory checked in at 2019-12-11 12:14:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-web_cache (Old)
and /work/SRC/openSUSE:Factory/.python-web_cache.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-web_cache"
Wed Dec 11 12:14:21 2019 rev:4 rq:755742 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-web_cache/python-web_cache.changes
2019-04-17 10:07:28.982718672 +0200
+++
/work/SRC/openSUSE:Factory/.python-web_cache.new.4691/python-web_cache.changes
2019-12-11 12:14:45.656517676 +0100
@@ -1,0 +2,5 @@
+Wed Dec 11 08:15:14 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Pull in full python for sqlite module
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-web_cache.spec ++++++
--- /var/tmp/diff_new_pack.FYMtJH/_old 2019-12-11 12:14:46.676517389 +0100
+++ /var/tmp/diff_new_pack.FYMtJH/_new 2019-12-11 12:14:46.680517388 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-web_cache
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
%define skip_python2 1
-
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-web_cache
Version: 1.1.0
Release: 0
Summary: Persistent cache storage python module
License: LGPL-2.1-only
-Group: Development/Languages/Python
-Url: https://github.com/desbma/web_cache
+URL: https://github.com/desbma/web_cache
Source: https://github.com/desbma/web_cache/archive/%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module unittest2}
+BuildRequires: %{pythons}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python
BuildArch: noarch
%python_subpackages
@@ -51,10 +51,9 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m unittest
discover -v
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.md
%license LICENSE
%{python_sitelib}/*