[Python-modules-commits] r18639 - in packages/python-llfuse/trunk/debian (3 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Wed Sep 21 02:33:41 UTC 2011


    Date: Wednesday, September 21, 2011 @ 02:33:38
  Author: nikratio-guest
Revision: 18639

New upstream release 0.36

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

Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2011-09-20 21:32:21 UTC (rev 18638)
+++ packages/python-llfuse/trunk/debian/changelog	2011-09-21 02:33:38 UTC (rev 18639)
@@ -1,6 +1,18 @@
+python-llfuse (0.36-1) unstable; urgency=low
+
+  * New upstream release.
+  * Depend on Cython > 0.15.1, previous versions generated segfaulting
+    code.
+  * Breaks S3QL < 1.2, API changed in non-backwards compatible way.
+    (python-llfuse is not in any stable release, and S3QL is the
+    only reverse dependency, so a new package name does not seem
+    justified).
+  * Update format of copyright file.
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Tue, 20 Sep 2011 22:16:17 -0400
+
 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

Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control	2011-09-20 21:32:21 UTC (rev 18638)
+++ packages/python-llfuse/trunk/debian/control	2011-09-21 02:33:38 UTC (rev 18639)
@@ -16,7 +16,7 @@
                pkg-config,
                python-distribute,
                python3-setuptools,
-               cython (>= 0.15)
+               cython (>= 0.15.1)
 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 
@@ -29,7 +29,7 @@
          ${shlibs:Depends}
 Suggests: python-llfuse-doc
 Replaces: s3ql (<= 0.28)
-Breaks: s3ql (<= 0.28)
+Breaks: s3ql (<< 1.2)
 Provides: ${python:Provides}
 Description: Python bindings for the low-level FUSE API
  Python-llfuse is a set of Python bindings for the low level

Modified: packages/python-llfuse/trunk/debian/copyright
===================================================================
--- packages/python-llfuse/trunk/debian/copyright	2011-09-20 21:32:21 UTC (rev 18638)
+++ packages/python-llfuse/trunk/debian/copyright	2011-09-21 02:33:38 UTC (rev 18639)
@@ -1,5 +1,5 @@
 Format: http://dep.debian.net/deps/dep5/
-Name: python-llfuse
+Upstream-Name: python-llfuse
 Source: http://code.google.com/p/python-llfuse/
 
 Files: *




More information about the Python-modules-commits mailing list