[Python-modules-commits] [django-nose] branch master updated (128a4b1 -> 65abe73)

Michael Fladischer fladi at moszumanska.debian.org
Thu Jan 7 13:03:15 UTC 2016


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

fladi pushed a change to branch master
in repository django-nose.

      from  128a4b1   New release.
       new  871c216   record new upstream branch created by importing django-nose_1.4.3.orig.tar.gz
       new  d418be7   Import django-nose_1.4.3.orig.tar.gz
       new  d039769   Call django.setup() befor running the tests.
       new  7103f0c   Enable non-default python versions for test runs
       new  a0f484f   Remove unnecessary dependency on dj_database_url.
       new  e4943cc   merge patched into master
       new  34ab7c4   change version to 1.4.2-3 (UNRELEASED) 1.4.3-1 New upstream release.
       new  88a35ce   Disable tests that use REUSE_DB as they are currently broken.
       new  f6e1bbb   merge patched into master
       new  65abe73   Update changelog.

The 10 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:
 AUTHORS.rst                                        |  3 +
 README.rst                                         |  2 +-
 changelog.rst                                      | 11 +++
 debian/.git-dpm                                    | 14 ++--
 debian/changelog                                   |  8 ++
 ...unnecessary-dependency-on-dj_database_url.patch |  2 +-
 ...ts-that-use-REUSE_DB-as-they-are-currentl.patch | 31 ++++++++
 debian/patches/django17.patch                      |  2 +-
 debian/patches/runtests.patch                      | 18 +++--
 debian/patches/series                              |  1 +
 django_nose/__init__.py                            |  2 +-
 django_nose/management/commands/test.py            |  1 -
 django_nose/plugin.py                              |  5 --
 django_nose/runner.py                              | 93 ++++++++++++++++------
 django_nose/testcases.py                           |  1 -
 django_nose/tools.py                               |  1 -
 requirements.txt                                   |  4 +-
 runtests.sh                                        | 12 ++-
 setup.cfg                                          |  2 +-
 setup.py                                           |  4 +-
 testapp/custom_runner.py                           |  1 -
 testapp/models.py                                  |  2 -
 testapp/plugins.py                                 |  1 -
 testapp/tests.py                                   |  3 -
 tox.ini                                            |  9 ++-
 unittests/test_databases.py                        |  3 +-
 26 files changed, 170 insertions(+), 66 deletions(-)
 create mode 100644 debian/patches/0004-Disable-tests-that-use-REUSE_DB-as-they-are-currentl.patch

-- 
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