[Python-modules-commits] [python-django-treebeard] branch master updated (6208d90 -> 836ac48)

Michael Fladischer fladi at moszumanska.debian.org
Tue Nov 29 09:31:37 UTC 2016


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

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

      from  6208d90   change target to unstable
       new  2bd15ce   record new upstream branch created by importing python-django-treebeard_4.1.0+dfsg.orig.tar.gz
       new  bfd674a   Import python-django-treebeard_4.1.0+dfsg.orig.tar.gz
       new  e87c351   Remove version infromation from jquery-ui filename
       new  d06055e   Make intersphinx use local copies of objects.inv files.
       new  8fed25a   Remove djangodocs extension from sphinx configuration.
       new  c3821cd   merge patched into master
       new  d5dd1f0   change version to 4.1.0+dfsg-1 (UNRELEASED) New upstream release. change urgency to low
       new  2309b54   Use python3-sphinx to build documentation.
       new  040de20   Rebuild all django.mo and djangojs.mo files from source using python3-babel.
       new  f2eee1d   Drop Django 1.10 compatibility patches since they have been merged upstream.
       new  836ac48   change target to unstable

The 11 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:
 CHANGES                                            |  10 +
 MANIFEST.in                                        |   6 +-
 PKG-INFO                                           |  31 +-
 README.rst                                         |  25 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  11 +
 debian/clean                                       |   2 +
 debian/control                                     |   5 +-
 ...rsion-infromation-from-jquery-ui-filename.patch |   2 +-
 ...django-in-sphinx-configuration-to-prevent.patch |  24 --
 ...hinx-use-local-copies-of-objects.inv-fil.patch} |  34 +--
 ...godocs-extension-from-sphinx-configuratio.patch |  21 ++
 ...godocs-extension-from-sphinx-configuratio.patch |  21 --
 ...05-Add-basic-settings.TEMPLATES-for-tests.patch |  41 ---
 ...est-context-processor-in-settings.TEMPLAT.patch |  56 ----
 ...Do-not-load-templatetag-cycle-from-future.patch |  21 --
 ...-compat.-Error-on-MoveNodeForm-render.-Pa.patch |  32 ---
 ...lace-django.conf.urls.patterns-with-lists.patch |  64 -----
 debian/patches/series                              |  10 +-
 debian/rules                                       |  10 +-
 django_treebeard.egg-info/PKG-INFO                 |  31 +-
 django_treebeard.egg-info/SOURCES.txt              |  43 ++-
 docs/Makefile                                      | 136 +++++++--
 docs/changes.rst                                   |   4 -
 docs/conf.py                                       |  76 -----
 docs/{ => source}/admin.rst                        |   0
 docs/{ => source}/al_tree.rst                      |   0
 docs/{ => source}/api.rst                          |   0
 docs/{ => source}/caveats.rst                      |   0
 docs/source/changes.rst                            |   4 +
 docs/source/conf.py                                | 319 +++++++++++++++++++++
 docs/{ => source}/exceptions.rst                   |   0
 docs/{ => source}/forms.rst                        |   0
 docs/{ => source}/index.rst                        |   0
 docs/{ => source}/install.rst                      |   0
 docs/{ => source}/mp_tree.rst                      |   0
 docs/{ => source}/ns_tree.rst                      |   0
 docs/{ => source}/tests.rst                        |   9 +-
 docs/{ => source}/tutorial.rst                     |   0
 setup.py                                           |  40 +--
 treebeard/__init__.py                              |  21 +-
 treebeard/admin.py                                 |   6 +-
 treebeard/locale/es/LC_MESSAGES/django.mo          | Bin 0 -> 732 bytes
 treebeard/locale/es/LC_MESSAGES/django.po          |  78 +++++
 treebeard/locale/es/LC_MESSAGES/djangojs.mo        | Bin 0 -> 374 bytes
 treebeard/locale/es/LC_MESSAGES/djangojs.po        |  24 ++
 treebeard/locale/nl/LC_MESSAGES/django.mo          | Bin 0 -> 1512 bytes
 treebeard/locale/nl/LC_MESSAGES/django.po          |  80 ++++++
 treebeard/locale/nl/LC_MESSAGES/djangojs.mo        | Bin 0 -> 532 bytes
 treebeard/locale/nl/LC_MESSAGES/djangojs.po        |  24 ++
 treebeard/locale/pl/LC_MESSAGES/django.mo          | Bin 0 -> 783 bytes
 treebeard/locale/pl/LC_MESSAGES/django.po          |  44 +++
 treebeard/locale/ru/LC_MESSAGES/django.mo          | Bin 0 -> 874 bytes
 treebeard/locale/ru/LC_MESSAGES/django.po          |  79 +++++
 treebeard/locale/ru/LC_MESSAGES/djangojs.mo        | Bin 0 -> 445 bytes
 treebeard/locale/ru/LC_MESSAGES/djangojs.po        |  25 ++
 treebeard/mp_tree.py                               |  15 +-
 treebeard/tests/conftest.py                        |  60 +---
 treebeard/tests/settings.py                        |  92 +++---
 59 files changed, 1070 insertions(+), 580 deletions(-)
 delete mode 100644 debian/patches/0002-Initialize-django-in-sphinx-configuration-to-prevent.patch
 rename debian/patches/{0003-Make-intersphinx-use-local-copies-of-objects.inv-fil.patch => 0002-Make-intersphinx-use-local-copies-of-objects.inv-fil.patch} (53%)
 create mode 100644 debian/patches/0003-Remove-djangodocs-extension-from-sphinx-configuratio.patch
 delete mode 100644 debian/patches/0004-Remove-djangodocs-extension-from-sphinx-configuratio.patch
 delete mode 100644 debian/patches/0005-Add-basic-settings.TEMPLATES-for-tests.patch
 delete mode 100644 debian/patches/0006-Search-request-context-processor-in-settings.TEMPLAT.patch
 delete mode 100644 debian/patches/0007-Do-not-load-templatetag-cycle-from-future.patch
 delete mode 100644 debian/patches/0008-Django-1.10-compat.-Error-on-MoveNodeForm-render.-Pa.patch
 delete mode 100644 debian/patches/0009-Replace-django.conf.urls.patterns-with-lists.patch
 delete mode 100644 docs/changes.rst
 delete mode 100644 docs/conf.py
 rename docs/{ => source}/admin.rst (100%)
 rename docs/{ => source}/al_tree.rst (100%)
 rename docs/{ => source}/api.rst (100%)
 rename docs/{ => source}/caveats.rst (100%)
 create mode 100644 docs/source/changes.rst
 create mode 100644 docs/source/conf.py
 rename docs/{ => source}/exceptions.rst (100%)
 rename docs/{ => source}/forms.rst (100%)
 rename docs/{ => source}/index.rst (100%)
 rename docs/{ => source}/install.rst (100%)
 rename docs/{ => source}/mp_tree.rst (100%)
 rename docs/{ => source}/ns_tree.rst (100%)
 rename docs/{ => source}/tests.rst (88%)
 rename docs/{ => source}/tutorial.rst (100%)
 create mode 100644 treebeard/locale/es/LC_MESSAGES/django.mo
 create mode 100644 treebeard/locale/es/LC_MESSAGES/django.po
 create mode 100644 treebeard/locale/es/LC_MESSAGES/djangojs.mo
 create mode 100644 treebeard/locale/es/LC_MESSAGES/djangojs.po
 create mode 100644 treebeard/locale/nl/LC_MESSAGES/django.mo
 create mode 100644 treebeard/locale/nl/LC_MESSAGES/django.po
 create mode 100644 treebeard/locale/nl/LC_MESSAGES/djangojs.mo
 create mode 100644 treebeard/locale/nl/LC_MESSAGES/djangojs.po
 create mode 100644 treebeard/locale/pl/LC_MESSAGES/django.mo
 create mode 100644 treebeard/locale/pl/LC_MESSAGES/django.po
 create mode 100644 treebeard/locale/ru/LC_MESSAGES/django.mo
 create mode 100644 treebeard/locale/ru/LC_MESSAGES/django.po
 create mode 100644 treebeard/locale/ru/LC_MESSAGES/djangojs.mo
 create mode 100644 treebeard/locale/ru/LC_MESSAGES/djangojs.po

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



More information about the Python-modules-commits mailing list