Hello community,
here is the log from the commit of package python-backports.functools_lru_cache
for openSUSE:Factory checked in at 2019-03-01 20:26:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-backports.functools_lru_cache (Old)
and
/work/SRC/openSUSE:Factory/.python-backports.functools_lru_cache.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-backports.functools_lru_cache"
Fri Mar 1 20:26:55 2019 rev:5 rq:679939 version:1.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-backports.functools_lru_cache/python-backports.functools_lru_cache.changes
2018-12-06 12:14:03.953729420 +0100
+++
/work/SRC/openSUSE:Factory/.python-backports.functools_lru_cache.new.28833/python-backports.functools_lru_cache.changes
2019-03-01 20:27:00.242046358 +0100
@@ -1,0 +2,13 @@
+Wed Feb 27 18:50:05 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Do not generate docu using python2 there is online docu that
+ is good enough
+
+-------------------------------------------------------------------
+Wed Feb 27 04:26:10 UTC 2019 - John Vandenberg <[email protected]>
+
+- Add missing LICENSE from sdist
+- Remove unnecessary build dependency pytest-runner
+- Move jaraco.packaging to be a Python 2 only doc dependency
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-backports.functools_lru_cache.spec ++++++
--- /var/tmp/diff_new_pack.kYLHGn/_old 2019-03-01 20:27:00.866046207 +0100
+++ /var/tmp/diff_new_pack.kYLHGn/_new 2019-03-01 20:27:00.866046207 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-backports.functools_lru_cache
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,25 +17,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%if %{python3_version_nodots} >= 33
+%define skip_python3 1
+%endif
Name: python-backports.functools_lru_cache
Version: 1.5
Release: 0
Summary: Backported functools.lru_cache
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/jaraco/backports.functools_lru_cache
+URL: https://github.com/jaraco/backports.functools_lru_cache
Source:
https://files.pythonhosted.org/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-%{version}.tar.gz
-BuildRequires: %{python_module jaraco.packaging}
-BuildRequires: %{python_module setuptools_scm}
-BuildRequires: %{python_module setuptools}
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
-BuildRequires: python2-Sphinx
-BuildRequires: python2-rst.linker
-# SECTION test requirements
-BuildRequires: %{python_module pytest-runner}
-BuildRequires: %{python_module pytest}
-# /SECTION
# NOTE:
# %%{python_sitelib}/backports is a namespace package, and so under python 2
it must have a proper namespace __init__.py
# python-backports provides this __init__.py to prevent backports packages
from conflicting.
@@ -44,13 +36,15 @@
# https://www.python.org/dev/peps/pep-0420/%23namespace-packages-today
# If you need to link, the python-backports package is built as a subpackage
of python-configparser
BuildRequires: %{python_module backports}
+BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-backports
BuildArch: noarch
-
-%if %{python3_version_nodots} >= 33
-%define skip_python3 1
-%endif
-
+# SECTION test requirements
+BuildRequires: %{python_module pytest}
+# /SECTION
%python_subpackages
%description
@@ -63,7 +57,6 @@
%build
%python_build
-python2 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
%python_install
@@ -82,9 +75,8 @@
mv backports_temp backports
%files %{python_files}
-%defattr(-,root,root)
+%license LICENSE
%doc CHANGES.rst README.rst
-%doc build/sphinx/html/
%{python_sitelib}/backports.functools_lru_cache-%{version}-py*.egg-info
%{python_sitelib}/backports/functools_lru_cache.py*