[Python-modules-commits] [python-fudge] branch master updated (a394bc0 -> 8330b94)

Jan Dittberner jandd at moszumanska.debian.org
Wed Dec 30 15:20:37 UTC 2015


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

jandd pushed a change to branch master
in repository python-fudge.

      from  a394bc0   Update Vcs fields for git migration
       new  a937afc   Use PyPI redirector for watch file
       new  c1987a5   fix package description mismatch in debian/control
       new  0a60d33   Apply patch by Juan Picca to have fixed timestamps to make the build reproducible (Closes: #788501)
       new  3ce9692   Bump Standards-Version to 3.9.6 (no changes)
       new  0221afd   Update copyright years
       new  c4a0723   Switch to dh-python/pybuild
       new  0c451b4   remove MacOS X files
       new  a4d1144   Build documentation in dh_auto_build step
       new  7d6f9fe   Import python-fudge_1.1.0.orig.tar.gz
       new  0b4a75d   record new upstream branch created by importing python-fudge_1.1.0.orig.tar.gz and merge it
       new  859d00b   New upstream version
       new  5488112   Remove deletion of MacOS X files from dh_override_auto_clean, because upstream removed them
       new  19101ee   Re-Enable Python 3 tests
       new  178e2ff   fix dh_auto_build
       new  8330b94   releasing package python-fudge version 1.1.0-1

The 15 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                            | Bin 185 -> 0 bytes
 ._README.txt                             | Bin 187 -> 0 bytes
 ._run_tests.sh                           | Bin 186 -> 0 bytes
 ._setup.py                               | Bin 187 -> 0 bytes
 PKG-INFO                                 |   6 +-
 README.txt                               |  24 --
 debian/.git-dpm                          |  14 +-
 debian/changelog                         |  20 +-
 debian/compat                            |   2 +-
 debian/control                           |  32 +-
 debian/copyright                         |   4 +-
 debian/python-fudge-doc.docs             |   1 +
 debian/rules                             |  38 +-
 debian/watch                             |   2 +-
 docs/._Makefile                          | Bin 186 -> 0 bytes
 docs/._index.rst                         | Bin 187 -> 0 bytes
 docs/._migrating-0.9-to-1.0.rst          | Bin 188 -> 0 bytes
 docs/._using-fudge.rst                   | Bin 188 -> 0 bytes
 docs/_doctest_support/auth/.___init__.py | Bin 186 -> 0 bytes
 docs/_static/.hidden                     |   0
 docs/api/._fudge.rst                     | Bin 186 -> 0 bytes
 docs/api/fudge.inspector.rst             |   7 +-
 docs/index.rst                           |  19 +-
 docs/using-fudge.rst                     | 112 ++++--
 fudge.egg-info/PKG-INFO                  |   6 +-
 fudge.egg-info/SOURCES.txt               |   1 -
 fudge/.___init__.py                      | Bin 188 -> 0 bytes
 fudge/._inspector.py                     | Bin 186 -> 0 bytes
 fudge/._patcher.py                       | Bin 243 -> 0 bytes
 fudge/__init__.py                        | 664 ++++++++++++++++++-------------
 fudge/inspector.py                       | 462 +++++++++++++++------
 fudge/tests/.___init__.py                | Bin 184 -> 0 bytes
 fudge/tests/._test_fudge.py              | Bin 188 -> 0 bytes
 fudge/tests/._test_import_all.py         | Bin 186 -> 0 bytes
 fudge/tests/._test_inspector.py          | Bin 187 -> 0 bytes
 fudge/tests/._test_patcher.py            | Bin 242 -> 0 bytes
 fudge/tests/._test_registry.py           | Bin 187 -> 0 bytes
 fudge/tests/support/.___init__.py        | Bin 184 -> 0 bytes
 fudge/tests/support/.__for_patch.py      | Bin 185 -> 0 bytes
 fudge/tests/test_fudge.py                | 437 ++++++++++----------
 fudge/tests/test_inspector.py            | 157 +++++---
 setup.py                                 |   2 +-
 42 files changed, 1212 insertions(+), 798 deletions(-)
 delete mode 100644 ._MANIFEST.in
 delete mode 100644 ._README.txt
 delete mode 100755 ._run_tests.sh
 delete mode 100644 ._setup.py
 delete mode 100644 README.txt
 create mode 100644 debian/python-fudge-doc.docs
 delete mode 100644 docs/._Makefile
 delete mode 100644 docs/._index.rst
 delete mode 100644 docs/._migrating-0.9-to-1.0.rst
 delete mode 100644 docs/._using-fudge.rst
 delete mode 100644 docs/_doctest_support/auth/.___init__.py
 delete mode 100644 docs/_static/.hidden
 delete mode 100644 docs/api/._fudge.rst
 delete mode 100644 fudge/.___init__.py
 delete mode 100644 fudge/._inspector.py
 delete mode 100644 fudge/._patcher.py
 delete mode 100644 fudge/tests/.___init__.py
 delete mode 100644 fudge/tests/._test_fudge.py
 delete mode 100644 fudge/tests/._test_import_all.py
 delete mode 100644 fudge/tests/._test_inspector.py
 delete mode 100644 fudge/tests/._test_patcher.py
 delete mode 100644 fudge/tests/._test_registry.py
 delete mode 100644 fudge/tests/support/.___init__.py
 delete mode 100644 fudge/tests/support/.__for_patch.py

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



More information about the Python-modules-commits mailing list