[Python-modules-commits] [django-celery] branch master updated (32ab362 -> b9ef293)
Michael Fladischer
fladi at moszumanska.debian.org
Mon Oct 19 07:17:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch master
in repository django-celery.
from 32ab362 Update Vcs fields for git migration
adds 0e17863 record new upstream branch created by importing django-celery_3.1.17.orig.tar.gz
adds 58751dd Import django-celery_3.1.17.orig.tar.gz
adds 8623ba1 Remove pretty-printing nose-cover3 from build.
adds a7d0ce1 Do not build issues if DEB_BUILD_ISSUES=disabled
adds f0efa96 Fix_autodiscover for Django 1.7
adds 7f2c5bf Remove remote hosted logo image from documentation
adds 1e5b78a merge patched into master
adds 4f7b4e2 Bump debhelper compatibility and version to 9.
adds ce36e9c Add missing X-Python3-Version field.
adds b9ef293 Update changelog.
No new revisions were added by this update.
Summary of changes:
AUTHORS | 1 +
Changelog | 31 ++
LICENSE | 4 +-
PKG-INFO | 4 +-
README | 2 +-
README.rst | 2 +-
debian/.git-dpm | 14 +-
debian/changelog | 14 +
debian/compat | 2 +-
debian/control | 3 +-
debian/patches/fix_autodiscover.patch | 2 +-
debian/patches/fix_dependencies.patch | 8 +-
debian/patches/no-issues.patch | 6 +-
debian/patches/privacy.patch | 4 +-
django_celery.egg-info/PKG-INFO | 4 +-
django_celery.egg-info/SOURCES.txt | 8 +-
djcelery/__init__.py | 20 +-
djcelery/backends/cache.py | 2 +-
djcelery/compat.py | 17 +-
djcelery/management/base.py | 14 +-
djcelery/management/commands/celery.py | 6 +-
djcelery/management/commands/celerybeat.py | 6 +-
djcelery/management/commands/celerycam.py | 6 +-
djcelery/management/commands/celeryd.py | 6 +-
djcelery/management/commands/celerymon.py | 4 +-
djcelery/management/commands/djcelerymon.py | 6 +-
djcelery/migrations/0001_initial.py | 459 ++++++++++++---------
djcelery/migrations/__init__.py | 16 +
djcelery/models.py | 22 +-
djcelery/mon.py | 4 +-
djcelery/picklefield.py | 20 +-
djcelery/snapshot.py | 4 +-
.../0001_initial.py | 2 +-
.../0002_v25_changes.py | 0
.../0003_v26_changes.py | 0
.../0004_v30_changes.py | 0
.../{backends => south_migrations}/__init__.py | 0
djcelery/tests/test_schedulers.py | 21 +-
djcelery/tests/test_snapshot.py | 11 +-
djcelery/utils.py | 16 +-
docs/_ext/applyxrefs.py | 2 -
docs/changelog.rst | 31 ++
docs/conf.py | 6 +-
docs/settings.py | 2 +-
extra/release/doc4allmods | 8 +-
setup.py | 11 +-
tests/settings.py | 6 +-
47 files changed, 522 insertions(+), 315 deletions(-)
copy djcelery/{migrations => south_migrations}/0001_initial.py (99%)
rename djcelery/{migrations => south_migrations}/0002_v25_changes.py (100%)
rename djcelery/{migrations => south_migrations}/0003_v26_changes.py (100%)
rename djcelery/{migrations => south_migrations}/0004_v30_changes.py (100%)
copy djcelery/{backends => south_migrations}/__init__.py (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-celery.git
More information about the Python-modules-commits
mailing list