[Python-modules-commits] [sorl-thumbnail] branch master updated (343dcac -> 2cb3047)
Wolfgang Borgert
debacle at moszumanska.debian.org
Wed Jan 6 21:05:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a change to branch master
in repository sorl-thumbnail.
from 343dcac Update Vcs fields for git migration
new a3ad73c record new upstream branch created by importing sorl-thumbnail_12.3.orig.tar.gz
new 42b8189 Import sorl-thumbnail_12.3.orig.tar.gz
new 084d80a Split orientation test into pixel and EXIF comparison.
new fe095e4 Disable HTTP requests during build
new 9aa9972 isome engines do not preserve ICC profile on crop
new e3edb97 merge patched into master
new cb0aedc Split orientation test into pixel and EXIF comparison.
new 5ec2035 Disable HTTP requests during build
new 8b292bb isome engines do not preserve ICC profile on crop
new e0d51e3 skip incompatible test for Django 1.8/1.9
new 0c5988d merge patched into master
new 2368f51 update debian/rules to use pytest module
new 1035806 add myself to Uploaders
new 2a2096d update changelog
new 2301172 skip incompatible test for Django 1.8/1.9
new c1f0e43 merge patched into master
new 2cb3047 prepare 12.3-1
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:
.gitignore | 5 +
.travis.yml | 136 +--
AUTHORS | 5 +-
README.rst | 36 +-
debian/.git-dpm | 14 +-
debian/changelog | 8 +
debian/control | 2 +-
...skip-incompatible-test-for-Django-1.8-1.9.patch | 46 +
debian/patches/disable_http_tests.patch | 29 +-
debian/patches/fix_sphinx_warnings.patch | 41 -
debian/patches/icc_profile.patch | 16 +-
debian/patches/orientation.patch | 45 +-
debian/patches/series | 2 +-
debian/rules | 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 | 14 +-
.../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 | 369 ++++++++
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 | 183 ++++
tests/thumbnail_tests/tests.py | 931 ---------------------
tests/thumbnail_tests/urls.py | 2 +-
tests/thumbnail_tests/utils.py | 95 ++-
tox.ini | 389 +--------
51 files changed, 1503 insertions(+), 1611 deletions(-)
create mode 100644 debian/patches/0004-skip-incompatible-test-for-Django-1.8-1.9.patch
delete mode 100644 debian/patches/fix_sphinx_warnings.patch
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