[Python-modules-commits] [django-sitetree] branch master updated (0ee8b01 -> 3fbe6b2)

Michael Fladischer fladi at moszumanska.debian.org
Mon Aug 29 20:52:36 UTC 2016


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

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

      from  0ee8b01   Fixed VCS URL (https)
       new  cd86030   Import django-sitetree_1.6.0.orig.tar.gz
       new  3b2111f   record new upstream branch created by importing django-sitetree_1.6.0.orig.tar.gz and merge it
       new  fa4e61e   change version to 1.6.0-1 [ Ondřej Nový ] [ Michael Fladischer ] New upstream release. change urgency to low
       new  09bd40d   Bump Standards-Version to 3.9.8.
       new  9535b18   Use https:// for copyright-format 1.0 URL.
       new  f76e74c   Use python3-sphinx to build documentation.
       new  3fbe6b2   change target to unstable New upstream release (Closes: #828657).

The 7 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:
 .travis.yml                                        |  18 ++--
 AUTHORS                                            |   2 +
 CHANGELOG                                          |  11 +++
 LICENSE                                            |   4 +-
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |  11 ++-
 debian/control                                     |   6 +-
 debian/copyright                                   |   2 +-
 docs/source/conf.py                                |   2 +-
 setup.cfg                                          |   5 ++
 sitetree/__init__.py                               |   2 +-
 sitetree/admin.py                                  |  12 +--
 sitetree/compat.py                                 |  37 ++++++++
 sitetree/exceptions.py                             |   4 +
 sitetree/fields.py                                 |  16 +++-
 .../management/commands/sitetree_resync_apps.py    |  22 +++--
 sitetree/management/commands/sitetreedump.py       |  31 ++++---
 sitetree/management/commands/sitetreeload.py       |  52 ++++++-----
 sitetree/models.py                                 |  15 +++-
 sitetree/runtests.py                               |  23 ++++-
 sitetree/sitetreeapp.py                            |  41 ++++++---
 sitetree/tests.py                                  |  68 +++++++++-----
 sitetree/toolbox.py                                |   7 ++
 tox.ini                                            | 100 ++++-----------------
 24 files changed, 307 insertions(+), 198 deletions(-)
 create mode 100644 setup.cfg
 create mode 100644 sitetree/compat.py
 create mode 100644 sitetree/exceptions.py
 create mode 100644 sitetree/toolbox.py

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



More information about the Python-modules-commits mailing list