[Python-modules-commits] [humanfriendly] branch upstream updated (3dc81ec -> eccc904)

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Aug 28 21:44:31 UTC 2017


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

debacle pushed a change to branch upstream
in repository humanfriendly.

      from  3dc81ec   Import humanfriendly_3.2.orig.tar.gz
       new  eccc904   Import humanfriendly_4.4.1.orig.tar.gz

The 1 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:
 MANIFEST.in                                        |   1 +
 PKG-INFO                                           |   2 +-
 docs/conf.py                                       |  79 +++
 docs/images/pretty-table.png                       | Bin 0 -> 44032 bytes
 docs/images/spinner-basic.gif                      | Bin 0 -> 41724 bytes
 docs/images/spinner-with-progress.gif              | Bin 0 -> 57133 bytes
 docs/images/spinner-with-timer.gif                 | Bin 0 -> 57748 bytes
 docs/index.rst                                     |  91 +++
 humanfriendly.egg-info/PKG-INFO                    |   2 +-
 humanfriendly.egg-info/SOURCES.txt                 |   9 +-
 humanfriendly.egg-info/requires.txt                |   1 +
 humanfriendly/__init__.py                          |   4 +-
 humanfriendly/compat.py                            |  11 +-
 humanfriendly/prompts.py                           |  24 +-
 humanfriendly/tables.py                            |   3 +-
 humanfriendly/testing.py                           | 690 +++++++++++++++++++++
 humanfriendly/tests.py                             | 221 ++++---
 humanfriendly/text.py                              | 215 ++++---
 humanfriendly/usage.py                             |   4 +-
 requirements-testing.txt => requirements-tests.txt |   3 +-
 setup.py                                           |   6 +-
 21 files changed, 1176 insertions(+), 190 deletions(-)
 create mode 100644 docs/conf.py
 create mode 100644 docs/images/pretty-table.png
 create mode 100644 docs/images/spinner-basic.gif
 create mode 100644 docs/images/spinner-with-progress.gif
 create mode 100644 docs/images/spinner-with-timer.gif
 create mode 100644 docs/index.rst
 create mode 100644 humanfriendly/testing.py
 rename requirements-testing.txt => requirements-tests.txt (63%)

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



More information about the Python-modules-commits mailing list