Hello community,

here is the log from the commit of package python-cachy for openSUSE:Factory 
checked in at 2019-09-27 14:49:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cachy (Old)
 and      /work/SRC/openSUSE:Factory/.python-cachy.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cachy"

Fri Sep 27 14:49:17 2019 rev:1 rq:731436 version:0.3.0

Changes:
--------
New Changes file:

--- /dev/null   2019-09-25 09:10:10.894331610 +0200
+++ /work/SRC/openSUSE:Factory/.python-cachy.new.2352/python-cachy.changes      
2019-09-27 14:49:18.492630621 +0200
@@ -0,0 +1,14 @@
+-------------------------------------------------------------------
+Tue Sep 17 03:17:29 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Update to v0.3.0
+
+-------------------------------------------------------------------
+Tue May 19 03:07:05 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Activate test suite
+
+-------------------------------------------------------------------
+Sun Jan 20 19:49:51 UTC 2019 - Niels Abspoel <abo...@gmail.com>
+
+- initial packaging for v0.2.0

New:
----
  cachy-0.3.0.tar.gz
  python-cachy.changes
  python-cachy.spec

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

Other differences:
------------------
++++++ python-cachy.spec ++++++
#
# spec file for package python-cachy
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-cachy
Version:        0.3.0
Release:        0
Summary:        Cachy provides a simple yet effective caching library
License:        MIT
Group:          Development/Languages/Python
URL:            https://github.com/sdispater/cachy
Source:         
https://files.pythonhosted.org/packages/source/c/cachy/cachy-%{version}.tar.gz
BuildRequires:  %{python_module fakeredis >= 0.10.2}
BuildRequires:  %{python_module flexmock >= 0.10.2}
BuildRequires:  %{python_module msgpack-python >= 0.5}
BuildRequires:  %{python_module pytest >= 3.5}
BuildRequires:  %{python_module pytest-mock >= 1.9}
BuildRequires:  %{python_module python-memcached >= 1.59}
BuildRequires:  %{python_module redis >= 2.10}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Recommends:     python-msgpack-python >= 0.5
Recommends:     python-python-memcached >= 1.59
Recommends:     python-redis >= 2.10
BuildArch:      noarch
%python_subpackages

%description
Cachy provides a simple yet effective caching library.

%prep
%setup -q -n cachy-%{version}

%build
%python_build

%install
%python_install
%{python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
%fdupes %{buildroot}%{$python_sitelib}
}

%check
# RedisStoreTestCase requires unreleased version of fakeredis
%pytest -k 'not RedisStoreTestCase'

%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*

%changelog

Reply via email to