[Python-modules-commits] r33985 - in packages/python-llfuse/trunk/debian (changelog control)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Mon Aug 24 16:13:40 UTC 2015


    Date: Monday, August 24, 2015 @ 16:13:39
  Author: nikratio-guest
Revision: 33985

Bumped Cython dependency to >= 0.21.1. Older versions don't have
posix/time.pxi.

Modified:
  packages/python-llfuse/trunk/debian/changelog
  packages/python-llfuse/trunk/debian/control

Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2015-08-24 15:43:45 UTC (rev 33984)
+++ packages/python-llfuse/trunk/debian/changelog	2015-08-24 16:13:39 UTC (rev 33985)
@@ -1,3 +1,10 @@
+python-llfuse (0.41.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Bumped Cython dependency to >= 0.21.1. Older versions don't have
+    posix/time.pxi.
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Mon, 24 Aug 2015 09:12:49 -0700
+
 python-llfuse (0.41.1+dfsg-1) unstable; urgency=medium
 
   * Added test suite.

Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control	2015-08-24 15:43:45 UTC (rev 33984)
+++ packages/python-llfuse/trunk/debian/control	2015-08-24 16:13:39 UTC (rev 33985)
@@ -20,7 +20,7 @@
                fuse,
                python-distribute,
                python3-setuptools,
-               cython3 (>= 0.16)
+               cython3 (>= 0.21.1)
 Standards-Version: 3.9.6
 Homepage: https://bitbucket.org/nikratio/python-llfuse/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-llfuse/trunk/




More information about the Python-modules-commits mailing list