[Python-modules-commits] [django-nose] branch master updated (9d0f173 -> bc9d915)

Thomas Goirand zigo at moszumanska.debian.org
Tue Jul 19 12:24:45 UTC 2016


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

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

      from  9d0f173   Fixed homepage (https)
       new  6b418d0   Enable non-default python versions for test runs
       new  07e8b26   Remove unnecessary dependency on dj_database_url.
       new  e7b67fe   Disable tests that use REUSE_DB as they are currently broken.
       new  dabc0d2   merge patched into master
       new  46ac854   record new upstream branch created by importing django-nose_1.4.4.orig.tar.gz
       new  99d0c63   Import django-nose_1.4.4.orig.tar.gz
       new  538108c   Enable non-default python versions for test runs
       new  bffa9ec   Remove unnecessary dependency on dj_database_url.
       new  805d34f   Disable tests that use REUSE_DB as they are currently broken.
       new  b912257   merge patched into master
       new  8f660cb   Now packaging 1.4.4
       new  5f351c7   Standards-Version: 3.9.8 (no change).
       new  2134172   Added a debian/gbp.conf.
       new  bc9d915   Added "Team upload" in changelog.

The 14 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 +
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  12 +-
 debian/control                                     |   2 +-
 debian/gbp.conf                                    |   4 +
 ...nnecessary-dependency-on-dj_database_url.patch} |   4 +-
 ...s-that-use-REUSE_DB-as-they-are-currentl.patch} |   6 +-
 debian/patches/django17.patch                      |  32 --
 debian/patches/runtests.patch                      |  30 +-
 debian/patches/series                              |   5 +-
 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/runtests.py                                |   2 -
 testapp/settings.py                                |   4 -
 testapp/south_migrations/0001_initial.py           |  54 ---
 testapp/south_migrations/__init__.py               |   1 -
 tox.ini                                            |  42 ---
 32 files changed, 590 insertions(+), 549 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 create mode 100644 PKG-INFO
 create mode 100644 debian/gbp.conf
 rename debian/patches/{0003-Remove-unnecessary-dependency-on-dj_database_url.patch => 0002-Remove-unnecessary-dependency-on-dj_database_url.patch} (92%)
 rename debian/patches/{0004-Disable-tests-that-use-REUSE_DB-as-they-are-currentl.patch => 0003-Disable-tests-that-use-REUSE_DB-as-they-are-currentl.patch} (88%)
 delete mode 100644 debian/patches/django17.patch
 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