[Python-modules-commits] [python-flake8] 07/07: merge patched into master
Barry Warsaw
barry at moszumanska.debian.org
Mon Mar 14 17:42:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-flake8.
commit cd5f4624c25948dc8d389a174420b2a4750d30cf
Merge: 026f7dc 9e546ef
Author: Barry Warsaw <barry at python.org>
Date: Mon Mar 14 13:41:11 2016 -0400
merge patched into master
debian/.git-dpm | 4 ++--
debian/patches/update-pyflakes-version.patch | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --cc debian/.git-dpm
index 166e7e9,0000000..d77d1eb
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 6a07111fc618895106c5fb0bf0472b172e9acb01
- 6a07111fc618895106c5fb0bf0472b172e9acb01
++9e546ef2c37294d3f04b639491d0e06a9dddba48
++9e546ef2c37294d3f04b639491d0e06a9dddba48
+5a9c8328c6584d2a2b1b0f34b1150711b716189e
+5a9c8328c6584d2a2b1b0f34b1150711b716189e
+python-flake8_2.5.4.orig.tar.gz
+778b32ee00738628f28b061a93427fe9e23eb7f0
+81663
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/patches/update-pyflakes-version.patch
index e8340e3,0000000..61ee61d
mode 100644,000000..100644
--- a/debian/patches/update-pyflakes-version.patch
+++ b/debian/patches/update-pyflakes-version.patch
@@@ -1,33 -1,0 +1,35 @@@
- From 6a07111fc618895106c5fb0bf0472b172e9acb01 Mon Sep 17 00:00:00 2001
++From 9e546ef2c37294d3f04b639491d0e06a9dddba48 Mon Sep 17 00:00:00 2001
+From: Barry Warsaw <barry at python.org>
+Date: Mon, 14 Mar 2016 13:32:56 -0400
+Subject: Allow for pyflakes 1.1 (in Debian).
+
++Bug: https://gitlab.com/pycqa/flake8/issues/126
++
+Patch-Name: update-pyflakes-version.patch
+---
+ flake8.egg-info/requires.txt | 2 +-
+ setup.py | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/flake8.egg-info/requires.txt b/flake8.egg-info/requires.txt
+index 766bfe7..e72aaf1 100644
+--- a/flake8.egg-info/requires.txt
++++ b/flake8.egg-info/requires.txt
+@@ -1,3 +1,3 @@
+-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
+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",
+ ],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-flake8.git
More information about the Python-modules-commits
mailing list