[Python-modules-commits] [celery-haystack] branch upstream updated (4cc4716 -> 8a058bc)
Michael Fladischer
fladi at moszumanska.debian.org
Sat Jan 2 13:02:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a change to branch upstream
in repository celery-haystack.
from 4cc4716 Imported Upstream version 0.9
adds 8a058bc Import celery-haystack_0.10.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
.gitignore | 11 --
.travis.yml | 48 ------
PKG-INFO | 117 +++++++++++++
README.rst | 50 +-----
celery_haystack.egg-info/PKG-INFO | 117 +++++++++++++
celery_haystack.egg-info/SOURCES.txt | 25 +++
celery_haystack.egg-info/dependency_links.txt | 1 +
celery_haystack.egg-info/not-zip-safe | 1 +
celery_haystack.egg-info/requires.txt | 1 +
celery_haystack.egg-info/top_level.txt | 1 +
celery_haystack/__init__.py | 2 +-
celery_haystack/conf.py | 4 +-
celery_haystack/indexes.py | 50 +-----
celery_haystack/tasks.py | 34 +---
celery_haystack/test_settings.py | 23 +--
celery_haystack/tests/search_indexes.py | 14 +-
celery_haystack/tests/tests.py | 4 +-
celery_haystack/utils.py | 30 +++-
docs/Makefile | 130 ---------------
docs/changelog.rst | 167 -------------------
docs/conf.py | 228 --------------------------
docs/index.rst | 8 -
docs/make.bat | 170 -------------------
requirements/v1.txt | 7 -
requirements/v2.txt | 7 -
setup.cfg | 58 ++++---
26 files changed, 344 insertions(+), 964 deletions(-)
delete mode 100644 .gitignore
delete mode 100644 .travis.yml
create mode 100644 PKG-INFO
create mode 100644 celery_haystack.egg-info/PKG-INFO
create mode 100644 celery_haystack.egg-info/SOURCES.txt
create mode 100644 celery_haystack.egg-info/dependency_links.txt
create mode 100644 celery_haystack.egg-info/not-zip-safe
create mode 100644 celery_haystack.egg-info/requires.txt
create mode 100644 celery_haystack.egg-info/top_level.txt
delete mode 100644 docs/Makefile
delete mode 100644 docs/changelog.rst
delete mode 100644 docs/conf.py
delete mode 100644 docs/index.rst
delete mode 100644 docs/make.bat
delete mode 100644 requirements/v1.txt
delete mode 100644 requirements/v2.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/celery-haystack.git
More information about the Python-modules-commits
mailing list