Hello community,
here is the log from the commit of package python-Flask-Security for
openSUSE:Factory checked in at 2019-02-26 22:21:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-Security (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-Security.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Security"
Tue Feb 26 22:21:24 2019 rev:3 rq:679224 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-Flask-Security/python-Flask-Security.changes
2019-02-05 11:18:44.704896335 +0100
+++
/work/SRC/openSUSE:Factory/.python-Flask-Security.new.28833/python-Flask-Security.changes
2019-02-26 22:22:57.350054345 +0100
@@ -1,0 +2,7 @@
+Tue Feb 26 11:12:07 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Drop patch replace-pytest-pep8-with-pytest-codestyle.patch
+- Drop needless test dependencies:
+ * Refresh patch fix-requirements.patch
+
+-------------------------------------------------------------------
Old:
----
replace-pytest-pep8-with-pytest-codestyle.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-Security.spec ++++++
--- /var/tmp/diff_new_pack.ZgqYH6/_old 2019-02-26 22:22:57.818054179 +0100
+++ /var/tmp/diff_new_pack.ZgqYH6/_new 2019-02-26 22:22:57.818054179 +0100
@@ -26,7 +26,6 @@
Url: https://github.com/mattupstate/flask-security
Source:
https://files.pythonhosted.org/packages/source/F/Flask-Security/Flask-Security-%{version}.tar.gz
Patch0: fix-requirements.patch
-Patch1: replace-pytest-pep8-with-pytest-codestyle.patch
Patch2: fix-tests.patch
BuildRequires: %{python_module Babel >= 1.3}
BuildRequires: %{python_module setuptools}
@@ -50,10 +49,6 @@
BuildRequires: %{python_module passlib >= 1.7}
BuildRequires: %{python_module pydocstyle >= 1.0.0}
BuildRequires: %{python_module pytest >= 3.0.5}
-BuildRequires: %{python_module pytest-cache >= 1.0}
-BuildRequires: %{python_module pytest-codestyle >= 1.0.6}
-BuildRequires: %{python_module pytest-cov >= 2.4.0}
-BuildRequires: %{python_module pytest-flakes >= 1.0.1}
BuildRequires: %{python_module pytest-runner >= 2.6.2}
BuildRequires: %{python_module pytest-translations >= 1.0.4}
# Don't require python modules just needed for testing that are not available
in SLE
@@ -90,9 +85,9 @@
%prep
%setup -q -n Flask-Security-%{version}
%patch0 -p1
-%patch1 -p1
%patch2 -p1
rm tests/test_cli.py
+rm pytest.ini
%build
%python_build
++++++ fix-requirements.patch ++++++
--- /var/tmp/diff_new_pack.ZgqYH6/_old 2019-02-26 22:22:57.842054171 +0100
+++ /var/tmp/diff_new_pack.ZgqYH6/_new 2019-02-26 22:22:57.842054171 +0100
@@ -84,7 +84,7 @@
===================================================================
--- Flask-Security-3.0.0.orig/setup.py
+++ Flask-Security-3.0.0/setup.py
-@@ -7,25 +7,26 @@ from setuptools import find_packages, se
+@@ -7,25 +7,22 @@ from setuptools import find_packages, se
readme = open('README.rst').read()
tests_require = [
@@ -105,10 +105,10 @@
+ # 'mongoengine>=0.10.0',
+ # 'pony>=0.7.1',
'pydocstyle>=1.0.0',
- 'pytest-cache>=1.0',
- 'pytest-cov>=2.4.0',
- 'pytest-flakes>=1.0.1',
- 'pytest-pep8>=1.0.6',
+- 'pytest-cache>=1.0',
+- 'pytest-cov>=2.4.0',
+- 'pytest-flakes>=1.0.1',
+- 'pytest-pep8>=1.0.6',
'pytest-translations>=1.0.4',
+ 'pytest-runner>=2.6.2',
'pytest>=3.0.5',
@@ -117,7 +117,7 @@
]
extras_require = {
-@@ -42,7 +43,6 @@ for reqs in extras_require.values():
+@@ -42,7 +39,6 @@ for reqs in extras_require.values():
setup_requires = [
'Babel>=1.3',