[Python-modules-commits] [humanfriendly] branch master updated (4a81919 -> ea7a4d4)

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 master
in repository humanfriendly.

      from  4a81919   add myself to uploaders, prepare 3.2-1
       new  eccc904   Import humanfriendly_4.4.1.orig.tar.gz
       new  81bd10b   Merge tag 'upstream/4.4.1'
       new  ea7a4d4   prepare 4.4.1-1 (new upstream, bump standards version)

The 3 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 +-
 debian/.git-dpm                                    |  11 -
 debian/changelog                                   |   7 +
 debian/compat                                      |   2 +-
 debian/control                                     |   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 +-
 25 files changed, 1185 insertions(+), 203 deletions(-)
 delete mode 100644 debian/.git-dpm
 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