[Python-modules-commits] [sorl-thumbnail] branch upstream updated (7c02943 -> 42b8189)

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Jan 6 21:05:28 UTC 2016


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

debacle pushed a change to branch upstream
in repository sorl-thumbnail.

      from  7c02943   Imported Upstream version 12.2
       new  42b8189   Import sorl-thumbnail_12.3.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:
 .gitignore                                         |   5 +
 .travis.yml                                        | 136 ++--
 AUTHORS                                            |   5 +-
 README.rst                                         |  36 +-
 docs/management.rst                                |   6 +-
 docs/reference/settings.rst                        |   2 +-
 docs/template.rst                                  |   2 +-
 setup.py                                           |   8 +-
 sorl/__init__.py                                   |   6 +-
 sorl/thumbnail/base.py                             |   3 +-
 sorl/thumbnail/compat.py                           |  65 +-
 sorl/thumbnail/engines/base.py                     |  26 +-
 sorl/thumbnail/engines/convert_engine.py           |   9 +-
 sorl/thumbnail/engines/pil_engine.py               |   9 +-
 sorl/thumbnail/engines/wand_engine.py              |  10 +-
 sorl/thumbnail/fields.py                           |   2 +-
 sorl/thumbnail/helpers.py                          |   7 +-
 sorl/thumbnail/images.py                           |  12 +-
 sorl/thumbnail/kvstores/base.py                    |   8 +-
 sorl/thumbnail/kvstores/cached_db_kvstore.py       |  11 +-
 sorl/thumbnail/kvstores/dbm_kvstore.py             |   2 +
 sorl/thumbnail/management/commands/thumbnail.py    |   6 +-
 sorl/thumbnail/migrations/0001_initial.py          |  20 +
 sorl/thumbnail/{engines => migrations}/__init__.py |   0
 sorl/thumbnail/templatetags/thumbnail.py           |   2 +-
 tests/runalltests.sh                               |   6 -
 tests/runtests.py                                  |  74 --
 tests/settings/default.py                          |  24 +-
 tests/thumbnail_tests/compat.py                    |   9 +
 .../test_alternative_resolutions.py                |  58 ++
 tests/thumbnail_tests/test_backends.py             | 141 ++++
 tests/thumbnail_tests/test_commands.py             |  68 ++
 tests/thumbnail_tests/test_engines.py              | 363 +++++++++
 tests/thumbnail_tests/test_filters.py              |  48 ++
 tests/thumbnail_tests/test_kvstore.py              |  23 +
 tests/thumbnail_tests/test_parsers.py              |  36 +
 tests/thumbnail_tests/test_storage.py              |  52 ++
 tests/thumbnail_tests/test_templatetags.py         | 146 ++++
 tests/thumbnail_tests/tests.py                     | 892 ---------------------
 tests/thumbnail_tests/urls.py                      |   2 +-
 tests/thumbnail_tests/utils.py                     |  95 ++-
 tox.ini                                            | 389 +--------
 42 files changed, 1341 insertions(+), 1483 deletions(-)
 create mode 100644 sorl/thumbnail/migrations/0001_initial.py
 copy sorl/thumbnail/{engines => migrations}/__init__.py (100%)
 delete mode 100755 tests/runalltests.sh
 delete mode 100755 tests/runtests.py
 create mode 100644 tests/thumbnail_tests/test_alternative_resolutions.py
 create mode 100644 tests/thumbnail_tests/test_backends.py
 create mode 100644 tests/thumbnail_tests/test_commands.py
 create mode 100644 tests/thumbnail_tests/test_engines.py
 create mode 100644 tests/thumbnail_tests/test_filters.py
 create mode 100644 tests/thumbnail_tests/test_kvstore.py
 create mode 100644 tests/thumbnail_tests/test_parsers.py
 create mode 100644 tests/thumbnail_tests/test_storage.py
 create mode 100644 tests/thumbnail_tests/test_templatetags.py
 delete mode 100644 tests/thumbnail_tests/tests.py

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



More information about the Python-modules-commits mailing list