[Python-modules-commits] [astroid] 05/06: add singledispatch, enum34 to b-d and depends, patch by Michael Hudson-Doyle
Sandro Tosi
morph at moszumanska.debian.org
Fri Dec 1 00:33:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository astroid.
commit 00c877ee6f12c17cc51392e5cc72d7b8ef4602e2
Author: Sandro Tosi <morph at debian.org>
Date: Thu Nov 30 19:28:10 2017 -0500
add singledispatch, enum34 to b-d and depends, patch by Michael Hudson-Doyle
---
debian/changelog | 4 +++-
debian/control | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a4687ee..f420e1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ astroid (1.5.3-1) UNRELEASED; urgency=medium
* New upstream release; Closes: #868819
* debian/control
- bump Standards-Version to 4.1.2 (no changes needed)
+ - add singledispatch, enum34 to b-d and depends, patch by Michael
+ Hudson-Doyle
- -- Sandro Tosi <morph at debian.org> Thu, 30 Nov 2017 19:17:29 -0500
+ -- Sandro Tosi <morph at debian.org> Thu, 30 Nov 2017 19:27:32 -0500
astroid (1.4.9-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 917c8e1..4334b4c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Sandro Tosi <morph at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9.0.0), python, python3, dh-python, python-setuptools, python3-setuptools, python-nose, python3-nose, python-wrapt, python3-wrapt, python-lazy-object-proxy, python3-lazy-object-proxy
+Build-Depends: debhelper (>= 9.0.0), python, python3, dh-python, python-setuptools, python3-setuptools, python-nose, python3-nose, python-wrapt, python3-wrapt, python-lazy-object-proxy, python3-lazy-object-proxy, python-singledispatch, python-enum34
Standards-Version: 4.1.2
Homepage: http://www.astroid.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/astroid.git
@@ -11,7 +11,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/astroid.git
Package: python-astroid
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-six
+Depends: ${python:Depends}, ${misc:Depends}, python-six, python-singledispatch, python-enum34
Description: rebuild a new abstract syntax tree from Python's AST
The aim of this module is to provide a common base representation of
Python source code for projects such as pychecker, pyreverse,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/astroid.git
More information about the Python-modules-commits
mailing list