[Python-modules-commits] [python-django-treebeard] branch master updated (8d240a2 -> 8cd6da5)
Michael Fladischer
fladi at moszumanska.debian.org
Sat Jan 2 18:39:22 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 8d240a2 Update changelog.
new 191fc59 Remove unneeded pytest idmaker hack. Using a supportd ids=arg instead.
new f18987f Remove version infromation from jquery-ui filename
new 380c7cb Initialize git-dpm
new 62e575f Exclude djangodocs sphinx extension with unknown license.
new 0089680 record new upstream branch created by importing python-django-treebeard_4.0+dfsg.orig.tar.gz
new 02d1914 Import python-django-treebeard_4.0+dfsg.orig.tar.gz
new 802b81a Remove version infromation from jquery-ui filename
new d6a0dc3 merge patched into master
new d955fcf Initialize django in sphinx configuration to prevent AppRegistryNotReady exception.
new 25be557 Make intersphinx use local copies of objects.inv files.
new e758081 merge patched into master
new ac598b9 Remove djangodocs extension from sphinx configuration.
new 544b331 merge patched into master
new 12b4958 Add lintian overrides for false positives on non-minified javascript file.
new 549c127 Call sphinx-build directly to build documentation.
new 7563076 Clean .cache/v/cache/lastfailed to allow two builds in a row.
new 8cd6da5 New upstream release.
The 17 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 ++
PKG-INFO | 5 +-
debian/.git-dpm | 8 ++
debian/changelog | 21 ++++
debian/clean | 1 +
debian/copyright | 1 +
...rsion-infromation-from-jquery-ui-filename.patch | 43 +++++++++
...django-in-sphinx-configuration-to-prevent.patch | 24 +++++
...phinx-use-local-copies-of-objects.inv-fil.patch | 46 +++++++++
...godocs-extension-from-sphinx-configuratio.patch | 21 ++++
debian/patches/pytest_idmaker.patch | 106 ---------------------
debian/patches/series | 6 +-
debian/patches/unversion_jquery-ui.patch | 36 -------
debian/python-django-treebeard-doc.docs | 2 +-
debian/rules | 4 +-
debian/source/lintian-overrides | 3 +
django_treebeard.egg-info/PKG-INFO | 5 +-
django_treebeard.egg-info/requires.txt | 2 +-
docs/_ext/djangodocs.py | 10 --
docs/conf.py | 37 +++++--
docs/index.rst | 2 +-
docs/install.rst | 2 +-
docs/mp_tree.rst | 2 +-
setup.py | 7 +-
treebeard/mp_tree.py | 4 +-
treebeard/ns_tree.py | 7 +-
treebeard/templatetags/__init__.py | 41 +-------
treebeard/templatetags/admin_tree.py | 80 ++++++++++------
treebeard/templatetags/admin_tree_list.py | 28 +++---
treebeard/tests/conftest.py | 19 ----
treebeard/tests/jenkins/rm_workspace_coverage.py | 5 +-
treebeard/tests/jenkins/toxhelper.py | 4 +
treebeard/tests/settings.py | 15 ++-
treebeard/tests/test_treebeard.py | 39 +++++---
34 files changed, 347 insertions(+), 299 deletions(-)
create mode 100644 debian/.git-dpm
create mode 100644 debian/patches/0001-Remove-version-infromation-from-jquery-ui-filename.patch
create mode 100644 debian/patches/0002-Initialize-django-in-sphinx-configuration-to-prevent.patch
create mode 100644 debian/patches/0003-Make-intersphinx-use-local-copies-of-objects.inv-fil.patch
create mode 100644 debian/patches/0004-Remove-djangodocs-extension-from-sphinx-configuratio.patch
delete mode 100644 debian/patches/pytest_idmaker.patch
delete mode 100644 debian/patches/unversion_jquery-ui.patch
create mode 100644 debian/source/lintian-overrides
delete mode 100644 docs/_ext/djangodocs.py
--
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