[Python-modules-commits] [python-textile] branch master updated (298c7ff -> 65ece44)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Dec 14 16:30:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a change to branch master
in repository python-textile.

      from  298c7ff   Update Vcs fields for git migration
       new  3cb2c62   New upstream release.
       new  1f8e042   Import python-textile_2.2.2.orig.tar.gz
       new  2cad431   record new upstream branch created by importing python-textile_2.2.2.orig.tar.gz and merge it
       new  7ecdabf   Switch to pybuild buildsystem and build a python3-textile package.
       new  19b43db   Skip a test that requires access to www.google.com.
       new  577ba71   Merge patched into master
       new  20ddb5d   Update debian/copyright.
       new  73c52d3   Update debian/watch to use the pypi.debian.net redirector.
       new  56eb70d   Add html5lib to build-dependencies, for the sanitizer test.
       new  2b58a72   Bump Standards-Version to 3.9.6, no changes needed.
       new  65ece44   Upload to unstable.

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:
 PKG-INFO                                           |   12 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |   16 +-
 debian/compat                                      |    2 +-
 debian/control                                     |   30 +-
 debian/copyright                                   |   11 +-
 ...st-that-requires-access-to-www.google.com.patch |   25 +
 debian/patches/series                              |    1 +
 debian/rules                                       |    4 +-
 debian/watch                                       |    2 +-
 setup.cfg                                          |    3 +
 setup.py                                           |   35 +-
 textile.egg-info/PKG-INFO                          |   12 +-
 textile.egg-info/SOURCES.txt                       |    5 +-
 textile.egg-info/requires.txt                      |    3 +
 textile/__init__.py                                |    7 +-
 textile/core.py                                    | 1691 ++++++++++++++++++++
 textile/functions.py                               | 1003 ------------
 textile/tests/__init__.py                          |  346 +++-
 textile/textilefactory.py                          |   20 +-
 textile/tools/doctest_utils.py                     |   92 ++
 textile/tools/imagesize.py                         |   23 +-
 textile/tools/sanitizer.py                         |   29 +-
 textile/version.py                                 |    1 +
 24 files changed, 2210 insertions(+), 1177 deletions(-)
 create mode 100644 debian/patches/0001-Skip-a-test-that-requires-access-to-www.google.com.patch
 create mode 100644 debian/patches/series
 create mode 100644 textile.egg-info/requires.txt
 create mode 100644 textile/core.py
 delete mode 100644 textile/functions.py
 create mode 100644 textile/tools/doctest_utils.py
 create mode 100644 textile/version.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-textile.git



More information about the Python-modules-commits mailing list