[Python-modules-commits] r27164 - in packages/pyzmq/trunk/debian (3 files)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Jan 11 16:34:28 UTC 2014


    Date: Saturday, January 11, 2014 @ 16:34:27
  Author: jtaylor-guest
Revision: 27164

bump pypy build dependency to 2.2, required for cffi patch to work.

Modified:
  packages/pyzmq/trunk/debian/changelog
  packages/pyzmq/trunk/debian/control
  packages/pyzmq/trunk/debian/patches/cffi-fix.patch

Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog	2014-01-11 16:34:21 UTC (rev 27163)
+++ packages/pyzmq/trunk/debian/changelog	2014-01-11 16:34:27 UTC (rev 27164)
@@ -2,6 +2,7 @@
 
   * fix minitornado copyright information
     thanks to Thorsten Alteholz for the report
+  * bump pypy build dependency to 2.2, required for cffi patch to work.
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 11 Jan 2014 17:31:04 +0100
 

Modified: packages/pyzmq/trunk/debian/control
===================================================================
--- packages/pyzmq/trunk/debian/control	2014-01-11 16:34:21 UTC (rev 27163)
+++ packages/pyzmq/trunk/debian/control	2014-01-11 16:34:27 UTC (rev 27164)
@@ -9,7 +9,7 @@
                dh-python (>= 1.20131021-1~),
                dpkg-dev (>= 1.16.1~),
                libzmq3-dev,
-               pypy (>= 2.0.0),
+               pypy (>= 2.2),
                python-all-dbg (>= 2.6.6-3~),
                python-all-dev (>= 2.6.6-3~),
                python-nose,

Modified: packages/pyzmq/trunk/debian/patches/cffi-fix.patch
===================================================================
--- packages/pyzmq/trunk/debian/patches/cffi-fix.patch	2014-01-11 16:34:21 UTC (rev 27163)
+++ packages/pyzmq/trunk/debian/patches/cffi-fix.patch	2014-01-11 16:34:27 UTC (rev 27164)
@@ -5,6 +5,8 @@
  Also use fixed path in a place passed to cffi to get the same checksum
  in build and install. After it is installed no build is needed so it doesn't
  matter if its wrong.
+ This patch assumes pypy 2.2 api, won't work with 2.1 as so_suffices is no
+ list.
 Bug: https://bitbucket.org/cffi/cffi/issue/109/enable-sane-packaging-for-cffi
 
 --- a/zmq/backend/cffi/__init__.py




More information about the Python-modules-commits mailing list