[Python-modules-commits] [sorl-thumbnail] branch upstream updated (3ffdcfe -> b09e34e)
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Aug 5 00:13:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
debacle pushed a change to branch upstream
in repository sorl-thumbnail.
from 3ffdcfe Import sorl-thumbnail_12.3+git20160928.orig.tar.gz
new b09e34e Import sorl-thumbnail_12.3+git20170708.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:
.editorconfig | 25 +++++++++
.gitignore | 12 ++--
.travis.yml | 84 ++++++++++++++--------------
CONTRIBUTING.md | 5 ++
README.rst | 26 ++++++---
docs/contributing.rst | 4 +-
docs/news.rst | 17 ++++--
setup.cfg | 81 +++++++++++++++++++++++++++
setup.py | 6 +-
sorl/__init__.py | 1 +
sorl/thumbnail/admin/current.py | 2 +-
sorl/thumbnail/base.py | 8 ++-
sorl/thumbnail/engines/base.py | 8 +++
sorl/thumbnail/engines/convert_engine.py | 28 +++++++++-
sorl/thumbnail/engines/pgmagick_engine.py | 8 +++
sorl/thumbnail/engines/pil_engine.py | 16 +++++-
sorl/thumbnail/engines/wand_engine.py | 3 +
sorl/thumbnail/images.py | 18 +++++-
sorl/thumbnail/kvstores/cached_db_kvstore.py | 5 +-
tests/.coveragerc | 16 ------
tests/thumbnail_tests/test_engines.py | 5 +-
tests/thumbnail_tests/views.py | 5 +-
tox.ini | 42 --------------
23 files changed, 284 insertions(+), 141 deletions(-)
create mode 100644 .editorconfig
create mode 100644 CONTRIBUTING.md
delete mode 100644 tests/.coveragerc
delete mode 100644 tox.ini
--
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