[Python-modules-commits] [python-llfuse] branch master updated (d3c16c6 -> 38269e0)
Nikolaus Rath
nikratio-guest at moszumanska.debian.org
Thu Feb 25 17:48:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
nikratio-guest pushed a change to branch master
in repository python-llfuse.
from d3c16c6 Fixed fuse dependency
new 0104bc5 record new upstream branch created by importing python-llfuse_0.43+dfsg.orig.tar.gz
new 55ca173 Import python-llfuse_0.43+dfsg.orig.tar.gz
new 6d9ec1c Use 'cython3' instead of 'cython'
new 8fab21f Use local intersphinx inventory
new 969aab6 Work around bug in mips+mipsel libc
new 0f62bbc merge patched into master
new 86ade45 Use local intersphinx inventory
new 3f2af34 Work around bug in mips+mipsel libc
new fcb78fa merge patched into master
new 85a9566 Dropped obsolete patches.
new 02ce315 Ignore compiler warnings due to old Cython version
new f6e73da Backport properties to Cython 0.23 syntax
new 2d78ba0 merge patched into master
new 827e84c Use 'cython3' instead of 'cython' command
new 9bb6f64 Backport properties to Cython 0.23 syntax
new 10d26bd Ignore compiler warnings due to old Cython version
new 3d5dc16 merge patched into master
new c2b5aeb Work around Cython 0.23 bug.
new 4f32025 merge patched into master
new 113d29b Added python-contextlib2
new ee0ff39 Uploaded to unstable
new 3cf0d0a Added Breaks: borgbackup (requested by maintainer)
new 38269e0 Uploaded to unstable
The 23 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes.rst | 8 +
Include/fuse_lowlevel.pxd | 2 +-
Include/fuse_opt.pxd | 2 +-
Include/libc/dirent.pxd | 4 +-
Include/libc/sys/statvfs.pxd | 2 +-
Include/pthread.pxd | 8 +-
PKG-INFO | 12 +-
README.rst | 10 +-
debian/.git-dpm | 14 +-
debian/changelog | 10 +-
debian/control | 7 +-
...03-Use-cython3-instead-of-cython-command.patch} | 17 +-
...Backport-properties-to-Cython-0.23-syntax.patch | 348 +
...mpiler-warnings-due-to-old-Cython-version.patch | 30 +
.../patches/0006-Work-around-Cython-0.23-bug.patch | 41 +
debian/patches/force_xattr_api.diff | 42 -
debian/patches/mips_dev_t.diff | 2 +-
debian/patches/series | 6 +-
.../patches/use-local-intersphinx-inventory.patch | 2 +-
rst/install.rst | 4 +-
setup.py | 9 +-
src/fuse_api.pxi | 16 +-
src/llfuse.c | 10249 ++++++++++---------
src/llfuse.egg-info/PKG-INFO | 74 -
src/llfuse.egg-info/SOURCES.txt | 107 -
src/llfuse.egg-info/dependency_links.txt | 1 -
src/llfuse.egg-info/requires.txt | 1 -
src/llfuse.egg-info/top_level.txt | 1 -
src/llfuse.egg-info/zip-safe | 1 -
src/llfuse.h | 19 +
src/llfuse.pyx | 9 +-
src/xattr.h | 10 +-
test/.cache/v/cache/lastfailed | Bin 0 -> 7 bytes
33 files changed, 5972 insertions(+), 5096 deletions(-)
rename debian/patches/{0001-Use-cython3-instead-of-cython.patch => 0003-Use-cython3-instead-of-cython-command.patch} (74%)
create mode 100644 debian/patches/0004-Backport-properties-to-Cython-0.23-syntax.patch
create mode 100644 debian/patches/0005-Ignore-compiler-warnings-due-to-old-Cython-version.patch
create mode 100644 debian/patches/0006-Work-around-Cython-0.23-bug.patch
delete mode 100644 debian/patches/force_xattr_api.diff
delete mode 100644 src/llfuse.egg-info/PKG-INFO
delete mode 100644 src/llfuse.egg-info/SOURCES.txt
delete mode 100644 src/llfuse.egg-info/dependency_links.txt
delete mode 100644 src/llfuse.egg-info/requires.txt
delete mode 100644 src/llfuse.egg-info/top_level.txt
delete mode 100644 src/llfuse.egg-info/zip-safe
create mode 100644 test/.cache/v/cache/lastfailed
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-llfuse.git
More information about the Python-modules-commits
mailing list