[Debian-astro-commits] [python-astropy] 02/04: Qualify dependency on python-ply >= 3.5

Leo Singer lsinger-guest at moszumanska.debian.org
Thu Apr 13 16:02:11 UTC 2017


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

lsinger-guest pushed a commit to branch debian/jessie-backports
in repository python-astropy.

commit eae513d37e78e55c25f5dcc93210fea8119cd2bb
Author: Leo Singer <leo.singer at ligo.org>
Date:   Sun Apr 9 10:15:49 2017 -0400

    Qualify dependency on python-ply >= 3.5
    
    python-astropy uses the character literal actions feature that was
    added in ply 3.5.
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 79c8a83..624fa5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-astropy (1.3-8~bpo8+2) UNRELEASED; urgency=medium
 
   * Don't use bundled version of ply. A sufficiently new version
     is now available in jessie-backports.
+  * Backport dependency on python-ply >= 3.5 from master.
 
  -- Leo Singer <leo.singer at ligo.org>  Thu, 13 Apr 2017 11:39:25 -0400
 
diff --git a/debian/control b/debian/control
index 393276d..497631c 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: cython,
                python-matplotlib,
                python-nose,
                python-numpy (>= 1.4),
-               python-ply,
+               python-ply (>= 3.5),
                python-pytest (>= 2.7.0),
                python-scipy,
                python-setuptools (>= 0.6.4),
@@ -31,7 +31,7 @@ Build-Depends: cython,
                python3-matplotlib,
                python3-nose,
                python3-numpy (>= 1:1.6.2),
-               python3-ply,
+               python3-ply (>= 3.5),
                python3-pytest (>= 2.7.0),
                python3-scipy,
                python3-setuptools (>= 0.6.4),
@@ -48,7 +48,7 @@ X-Python3-Version: >= 3.2
 Package: python-astropy
 Architecture: any
 Depends: python-configobj,
-         python-ply,
+         python-ply (>= 3.5),
          python-pytest (>= 2.7.0),
          ${misc:Depends},
          ${python:Depends},
@@ -74,7 +74,7 @@ Description: Core functionality for performing astrophysics with Python
 Package: python3-astropy
 Architecture: any
 Depends: python3-configobj,
-         python3-ply,
+         python3-ply (>= 3.5),
          python3-pytest (>= 2.7.0),
          ${misc:Depends},
          ${python3:Depends},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-astropy.git



More information about the Debian-astro-commits mailing list