[Python-modules-commits] [python-tidylib] branch master updated (5817e29 -> e0585d7)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Dec 14 18:03:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch master
in repository python-tidylib.
from 5817e29 Update Vcs fields for git migration
new 193448a Update debian/watch.
new 654b425 Exclude docs/html directory from the tarball.
new dca25b5 Import python-tidylib_0.2.4~dfsg.orig.tar.gz
new e06b4f2 record new upstream branch created by importing python-tidylib_0.2.4~dfsg.orig.tar.gz and merge it
new dce2065 Bump version number in the changelog.
new 9dbd790 Switch to pybuild buildsystem and build a python3-tidylib package.
new 9cd630d Split the docs into a separate pytidylib-doc package.
new 39f1fa9 Prevent pytidylib.pdf from being compressed by dh_compress.
new f90a3f1 Update debian/copyright.
new b5c9347 Remove obsolete pyversions file.
new e0585d7 Bump Standards-Version to 3.9.6, no changes needed.
The 11 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:
._LICENSE | Bin 186 -> 0 bytes
._MANIFEST.in | Bin 186 -> 0 bytes
._README | Bin 186 -> 0 bytes
._setup.py | Bin 187 -> 0 bytes
LICENSE | 2 +-
PKG-INFO | 36 +++++----
README | 4 +
debian/.git-dpm | 14 ++--
debian/changelog | 15 +++-
debian/compat | 2 +-
debian/control | 56 ++++++++++++--
debian/copyright | 9 ++-
debian/links | 2 -
debian/{doc-base => pytidylib-doc.doc-base} | 4 +-
debian/{docs => pytidylib-doc.docs} | 1 -
debian/pyversions | 1 -
debian/rules | 17 ++--
debian/watch | 4 +-
docs/rst/._conf.py | Bin 187 -> 0 bytes
docs/rst/._index.rst | Bin 186 -> 0 bytes
docs/rst/conf.py | 15 +---
docs/rst/index.rst | 25 +++---
setup.py | 26 ++++---
tests/._DocsTest.py | Bin 184 -> 0 bytes
tests/._FragsTest.py | Bin 187 -> 0 bytes
tests/._SinkMemTest.py | Bin 186 -> 0 bytes
tests/._threadsafety.py | Bin 186 -> 0 bytes
tests/__init__.py | 0
tests/{DocsTest.py => test_docs.py} | 90 +++++++++++++---------
tests/{FragsTest.py => test_fragments.py} | 57 ++++++--------
tests/{SinkMemTest.py => test_memory.py} | 22 ++++--
tests/threadsafety.py | 17 ++--
tidylib/.___init__.py | Bin 187 -> 0 bytes
tidylib/._sink.py | Bin 187 -> 0 bytes
tidylib/__init__.py | 115 ++++++++++++++++------------
tidylib/sink.py | 50 ++++++------
36 files changed, 333 insertions(+), 251 deletions(-)
delete mode 100644 ._LICENSE
delete mode 100644 ._MANIFEST.in
delete mode 100644 ._README
delete mode 100644 ._setup.py
delete mode 100644 debian/links
rename debian/{doc-base => pytidylib-doc.doc-base} (75%)
rename debian/{docs => pytidylib-doc.docs} (84%)
delete mode 100644 debian/pyversions
delete mode 100644 docs/rst/._conf.py
delete mode 100644 docs/rst/._index.rst
delete mode 100644 tests/._DocsTest.py
delete mode 100644 tests/._FragsTest.py
delete mode 100644 tests/._SinkMemTest.py
delete mode 100644 tests/._threadsafety.py
create mode 100644 tests/__init__.py
rename tests/{DocsTest.py => test_docs.py} (51%)
rename tests/{FragsTest.py => test_fragments.py} (70%)
rename tests/{SinkMemTest.py => test_memory.py} (94%)
delete mode 100644 tidylib/.___init__.py
delete mode 100644 tidylib/._sink.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tidylib.git
More information about the Python-modules-commits
mailing list