Hello community, here is the log from the commit of package python3-flake8 for openSUSE:Factory checked in at 2016-03-09 15:17:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-flake8 (Old) and /work/SRC/openSUSE:Factory/.python3-flake8.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-flake8" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-flake8/python3-flake8.changes 2016-02-16 09:19:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-flake8.new/python3-flake8.changes 2016-03-09 16:48:48.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Mar 7 16:45:54 UTC 2016 - [email protected] + +- Add allow_pyflakes_1.1.patch + Fixes building with python3-pyflakes 1.1 + From: https://gitlab.com/pycqa/flake8/merge_requests/55 + +------------------------------------------------------------------- New: ---- allow_pyflakes_1.1.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-flake8.spec ++++++ --- /var/tmp/diff_new_pack.V1bZSy/_old 2016-03-09 16:48:49.000000000 +0100 +++ /var/tmp/diff_new_pack.V1bZSy/_new 2016-03-09 16:48:49.000000000 +0100 @@ -24,6 +24,8 @@ Group: Development/Languages/Python Url: https://gitlab.com/pycqa/flake8 Source: http://pypi.python.org/packages/source/f/flake8/flake8-%{version}.tar.gz +# PATCH-FIX-UPSTREAM allow_pyflakes_1.1.patch - support for python3-pyflakes 1.1 - https://gitlab.com/pycqa/flake8/merge_requests/55 +Patch0: allow_pyflakes_1.1.patch BuildRequires: python3-devel BuildRequires: python3-distribute BuildRequires: python3-mccabe >= 0.2 @@ -51,6 +53,7 @@ %prep %setup -q -n flake8-%{version} +%patch0 -p1 %build python3 setup.py build ++++++ allow_pyflakes_1.1.patch ++++++ >From d9358bb08276a71fdc6c6d80f958b7595029b5d8 Mon Sep 17 00:00:00 2001 From: Felix Yan <[email protected]> Date: Wed, 2 Mar 2016 03:56:34 +0000 Subject: [PATCH] Allow pyflakes 1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fab5e86..40372e3 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( url="https://gitlab.com/pycqa/flake8", packages=["flake8", "flake8.tests"], install_requires=[ - "pyflakes >= 0.8.1, < 1.1", + "pyflakes >= 0.8.1, < 1.2", "pep8 >= 1.5.7, != 1.6.0, != 1.6.1, != 1.6.2", "mccabe >= 0.2.1, < 0.5", ], -- libgit2 0.23.0
