[Python-modules-commits] [python-textile] branch master updated (5ed0b05 -> ca9bf86)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Jun 22 18:11:52 UTC 2016


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

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

      from  5ed0b05   Fixed VCS URL (https)
       new  40a4b72   Update debian/watch to point to GitHub.
       new  c8e0403   record new upstream branch created by importing python-textile_2.3.2.orig.tar.gz
       new  1d5ff18   Import python-textile_2.3.2.orig.tar.gz
       new  d747d82   Skip a test that requires access to www.google.com.
       new  ca9bf86   Merge upstream release 2.3.2.

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:
 .coveragerc                                        |    7 +
 .gitignore                                         |   22 +
 .travis.yml                                        |   25 +
 CHANGELOG.textile                                  |   42 +
 CONTRIBUTORS.txt                                   |    8 +
 LICENSE.txt                                        |   27 +
 PKG-INFO                                           |   18 -
 README.textile                                     |   46 +
 TODO.textile                                       |    6 +
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    8 +-
 ...st-that-requires-access-to-www.google.com.patch |   30 +-
 debian/watch                                       |    3 +-
 pytest.ini                                         |    3 +
 requirements.txt                                   |    2 +
 setup.cfg                                          |   18 +-
 setup.py                                           |   26 +-
 tests/test_attributes.py                           |   15 +
 tests/test_block.py                                |   49 +
 tests/test_footnoteRef.py                          |    8 +
 tests/test_getRefs.py                              |   11 +
 tests/test_getimagesize.py                         |   10 +
 tests/test_github_issues.py                        |   81 +
 tests/test_glyphs.py                               |   32 +
 tests/test_image.py                                |   21 +
 tests/test_imagesize.py                            |   13 +
 tests/test_lists.py                                |    7 +
 tests/test_retrieve.py                             |    6 +
 tests/test_span.py                                 |   19 +
 tests/test_subclassing.py                          |   17 +
 tests/test_table.py                                |   12 +
 tests/test_textile.py                              |  191 +++
 tests/test_textilefactory.py                       |   28 +
 tests/test_urls.py                                 |   53 +
 tests/test_utils.py                                |   30 +
 tests/test_values.py                               |  322 ++++
 textile.egg-info/PKG-INFO                          |   18 -
 textile.egg-info/SOURCES.txt                       |   17 -
 textile.egg-info/dependency_links.txt              |    1 -
 textile.egg-info/not-zip-safe                      |    1 -
 textile.egg-info/requires.txt                      |    3 -
 textile.egg-info/top_level.txt                     |    1 -
 textile/core.py                                    | 1783 ++++++++------------
 textile/objects/__init__.py                        |    4 +
 textile/objects/block.py                           |  123 ++
 textile/objects/table.py                           |  227 +++
 textile/regex_strings.py                           |   56 +
 textile/tests/__init__.py                          |  608 -------
 textile/textilefactory.py                          |   43 +-
 textile/tools/doctest_utils.py                     |   92 -
 textile/tools/imagesize.py                         |   12 -
 textile/utils.py                                   |  217 +++
 textile/version.py                                 |    2 +-
 53 files changed, 2518 insertions(+), 1920 deletions(-)
 create mode 100644 .coveragerc
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG.textile
 create mode 100644 CONTRIBUTORS.txt
 create mode 100644 LICENSE.txt
 delete mode 100644 PKG-INFO
 create mode 100644 README.textile
 create mode 100644 TODO.textile
 create mode 100644 pytest.ini
 create mode 100644 requirements.txt
 create mode 100644 tests/test_attributes.py
 create mode 100644 tests/test_block.py
 create mode 100644 tests/test_footnoteRef.py
 create mode 100644 tests/test_getRefs.py
 create mode 100644 tests/test_getimagesize.py
 create mode 100644 tests/test_github_issues.py
 create mode 100644 tests/test_glyphs.py
 create mode 100644 tests/test_image.py
 create mode 100644 tests/test_imagesize.py
 create mode 100644 tests/test_lists.py
 create mode 100644 tests/test_retrieve.py
 create mode 100644 tests/test_span.py
 create mode 100644 tests/test_subclassing.py
 create mode 100644 tests/test_table.py
 create mode 100644 tests/test_textile.py
 create mode 100644 tests/test_textilefactory.py
 create mode 100644 tests/test_urls.py
 create mode 100644 tests/test_utils.py
 create mode 100644 tests/test_values.py
 delete mode 100644 textile.egg-info/PKG-INFO
 delete mode 100644 textile.egg-info/SOURCES.txt
 delete mode 100644 textile.egg-info/dependency_links.txt
 delete mode 100644 textile.egg-info/not-zip-safe
 delete mode 100644 textile.egg-info/requires.txt
 delete mode 100644 textile.egg-info/top_level.txt
 create mode 100644 textile/objects/__init__.py
 create mode 100644 textile/objects/block.py
 create mode 100644 textile/objects/table.py
 create mode 100644 textile/regex_strings.py
 delete mode 100644 textile/tests/__init__.py
 delete mode 100644 textile/tools/doctest_utils.py
 create mode 100644 textile/utils.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