[Python-modules-commits] [sorl-thumbnail] branch master updated (67e2997 -> e3039c9)

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Aug 5 00:13:21 UTC 2017


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

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

      from  67e2997   12.3+git20160928-2
       new  b09e34e   Import sorl-thumbnail_12.3+git20170708.orig.tar.gz
       new  f93218a   Merge tag 'upstream/12.3+git20170708'
       new  e3039c9   prepare 12.3+git20170708-1

The 3 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 ++++++---
 debian/.git-dpm                              | 11 ----
 debian/changelog                             |  8 +++
 debian/compat                                |  2 +-
 debian/control                               |  4 +-
 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 --------------
 27 files changed, 295 insertions(+), 155 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 debian/.git-dpm
 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