[Python-modules-commits] [utidylib] branch master updated (40caba6 -> cb9d84f)
Michal Cihar
nijel at moszumanska.debian.org
Thu Jul 7 12:53:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
nijel pushed a change to branch master
in repository utidylib.
from 40caba6 Fixed VCS URL (https)
new 532e708 Bump standards to 3.9.8.
new 5394efb Add dh-python to build depends.
new f0e4663 Switch to new upstream.
new caeadcc Revert "Fix handling of 64-bit pointer"
new b13ba56 Revert "Add 'tidy' to the list of lib names, so it can be imported correctly in debian"
new 30bdb9e Revert "Fix handling of unicode strings"
new df62193 Switch to gbp
new 1b69e62 Imported Upstream version 0.3
new fad581e Merge branch 'upstream' unicode strings"
new d2e91a2 New upstream release.
new 2f2f0f6 Add missing dependency
new df7ec5e Adjust dependencies to new tidy library (Closes: #828902).
new 807dd6d Fix docs name
new c5f042d Run testsuite during build.
new bda295b Add missing dependency
new cb9d84f Release
The 16 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:
INSTALL.txt | 123 -------
LICENSE | 2 +
MANIFEST.in | 10 +-
PKG-INFO | 32 +-
README.path | 10 -
README.rst | 63 ++++
README.txt | 37 --
debian/.git-dpm | 11 -
debian/README.source | 16 -
debian/changelog | 14 +-
debian/control | 13 +-
debian/copyright | 4 +-
debian/docs | 2 +-
debian/gbp.conf | 5 +
debian/patches/fix-pointer-size.patch | 103 ------
debian/patches/fix_libtidy_import.patch | 24 --
debian/patches/series | 3 -
debian/patches/unicode-strings.patch | 30 --
debian/rules | 3 +
debian/watch | 2 +-
docs/Makefile | 177 ++++++++++
docs/conf.py | 332 ++++++++++++++++++
docs/index.rst | 69 ++++
docs/make.bat | 242 +++++++++++++
gendoc.py | 12 -
path.py | 587 --------------------------------
pytest.ini | 2 +
requirements-test.txt | 6 +
requirements.txt | 1 +
setup.cfg | 5 +
setup.py | 104 ++----
tidy/README.tidydll | 41 ---
tidy/__init__.py | 27 +-
tidy/error.py | 34 +-
tidy/lib.py | 293 ++++++++++------
tidy/pvt_ctypes/README.ctypes | 24 --
tidy/test_data/test.html | 8 +
tidy/test_tidy.py | 149 ++++----
uTidylib.egg-info/PKG-INFO | 20 ++
uTidylib.egg-info/SOURCES.txt | 20 ++
uTidylib.egg-info/dependency_links.txt | 1 +
uTidylib.egg-info/top_level.txt | 1 +
42 files changed, 1356 insertions(+), 1306 deletions(-)
delete mode 100644 INSTALL.txt
delete mode 100644 README.path
create mode 100644 README.rst
delete mode 100644 README.txt
delete mode 100644 debian/.git-dpm
delete mode 100644 debian/README.source
create mode 100644 debian/gbp.conf
delete mode 100644 debian/patches/fix-pointer-size.patch
delete mode 100644 debian/patches/fix_libtidy_import.patch
delete mode 100644 debian/patches/series
delete mode 100644 debian/patches/unicode-strings.patch
create mode 100644 docs/Makefile
create mode 100644 docs/conf.py
create mode 100644 docs/index.rst
create mode 100644 docs/make.bat
delete mode 100644 gendoc.py
delete mode 100644 path.py
create mode 100644 pytest.ini
create mode 100644 requirements-test.txt
create mode 100644 requirements.txt
create mode 100644 setup.cfg
mode change 100644 => 100755 setup.py
delete mode 100644 tidy/README.tidydll
delete mode 100644 tidy/pvt_ctypes/README.ctypes
create mode 100644 tidy/test_data/test.html
create mode 100644 uTidylib.egg-info/PKG-INFO
create mode 100644 uTidylib.egg-info/SOURCES.txt
create mode 100644 uTidylib.egg-info/dependency_links.txt
create mode 100644 uTidylib.egg-info/top_level.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/utidylib.git
More information about the Python-modules-commits
mailing list