[Python-modules-commits] [django-pipeline] branch debian/master updated (d0d9717 -> 0be40b2)

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 change to branch debian/master
in repository django-pipeline.

      from  d0d9717   Convert from git-dpm to patches unapplied format
       new  327791f   New upstream version 1.6.13
       new  e55a721   Merge tag 'upstream/1.6.13' into debian/master
       new  e8b3e9f   Update changelog for new release
       new  342278a   Update patches
       new  7af05bf   Update standards version to 4.0.0
       new  0be40b2   Prepare for release of 1.6.13-1

The 6 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:
 AUTHORS                                            |   8 +
 CONTRIBUTING.rst                                   |  19 ++
 HISTORY.rst                                        |  35 +++
 MANIFEST.in                                        |   3 +-
 PKG-INFO                                           |  71 +++++-
 README.rst                                         |  16 +-
 debian/changelog                                   |   7 +
 debian/control                                     |   2 +-
 debian/patches/0001-Remove-slimit-test.patch       |   5 +-
 .../patches/0002-Change-default-compressors.patch  |   3 +-
 ...ine-kwarg_name-in-pipeline_settings-class.patch |  19 +-
 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 +
 40 files changed, 911 insertions(+), 144 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