[Python-modules-commits] [django-pipeline] 02/06: Merge tag 'upstream/1.6.13' into debian/master
Brian May
bam at moszumanska.debian.org
Sun Jul 2 10:32:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch debian/master
in repository django-pipeline.
commit e55a72105977b259b278d78119d9e3830c987f10
Merge: d0d9717 327791f
Author: Brian May <bam at debian.org>
Date: Sun Jul 2 19:44:27 2017 +1000
Merge tag 'upstream/1.6.13' into debian/master
Upstream version 1.6.13
AUTHORS | 8 +
CONTRIBUTING.rst | 19 +++
HISTORY.rst | 35 +++++
MANIFEST.in | 3 +-
PKG-INFO | 71 ++++++++-
README.rst | 16 +-
django_pipeline.egg-info/PKG-INFO | 71 ++++++++-
django_pipeline.egg-info/SOURCES.txt | 6 +-
django_pipeline.egg-info/requires.txt | 1 +
docs/compressors.rst | 2 +-
docs/conf.py | 2 +-
docs/configuration.rst | 16 +-
docs/usage.rst | 47 +++++-
pipeline/collector.py | 10 +-
pipeline/compilers/__init__.py | 11 +-
pipeline/compressors/__init__.py | 4 +-
pipeline/conf.py | 3 +-
pipeline/finders.py | 3 +-
pipeline/forms.py | 273 ++++++++++++++++++++++++++++++++++
pipeline/middleware.py | 11 +-
pipeline/packager.py | 18 ++-
pipeline/templatetags/pipeline.py | 4 +-
setup.cfg | 2 +-
setup.py | 21 ++-
tests/assets/css/urls.css | 3 +
tests/package.json | 27 ----
tests/scripts/npm_install.py | 42 ------
tests/settings.py | 17 ++-
tests/tests/test_collector.py | 23 +++
tests/tests/test_compiler.py | 27 +++-
tests/tests/test_compressor.py | 5 +-
tests/tests/test_forms.py | 200 +++++++++++++++++++++++++
tests/tests/test_storage.py | 3 +
tests/urls.py | 9 +-
tests/utils.py | 6 +
35 files changed, 890 insertions(+), 129 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-pipeline.git
More information about the Python-modules-commits
mailing list