Hello community,
here is the log from the commit of package python-Flask-Gravatar for
openSUSE:Factory checked in at 2019-02-26 22:21:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-Gravatar (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-Gravatar.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Gravatar"
Tue Feb 26 22:21:27 2019 rev:2 rq:679225 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-Flask-Gravatar/python-Flask-Gravatar.changes
2018-10-29 14:57:59.361921321 +0100
+++
/work/SRC/openSUSE:Factory/.python-Flask-Gravatar.new.28833/python-Flask-Gravatar.changes
2019-02-26 22:22:57.970054125 +0100
@@ -1,0 +2,7 @@
+Tue Feb 26 11:15:12 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Remove replace-pytest-pep8-with-pytest-codestyle.patch
+- Remove not needed test dependencies:
+ * update patch fix-requirements.patch
+
+-------------------------------------------------------------------
Old:
----
replace-pytest-pep8-with-pytest-codestyle.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-Gravatar.spec ++++++
--- /var/tmp/diff_new_pack.9lYmkf/_old 2019-02-26 22:22:58.394053975 +0100
+++ /var/tmp/diff_new_pack.9lYmkf/_new 2019-02-26 22:22:58.398053973 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Flask-Gravatar
#
-# 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
@@ -12,33 +12,31 @@
# 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Flask-Gravatar
Version: 0.5.0
Release: 0
-License: BSD-3-Clause
Summary: Small extension for Flask to make usage of Gravatar service
-Url: https://github.com/zzzsochi/Flask-Gravatar/
+License: BSD-3-Clause
Group: Development/Languages/Python
+Url: https://github.com/zzzsochi/Flask-Gravatar/
Source:
https://files.pythonhosted.org/packages/source/F/Flask-Gravatar/Flask-Gravatar-%{version}.tar.gz
Patch0: fix-requirements.patch
-Patch1: replace-pytest-pep8-with-pytest-codestyle.patch
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# Test requirements
-BuildRequires: %{python_module pytest-runner >= 2.6.2}
BuildRequires: %{python_module Flask >= 0.10}
+BuildRequires: %{python_module Pygments}
BuildRequires: %{python_module check-manifest >= 0.25}
BuildRequires: %{python_module coverage >= 4.0}
BuildRequires: %{python_module isort >= 4.2.2}
BuildRequires: %{python_module pydocstyle >= 1.0.0}
BuildRequires: %{python_module pytest >= 2.8.0}
-BuildRequires: %{python_module pytest-cache >= 1.0}
-BuildRequires: %{python_module pytest-cov >= 1.8.0}
-BuildRequires: %{python_module pytest-codestyle >= 1.0.6}
-BuildRequires: %{python_module Pygments}
+BuildRequires: %{python_module pytest-runner >= 2.6.2}
# End of test requirements
BuildRequires: fdupes
Requires: python-Flask >= 0.10
@@ -52,7 +50,7 @@
%prep
%setup -q -n Flask-Gravatar-%{version}
%patch0 -p1
-%patch1 -p1
+rm pytest.ini
%build
export LC_CTYPE=en_US@UTF-8
++++++ fix-requirements.patch ++++++
--- /var/tmp/diff_new_pack.9lYmkf/_old 2019-02-26 22:22:58.410053969 +0100
+++ /var/tmp/diff_new_pack.9lYmkf/_new 2019-02-26 22:22:58.410053969 +0100
@@ -32,7 +32,17 @@
===================================================================
--- Flask-Gravatar-0.5.0.orig/setup.py
+++ Flask-Gravatar-0.5.0/setup.py
-@@ -39,7 +39,7 @@ for reqs in extras_require.values():
+@@ -21,9 +21,6 @@ tests_require = [
+ 'coverage>=4.0',
+ 'isort>=4.2.2',
+ 'pydocstyle>=1.0.0',
+- 'pytest-cache>=1.0',
+- 'pytest-cov>=1.8.0',
+- 'pytest-pep8>=1.0.6',
+ 'pytest>=2.8.0',
+ ]
+
+@@ -39,7 +36,7 @@ for reqs in extras_require.values():
extras_require['all'].extend(reqs)
setup_requires = [