[Python-modules-commits] [python-textile] branch upstream updated (848049f -> 1f8e042)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Dec 14 16:32:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch upstream
in repository python-textile.
from 848049f Imported Upstream version 2.1.5
adds 1f8e042 Import python-textile_2.2.2.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
PKG-INFO | 12 +-
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 | 343 ++++++--
textile/textilefactory.py | 20 +-
textile/tools/doctest_utils.py | 92 +++
textile/tools/imagesize.py | 23 +-
textile/tools/sanitizer.py | 29 +-
textile/version.py | 1 +
15 files changed, 2128 insertions(+), 1151 deletions(-)
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