[Python-modules-commits] [django-nose] branch upstream updated (d418be7 -> 99d0c63)
Thomas Goirand
zigo at moszumanska.debian.org
Tue Jul 19 12:24:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
zigo pushed a change to branch upstream
in repository django-nose.
from d418be7 Import django-nose_1.4.3.orig.tar.gz
new 99d0c63 Import django-nose_1.4.4.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:
.gitignore | 25 --
.travis.yml | 51 ----
PKG-INFO | 155 ++++++++++++
README.rst | 7 +-
changelog.rst | 6 +
django_nose.egg-info/PKG-INFO | 155 ++++++++++++
django_nose.egg-info/SOURCES.txt | 55 +++++
django_nose.egg-info/dependency_links.txt | 1 +
django_nose.egg-info/not-zip-safe | 1 +
django_nose.egg-info/requires.txt | 1 +
django_nose.egg-info/top_level.txt | 2 +
django_nose/__init__.py | 6 +-
django_nose/management/commands/test.py | 18 +-
django_nose/runner.py | 398 +++++++++++-------------------
docs/usage.rst | 10 -
runtests.sh | 16 +-
setup.cfg | 17 +-
setup.py | 3 +-
testapp/settings.py | 4 -
testapp/south_migrations/0001_initial.py | 54 ----
testapp/south_migrations/__init__.py | 1 -
tox.ini | 42 ----
22 files changed, 549 insertions(+), 479 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 .travis.yml
create mode 100644 PKG-INFO
create mode 100644 django_nose.egg-info/PKG-INFO
create mode 100644 django_nose.egg-info/SOURCES.txt
create mode 100644 django_nose.egg-info/dependency_links.txt
create mode 100644 django_nose.egg-info/not-zip-safe
create mode 100644 django_nose.egg-info/requires.txt
create mode 100644 django_nose.egg-info/top_level.txt
delete mode 100644 testapp/south_migrations/0001_initial.py
delete mode 100644 testapp/south_migrations/__init__.py
delete mode 100644 tox.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-nose.git
More information about the Python-modules-commits
mailing list