[Python-modules-commits] [django-pipeline] branch upstream updated (a6e05d2 -> 327791f)

Brian May bam at moszumanska.debian.org
Sun Jul 2 10:33:43 UTC 2017


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

bam pushed a change to branch upstream
in repository django-pipeline.

      from  a6e05d2   Import django-pipeline_1.6.8.orig.tar.gz
      adds  327791f   New upstream version 1.6.13

No new revisions were added by this update.

Summary of changes:
 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(-)
 create mode 100644 CONTRIBUTING.rst
 create mode 100644 django_pipeline.egg-info/requires.txt
 create mode 100644 pipeline/forms.py
 delete mode 100644 tests/package.json
 delete mode 100755 tests/scripts/npm_install.py
 create mode 100644 tests/tests/test_forms.py

-- 
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