Hello community,

here is the log from the commit of package python-backports.functools_lru_cache 
for openSUSE:Factory checked in at 2017-03-18 20:50:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-backports.functools_lru_cache (Old)
 and      /work/SRC/openSUSE:Factory/.python-backports.functools_lru_cache.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-backports.functools_lru_cache"

Sat Mar 18 20:50:53 2017 rev:1 rq:479723 version:1.2.1

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

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-backports.functools_lru_cache.new/python-backports.functools_lru_cache.changes
   2017-03-18 20:50:53.918919604 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Mon Mar  6 14:48:42 UTC 2017 - [email protected]
+
+- provide python2-backports.functools_lru_cache to seamlessly support
+  singlespec
+
+-------------------------------------------------------------------
+Tue Aug  2 13:24:18 UTC 2016 - [email protected]
+
+- Initial package.

New:
----
  backports.functools_lru_cache-1.2.1.tar.gz
  python-backports.functools_lru_cache.changes
  python-backports.functools_lru_cache.spec

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

Other differences:
------------------
++++++ python-backports.functools_lru_cache.spec ++++++
#
# spec file for package python-backports.functools_lru_cache
#
# Copyright (c) 2017 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 http://bugs.opensuse.org/
#


%define _name   backports.functools_lru_cache
Name:           python-backports.functools_lru_cache
Version:        1.2.1
Release:        0
Summary:        Backported functools.lru_cache
License:        MIT
Group:          Development/Languages/Python
Url:            https://github.com/jaraco/backports.functools_lru_cache
Source:         
https://files.pythonhosted.org/packages/source/b/%{_name}/%{_name}-%{version}.tar.gz
BuildRequires:  python
BuildRequires:  python-Sphinx
BuildRequires:  python-pytest
BuildRequires:  python-pytest-runner
BuildRequires:  python-setuptools
BuildRequires:  python-setuptools_scm
BuildArch:      noarch
Provides:       python2-%{_name}

%description
Backport of functools.lru_cache from Python 3.3 as published at
ActiveState.

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

%build
python2 setup.py build
python2 setup.py build_sphinx

%install
python2 setup.py install \
  --root=%{buildroot} --prefix=%{_prefix}

%check
python2 setup.py test

%files
%defattr(-,root,root)
%doc CHANGES.rst README.rst
%dir %{python_sitelib}/backports/
%{python_sitelib}/backports/functools_lru_cache.py*
%{python_sitelib}/%{_name}-*

%changelog

Reply via email to