[Python-modules-commits] [django-nose] branch upstream updated (99d0c63 -> dd1b3a1)
Michael Fladischer
fladi at moszumanska.debian.org
Tue Oct 17 18:09:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository django-nose.
from 99d0c63 Import django-nose_1.4.4.orig.tar.gz
new dd1b3a1 New upstream version 1.4.5
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 | 28 ++++++
.travis.yml | 83 ++++++++++++++++
Makefile | 24 +++--
PKG-INFO | 155 ------------------------------
README.rst | 9 +-
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 | 2 +-
django_nose/runner.py | 11 ++-
django_nose/tools.py | 7 +-
docs/usage.rst | 6 +-
requirements-rtd.txt | 3 +-
requirements.txt | 35 +++----
setup.cfg | 16 +--
setup.py | 3 +-
testapp/migrations/0001_initial.py | 2 +-
testapp/models.py | 2 +-
testapp/settings.py | 1 +
tox.ini | 41 ++++++++
24 files changed, 213 insertions(+), 436 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
delete mode 100644 PKG-INFO
delete mode 100644 django_nose.egg-info/PKG-INFO
delete mode 100644 django_nose.egg-info/SOURCES.txt
delete mode 100644 django_nose.egg-info/dependency_links.txt
delete mode 100644 django_nose.egg-info/not-zip-safe
delete mode 100644 django_nose.egg-info/requires.txt
delete mode 100644 django_nose.egg-info/top_level.txt
create 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