[Python-modules-commits] r18116 - in packages/python-llfuse/trunk/debian (changelog control)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Wed Aug 10 20:04:52 UTC 2011
Date: Wednesday, August 10, 2011 @ 20:04:49
Author: nikratio-guest
Revision: 18116
Upgraded to new upstream release 0.34.
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 2011-08-10 19:51:25 UTC (rev 18115)
+++ packages/python-llfuse/trunk/debian/changelog 2011-08-10 20:04:49 UTC (rev 18116)
@@ -1,13 +1,16 @@
-python-llfuse (0.33-2) UNRELEASED; urgency=low
+python-llfuse (0.34-1) UNRELEASED; urgency=low
* NOT RELEASED YET
+ * New upstream release.
+ * Fixed argument parsing under Python 3.x
+ * Do correct typecasting of mode_t constants. Fix introduces
+ build dependency on Cython 0.15 (Closes: #635196).
* Use underscore.js from libjs-underscore rather than shipping
our own version.
- * Added correct copyright information for files in doc/html/_static
- (which come from the python-sphinx package).
+ * Added correct copyright information for files in doc/html/_static.
* Thanks to Jakub Wilk for his packaging review.
- -- Nikolaus Rath <Nikolaus at rath.org> Sat, 09 Jul 2011 16:11:57 -0400
+ -- Nikolaus Rath <Nikolaus at rath.org> Wed, 10 Aug 2011 15:56:47 -0400
python-llfuse (0.33-1) unstable; urgency=low
Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control 2011-08-10 19:51:25 UTC (rev 18115)
+++ packages/python-llfuse/trunk/debian/control 2011-08-10 20:04:49 UTC (rev 18116)
@@ -16,7 +16,7 @@
pkg-config,
python-distribute,
python3-setuptools,
- cython (>= 0.14)
+ cython (>= 0.15)
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/python-llfuse/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-llfuse/trunk
More information about the Python-modules-commits
mailing list