[Python-modules-commits] [pylint-flask] 02/08: change version to 0.3-2 (UNRELEASED) add remove-logilab-common-deps.patch.

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Aug 27 20:33:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository pylint-flask.

commit 0ef5900b6fc4138c1ab2a88500b27d7c70527f95
Merge: 34b4d49 a59af9d
Author: Daniel Stender <stender at debian.org>
Date:   Sat Aug 27 22:11:14 2016 +0200

    change version to 0.3-2 (UNRELEASED)
    add remove-logilab-common-deps.patch.

 debian/.git-dpm                                    |  4 +--
 debian/changelog                                   |  6 ++++
 .../patches/0001-remove-logilab-common-deps.patch  | 34 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 setup.py                                           |  6 ++--
 5 files changed, 45 insertions(+), 6 deletions(-)

diff --cc debian/.git-dpm
index f3176fb,0000000..71db977
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
- 278ab3e00920b41e91e015835d083b4e9d87ca5a
- 278ab3e00920b41e91e015835d083b4e9d87ca5a
++a59af9dd2d0c890606c1e08893addb9b8aaf0939
++a59af9dd2d0c890606c1e08893addb9b8aaf0939
 +278ab3e00920b41e91e015835d083b4e9d87ca5a
 +278ab3e00920b41e91e015835d083b4e9d87ca5a
 +pylint-flask_0.3.orig.tar.xz
 +7efca2bf1243a19406b50d8932541382914fbc3a
 +3120
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 00261e3,0000000..1a89c41
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,17 -1,0 +1,23 @@@
++pylint-flask (0.3-2) UNRELEASED; urgency=medium
++
++  * add remove-logilab-common-deps.patch.
++
++ -- Daniel Stender <stender at debian.org>  Sat, 27 Aug 2016 22:11:14 +0200
++
 +pylint-flask (0.3-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * deb/control:
 +    + updated uploader email address.
 +    + bumped standards to 3.9.7 (no changes needed).
 +    + use HTTPS also for Vcs-Git, cgit for Vcs-Browser.
 +  * deb/copyright: updated.
 +  * deb/rules: updated info on disabled tests.
 +
 + -- Daniel Stender <stender at debian.org>  Thu, 17 Mar 2016 17:20:28 +0100
 +
 +pylint-flask (0.1-1) unstable; urgency=medium
 +
 +  * Initial release (Closes: #795038).
 +
 + -- Daniel Stender <debian at danielstender.com>  Sat, 23 Jan 2016 20:37:29 +0100
diff --cc debian/patches/0001-remove-logilab-common-deps.patch
index 0000000,0000000..06d598e
new file mode 100644
--- /dev/null
+++ b/debian/patches/0001-remove-logilab-common-deps.patch
@@@ -1,0 -1,0 +1,34 @@@
++From a59af9dd2d0c890606c1e08893addb9b8aaf0939 Mon Sep 17 00:00:00 2001
++From: Daniel Stender <stender at debian.org>
++Date: Sat, 27 Aug 2016 22:08:21 +0200
++Subject: remove-logilab-common-deps
++
++Description: logilab-common does not seem to be used anywhere in
++ pylint-flask. Thanks to Sebastian Ramacher.
++Origin: https://github.com/jschaf/pylint-flask/pull/4
++Bug: https://bugs.debian.org/835601
++---
++ setup.py | 6 ++----
++ 1 file changed, 2 insertions(+), 4 deletions(-)
++
++diff --git a/setup.py b/setup.py
++index dad8932..9284c1e 100644
++--- a/setup.py
+++++ b/setup.py
++@@ -32,14 +32,12 @@ if sys.version_info < (2, 7):
++     # pylint 1.4 dropped support for Python 2.6
++     _install_requires += [
++         'pylint>=1.0,<1.4',
++-        'astroid>=1.0,<1.3.0',
++-        'logilab-common>=0.60.0,<0.63',
+++        'astroid>=1.0,<1.3.0'
++     ]
++ else:
++     _install_requires += [
++         'pylint>=1.0',
++-        'astroid>=1.0',
++-        'logilab-common>=0.60.0',
+++        'astroid>=1.0'
++     ]
++ 
++ setup(
diff --cc debian/patches/series
index 0000000,0000000..a99564a
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,1 @@@
++0001-remove-logilab-common-deps.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pylint-flask.git



More information about the Python-modules-commits mailing list