[Python-modules-commits] [django-webpack-loader] branch upstream updated (46f0cd0 -> c0f7804)

Michael Fladischer fladi at moszumanska.debian.org
Sun Feb 21 11:31:31 UTC 2016


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

fladi pushed a change to branch upstream
in repository django-webpack-loader.

      from  46f0cd0   importing django-webpack-loader_0.2.4.orig.tar.gz
       new  c0f7804   Import django-webpack-loader_0.3.0.orig.tar.gz

The 1 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:
 PKG-INFO                                           | 340 +++++++++++++++++++-
 README.md                                          | 332 +++++++++++++++++++
 django_webpack_loader.egg-info/PKG-INFO            | 352 +++++++++++++++++++++
 django_webpack_loader.egg-info/SOURCES.txt         |  20 ++
 .../dependency_links.txt                           |   1 +
 django_webpack_loader.egg-info/top_level.txt       |   3 +
 setup.cfg                                          |   6 +
 setup.py                                           |  26 +-
 webpack_loader/__init__.py                         |   3 +
 webpack_loader/apps.py                             |   3 +-
 webpack_loader/config.py                           |  32 ++
 webpack_loader/exceptions.py                       |   9 +
 webpack_loader/loader.py                           |  79 +++++
 webpack_loader/templatetags/webpack_loader.py      |  21 +-
 webpack_loader/utils.py                            |  94 +-----
 15 files changed, 1216 insertions(+), 105 deletions(-)
 create mode 100644 README.md
 create mode 100644 django_webpack_loader.egg-info/PKG-INFO
 create mode 100644 django_webpack_loader.egg-info/SOURCES.txt
 create mode 100644 django_webpack_loader.egg-info/dependency_links.txt
 create mode 100644 django_webpack_loader.egg-info/top_level.txt
 create mode 100644 webpack_loader/config.py
 create mode 100644 webpack_loader/exceptions.py
 create mode 100644 webpack_loader/loader.py

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



More information about the Python-modules-commits mailing list