[Python-modules-commits] [python-textile] branch debian/master updated (c4698b2 -> ba45db1)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Nov 25 12:04:45 UTC 2017


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

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

      from  c4698b2   Release to unstable.
      adds  5dd17ed   New upstream version 3.0.0
       new  bd654ac   Update upstream source from tag 'upstream/3.0.0'
       new  4ee537d   Refresh 0001-Skip-a-test-that-requires-access-to-www.google.com.patch.
       new  cda0c91   Bump X-Python-Version to 2.7 and X-Python3-Version to 3.3.
       new  ba45db1   Bump required version of html5lib and move it from Suggests to Depends.

The 4 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:
 .travis.yml                                        |   7 +-
 CHANGELOG.textile                                  |  26 ++++
 README.textile                                     |   2 +-
 debian/changelog                                   |  10 ++
 debian/control                                     |  16 +--
 ...st-that-requires-access-to-www.google.com.patch |   8 +-
 requirements.txt                                   |   5 +-
 setup.py                                           |   9 +-
 tests/fixtures/README.txt                          |   2 +-
 tests/test_block.py                                |  27 ++++
 tests/test_github_issues.py                        | 132 +++++++++++++++++++
 tests/test_glyphs.py                               |   4 -
 tests/test_textile.py                              |  28 ++--
 tests/test_urls.py                                 |   8 ++
 tests/test_values.py                               |   2 +-
 textile/__init__.py                                |   9 --
 textile/core.py                                    | 143 ++++++++++++++-------
 textile/objects/block.py                           |   6 +-
 textile/objects/table.py                           |  16 ++-
 textile/regex_strings.py                           |   1 -
 textile/tools/sanitizer.py                         |  19 +--
 textile/utils.py                                   |  33 ++---
 textile/version.py                                 |   2 +-
 23 files changed, 366 insertions(+), 149 deletions(-)

-- 
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