[Python-modules-commits] [django-assets] branch master updated (d9b366f -> 37718c3)

Michael Fladischer fladi at moszumanska.debian.org
Mon Aug 29 10:19:34 UTC 2016


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

fladi pushed a change to branch master
in repository django-assets.

      from  d9b366f   Fixed VCS URL (https)
       new  b227bb4   record new upstream branch created by importing django-assets_0.12.orig.tar.gz
       new  7720f11   Import django-assets_0.12.orig.tar.gz
       new  1f548e8   loosen up dependency on webassets
       new  e922575   use local objects.inv where possible
       new  d09f44d   merge patched into master
       new  fabb725   change version to 0.12-1 [ Ondřej Nový ] [ Michael Fladischer ] New upstream release. change urgency to low
       new  806907f   Refresh patches.
       new  2977df5   record new upstream branch created by importing django-assets_0.12.orig.tar.gz
       new  60ed4cc   Import django-assets_0.12.orig.tar.gz
       new  d44bd2a   loosen up dependency on webassets
       new  e2a0303   use local objects.inv where possible
       new  11f04dc   merge patched into master
       new  6e8ea1a   Clean files in django_assets.egg-info/ to allow two builds in a row.
       new  b6248fa   Bump Standards-Version to 3.9.8.
       new  65f5852   Use https:// for copyright-format 1.0 URL.
       new  ee19b1c   Use python3-sphinx to build documentation.
       new  37718c3   change target to unstable

The 17 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:
 .travis.yml                                 |  29 +++++---
 CHANGES                                     |   5 ++
 README.rst                                  |   2 +-
 debian/.git-dpm                             |  14 ++--
 debian/changelog                            |  13 +++-
 debian/clean                                |   8 ++
 debian/control                              |   8 +-
 debian/copyright                            |   2 +-
 debian/patches/01-webassets_version.patch   |   8 +-
 debian/patches/02-intersphinx.patch         |   2 +-
 django_assets/__init__.py                   |   4 +-
 django_assets/env.py                        | 102 +++++--------------------
 django_assets/finders.py                    |   7 +-
 django_assets/loaders.py                    |  38 +++++-----
 django_assets/management/commands/assets.py |  85 +++------------------
 django_assets/manifest.py                   |   2 -
 django_assets/pytest_plugin.py              |   1 -
 setup.py                                    |  13 +++-
 tests/__init__.py                           |   7 +-
 tests/helpers.py                            |  46 ------------
 tests/test_django.py                        |  80 +++++++++-----------
 tox.ini                                     | 111 +++-------------------------
 22 files changed, 169 insertions(+), 418 deletions(-)
 create mode 100644 debian/clean
 delete mode 100644 tests/helpers.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-assets.git



More information about the Python-modules-commits mailing list