[med-svn] [python-cutadapt] branch master updated (f9f4746 -> a148fa4)
Olivier Sallou
osallou at debian.org
Thu Aug 18 08:09:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
osallou pushed a change to branch master
in repository python-cutadapt.
from f9f4746 Upload to unstable after giving up silencing lintian about issues in copyright - no idea what might be wrong here ...
new 7782a43 Imported Upstream version 1.11
new 8d03ca2 Merge tag 'upstream/1.11'
new 443b646 prepare upstream release 1.11
new 8e58fe7 adapt patch to 1.11
new a148fa4 upload upstream release 1.11
The 5 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 | 138 ++-
MANIFEST.in | 19 +
PKG-INFO | 5 +-
PKG-INFO => cutadapt.egg-info/PKG-INFO | 5 +-
cutadapt.egg-info/SOURCES.txt | 210 ++++
cutadapt.egg-info/dependency_links.txt | 1 +
cutadapt.egg-info/top_level.txt | 1 +
cutadapt/__init__.py | 4 +-
cutadapt/_seqio.c | 2107 ++++++++++----------------------
cutadapt/_seqio.pyx | 16 +-
cutadapt/_version.py | 21 +
cutadapt/scripts/cutadapt.py | 78 +-
cutadapt/seqio.py | 32 +-
debian/changelog | 6 +
debian/patches/cython_version.patch | 4 +-
doc/conf.py | 12 +-
doc/guide.rst | 26 +-
doc/recipes.rst | 32 +-
setup.cfg | 13 +
setup.py | 38 +-
tests/cut/SRR2040271_1.fastq | 8 +
tests/data/SRR2040271_1.fastq | 8 +
tests/testpaired.py | 88 +-
tests/tests.py | 5 +
tests/testseqio.py | 4 +-
versioneer.py | 1774 +++++++++++++++++++++++++++
26 files changed, 3013 insertions(+), 1642 deletions(-)
create mode 100644 MANIFEST.in
copy PKG-INFO => cutadapt.egg-info/PKG-INFO (85%)
create mode 100644 cutadapt.egg-info/SOURCES.txt
create mode 100644 cutadapt.egg-info/dependency_links.txt
create mode 100644 cutadapt.egg-info/top_level.txt
create mode 100644 cutadapt/_version.py
create mode 100644 setup.cfg
create mode 100644 tests/cut/SRR2040271_1.fastq
create mode 100644 tests/data/SRR2040271_1.fastq
create mode 100644 versioneer.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cutadapt.git
More information about the debian-med-commit
mailing list