[qgis] branch upstream updated (0a39626 -> 35e622d)

Bas Couwenberg sebastic at debian.org
Fri Jul 29 14:56:49 UTC 2016


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

sebastic pushed a change to branch upstream
in repository qgis.

      from  0a39626   Imported Upstream version 2.16.0+dfsg
       new  35e622d   Imported Upstream version 2.16.1+dfsg

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:
 CMakeLists.txt                                     |    2 +-
 ChangeLog                                          |  365 ++
 cmake/SIPMacros.cmake                              |    4 +
 cmake/Txt2Tags.cmake                               |    2 +-
 debian/changelog                                   |   10 +-
 debian/qgis.install                                |    1 -
 debian/rules                                       |    6 +-
 doc/INSTALL.html                                   |    4 +-
 doc/news.html                                      |    4 +-
 images/images.qrc                                  |    1 +
 images/themes/default/lockedGray.svg               |  411 ++
 ms-windows/osgeo4w/package.cmd                     |    1 -
 python/PyQt/CMakeLists.txt                         |    1 +
 python/core/composer/qgscomposerlegend.sip         |   14 +
 python/core/composer/qgscomposition.sip            |    5 +
 python/core/core.sip                               |    1 +
 python/core/qgis.sip                               |    6 +-
 python/core/qgsannotation.sip                      |   64 +
 python/core/qgsapplication.sip                     |   16 +
 python/core/qgsexpressioncontext.sip               |    7 +
 python/core/qgsproject.sip                         |   12 +
 .../PKG-INFO                                       |    4 +-
 .../SOURCES.txt                                    |    3 +
 .../dependency_links.txt                           |    0
 .../installed-files.txt                            |    6 +
 .../OWSLib-0.11.2-py2.7.egg-info/requires.txt      |    4 +
 .../top_level.txt                                  |    0
 .../OWSLib-0.8.8-py2.7.egg-info/requires.txt       |    2 -
 python/ext-libs/owslib/__init__.py                 |    4 +-
 python/ext-libs/owslib/coverage/__init__.py        |    2 +
 python/ext-libs/owslib/coverage/wcs100.py          |   11 +-
 python/ext-libs/owslib/coverage/wcs110.py          |  171 +-
 python/ext-libs/owslib/coverage/wcs111.py          |   31 +
 python/ext-libs/owslib/coverage/wcsBase.py         |   31 +-
 python/ext-libs/owslib/coverage/wcsdecoder.py      |    6 +-
 python/ext-libs/owslib/crs.py                      |   23 +
 python/ext-libs/owslib/csw.py                      |  125 +-
 python/ext-libs/owslib/dif.py                      |    2 +
 python/ext-libs/owslib/etree.py                    |   24 +-
 python/ext-libs/owslib/feature/__init__.py         |   29 +-
 python/ext-libs/owslib/feature/schema.py           |  145 +
 python/ext-libs/owslib/feature/wfs100.py           |  120 +-
 python/ext-libs/owslib/feature/wfs110.py           |   69 +-
 python/ext-libs/owslib/feature/wfs200.py           |   93 +-
 python/ext-libs/owslib/fes.py                      |   32 +-
 python/ext-libs/owslib/fgdc.py                     |    2 +
 python/ext-libs/owslib/gm03.py                     | 1024 ++++
 python/ext-libs/owslib/interfaces.py               |   27 +-
 python/ext-libs/owslib/iso.py                      |  269 +-
 python/ext-libs/owslib/namespaces.py               |   13 +-
 python/ext-libs/owslib/ows.py                      |    4 +
 python/ext-libs/owslib/sos.py                      |    5 +-
 python/ext-libs/owslib/swe/__init__.py             |    2 +
 python/ext-libs/owslib/swe/common.py               |   34 +-
 python/ext-libs/owslib/swe/observation/__init__.py |    2 +
 python/ext-libs/owslib/swe/observation/sos100.py   |   64 +-
 python/ext-libs/owslib/swe/observation/sos200.py   |   64 +-
 python/ext-libs/owslib/swe/sensor/__init__.py      |    2 +
 python/ext-libs/owslib/swe/sensor/sml.py           |    4 +-
 python/ext-libs/owslib/tms.py                      |   32 +-
 python/ext-libs/owslib/util.py                     |  327 +-
 python/ext-libs/owslib/waterml/__init__.py         |    2 +
 python/ext-libs/owslib/waterml/wml.py              |    2 +
 python/ext-libs/owslib/waterml/wml10.py            |   12 +-
 python/ext-libs/owslib/waterml/wml11.py            |   10 +-
 python/ext-libs/owslib/wcs.py                      |   22 +-
 python/ext-libs/owslib/wfs.py                      |   19 +-
 python/ext-libs/owslib/wmc.py                      |    5 +-
 python/ext-libs/owslib/wms.py                      |  217 +-
 python/ext-libs/owslib/wmts.py                     |  438 +-
 python/ext-libs/owslib/wps.py                      | 1238 +++--
 .../requests-2.10.0.dist-info/DESCRIPTION.rst      | 1257 +++++
 python/ext-libs/requests-2.10.0.dist-info/METADATA | 1286 +++++
 python/ext-libs/requests-2.10.0.dist-info/RECORD   |  169 +
 python/ext-libs/requests-2.10.0.dist-info/WHEEL    |    6 +
 .../requests-2.10.0.dist-info/metadata.json        |    1 +
 .../requests-2.10.0.dist-info/top_level.txt        |    1 +
 python/ext-libs/requests/__init__.py               |   89 +
 python/ext-libs/requests/adapters.py               |  483 ++
 python/ext-libs/requests/api.py                    |  149 +
 python/ext-libs/requests/auth.py                   |  242 +
 python/ext-libs/requests/cacert.pem                | 5616 ++++++++++++++++++++
 python/ext-libs/requests/certs.py                  |   25 +
 python/ext-libs/requests/compat.py                 |   62 +
 python/ext-libs/requests/cookies.py                |  493 ++
 python/ext-libs/requests/exceptions.py             |  114 +
 python/ext-libs/requests/hooks.py                  |   34 +
 python/ext-libs/requests/models.py                 |  855 +++
 python/ext-libs/requests/packages/__init__.py      |   36 +
 .../ext-libs/requests/packages/chardet/__init__.py |   32 +
 .../ext-libs/requests/packages/chardet/big5freq.py |  925 ++++
 .../requests/packages/chardet/big5prober.py        |   42 +
 .../requests/packages/chardet/chardetect.py        |   80 +
 .../requests/packages/chardet/chardistribution.py  |  231 +
 .../packages/chardet/charsetgroupprober.py         |  106 +
 .../requests/packages/chardet/charsetprober.py     |   62 +
 .../packages/chardet/codingstatemachine.py         |   61 +
 .../ext-libs/requests/packages/chardet/compat.py   |   34 +
 .../requests/packages/chardet/constants.py         |   39 +
 .../requests/packages/chardet/cp949prober.py       |   44 +
 .../requests/packages/chardet/escprober.py         |   86 +
 python/ext-libs/requests/packages/chardet/escsm.py |  242 +
 .../requests/packages/chardet/eucjpprober.py       |   90 +
 .../requests/packages/chardet/euckrfreq.py         |  596 +++
 .../requests/packages/chardet/euckrprober.py       |   42 +
 .../requests/packages/chardet/euctwfreq.py         |  428 ++
 .../requests/packages/chardet/euctwprober.py       |   41 +
 .../requests/packages/chardet/gb2312freq.py        |  472 ++
 .../requests/packages/chardet/gb2312prober.py      |   41 +
 .../requests/packages/chardet/hebrewprober.py      |  283 +
 .../ext-libs/requests/packages/chardet/jisfreq.py  |  569 ++
 .../ext-libs/requests/packages/chardet/jpcntx.py   |  227 +
 .../packages/chardet/langbulgarianmodel.py         |  229 +
 .../requests/packages/chardet/langcyrillicmodel.py |  329 ++
 .../requests/packages/chardet/langgreekmodel.py    |  225 +
 .../requests/packages/chardet/langhebrewmodel.py   |  201 +
 .../packages/chardet/langhungarianmodel.py         |  225 +
 .../requests/packages/chardet/langthaimodel.py     |  200 +
 .../requests/packages/chardet/latin1prober.py      |  139 +
 .../requests/packages/chardet/mbcharsetprober.py   |   86 +
 .../requests/packages/chardet/mbcsgroupprober.py   |   54 +
 .../ext-libs/requests/packages/chardet/mbcssm.py   |  572 ++
 .../requests/packages/chardet/sbcharsetprober.py   |  120 +
 .../requests/packages/chardet/sbcsgroupprober.py   |   69 +
 .../requests/packages/chardet/sjisprober.py        |   91 +
 .../requests/packages/chardet/universaldetector.py |  170 +
 .../requests/packages/chardet/utf8prober.py        |   76 +
 .../ext-libs/requests/packages/urllib3/__init__.py |   96 +
 .../requests/packages/urllib3/_collections.py      |  324 ++
 .../requests/packages/urllib3/connection.py        |  330 ++
 .../requests/packages/urllib3/connectionpool.py    |  849 +++
 .../requests/packages/urllib3/contrib}/__init__.py |    0
 .../requests/packages/urllib3/contrib/appengine.py |  231 +
 .../requests/packages/urllib3/contrib/ntlmpool.py  |  115 +
 .../requests/packages/urllib3/contrib/pyopenssl.py |  358 ++
 .../requests/packages/urllib3/contrib/socks.py     |  172 +
 .../requests/packages/urllib3/exceptions.py        |  209 +
 .../ext-libs/requests/packages/urllib3/fields.py   |  178 +
 .../ext-libs/requests/packages/urllib3/filepost.py |   94 +
 .../requests/packages/urllib3/packages/__init__.py |    5 +
 .../packages/urllib3/packages/ordered_dict.py      |  259 +
 .../requests/packages/urllib3/packages/six.py      |  385 ++
 .../packages/ssl_match_hostname/__init__.py        |   13 +
 .../packages/ssl_match_hostname/_implementation.py |  105 +
 .../requests/packages/urllib3/poolmanager.py       |  284 +
 .../ext-libs/requests/packages/urllib3/request.py  |  151 +
 .../ext-libs/requests/packages/urllib3/response.py |  526 ++
 .../requests/packages/urllib3/util/__init__.py     |   46 +
 .../requests/packages/urllib3/util/connection.py   |  101 +
 .../requests/packages/urllib3/util/request.py      |   72 +
 .../requests/packages/urllib3/util/response.py     |   74 +
 .../requests/packages/urllib3/util/retry.py        |  294 +
 .../requests/packages/urllib3/util/ssl_.py         |  320 ++
 .../requests/packages/urllib3/util/timeout.py      |  242 +
 .../ext-libs/requests/packages/urllib3/util/url.py |  217 +
 python/ext-libs/requests/sessions.py               |  689 +++
 python/ext-libs/requests/status_codes.py           |   91 +
 python/ext-libs/requests/structures.py             |  106 +
 python/ext-libs/requests/utils.py                  |  728 +++
 python/gui/qgsannotationitem.sip                   |   26 +-
 resources/function_help/json/Aggregates            |    5 +
 resources/function_help/json/char                  |    7 +
 src/app/composer/qgsatlascompositionwidget.cpp     |    3 +-
 src/app/composer/qgscomposer.cpp                   |   74 +-
 src/app/composer/qgscomposer.h                     |    9 +-
 src/app/composer/qgscomposeritemwidget.cpp         |   26 +-
 src/app/composer/qgscomposeritemwidget.h           |    3 +-
 src/app/composer/qgscomposerlegendwidget.cpp       |   21 +
 src/app/composer/qgscomposerlegendwidget.h         |    1 +
 src/app/composer/qgscomposermanager.cpp            |   13 +-
 src/app/composer/qgscompositionwidget.cpp          |   25 +-
 src/app/composer/qgscompositionwidget.h            |    2 +
 src/app/main.cpp                                   |    2 +-
 src/app/qgisapp.cpp                                |    8 +-
 src/app/qgsannotationwidget.cpp                    |   22 +-
 src/app/qgsannotationwidget.h                      |    7 +-
 src/app/qgsformannotationdialog.cpp                |    1 -
 src/app/qgshtmlannotationdialog.cpp                |    1 -
 src/app/qgslabelinggui.cpp                         |    8 +
 src/app/qgsoptions.cpp                             |    6 +
 src/app/qgspluginregistry.cpp                      |    2 +-
 src/app/qgsprojectproperties.cpp                   |    3 +-
 src/app/qgsstatusbarcoordinateswidget.cpp          |    1 +
 src/app/qgsstatusbarscalewidget.cpp                |    3 +-
 src/app/qgssvgannotationdialog.cpp                 |    1 -
 src/app/qgstextannotationdialog.cpp                |   15 +-
 src/app/qgstextannotationdialog.h                  |    5 +
 src/core/CMakeLists.txt                            |    1 +
 src/core/composer/qgsatlascomposition.cpp          |    5 +-
 src/core/composer/qgscomposerlabel.cpp             |    2 +-
 src/core/composer/qgscomposerlegend.cpp            |   85 +-
 src/core/composer/qgscomposerlegend.h              |   23 +
 src/core/composer/qgscomposermap.cpp               |   66 +-
 src/core/composer/qgscomposermap.h                 |    5 +-
 src/core/composer/qgscomposition.cpp               |    5 +
 src/core/composer/qgscomposition.h                 |    5 +
 src/core/geometry/qgsgeometry.cpp                  |    2 +-
 src/core/pal/feature.cpp                           |   13 +-
 src/core/pal/layer.cpp                             |   29 +-
 src/core/qgis.cpp                                  |    4 +-
 src/core/qgis.h                                    |    4 +-
 src/core/qgsannotation.h                           |   90 +
 src/core/qgsapplication.cpp                        |    5 +
 src/core/qgsapplication.h                          |   16 +
 src/core/qgscoordinatereferencesystem.cpp          |   14 +-
 src/core/qgscoordinatereferencesystem_p.h          |    7 +-
 src/core/qgsexpressioncontext.cpp                  |   13 +
 src/core/qgsexpressioncontext.h                    |    7 +
 src/core/qgsmaplayer.cpp                           |    2 +-
 src/core/qgspallabeling.cpp                        |    7 +-
 src/core/qgsproject.cpp                            |    5 +
 src/core/qgsproject.h                              |   12 +
 src/gui/qgsannotationitem.cpp                      |   48 +-
 src/gui/qgsannotationitem.h                        |   36 +-
 src/gui/qgsmapcanvas.cpp                           |    3 +
 src/gui/qgsmaptooltouch.h                          |    2 +-
 src/gui/qgsvariableeditorwidget.h                  |   14 +-
 src/providers/arcgisrest/CMakeLists.txt            |    1 +
 .../oracle/ocispatial/qsql_ocispatial.cpp          |    2 +-
 src/providers/oracle/qgsoracleconn.cpp             |    4 +-
 src/providers/oracle/qgsoracleconn.h               |    8 +-
 src/providers/oracle/qgsoracleconnpool.h           |    2 +-
 src/providers/oracle/qgsoracleprovider.cpp         |   14 +-
 src/providers/oracle/qgsoracleprovider.h           |    1 -
 src/server/qgswmsprojectparser.cpp                 |    5 +
 src/ui/composer/qgscomposerlegendwidgetbase.ui     |   14 +-
 src/ui/qgsoptionsbase.ui                           |   54 +-
 src/ui/qgsprojectpropertiesbase.ui                 |  109 +-
 tests/src/core/testqgsapplication.cpp              |    1 +
 tests/src/core/testqgscomposition.cpp              |   15 +
 tests/src/core/testqgsexpressioncontext.cpp        |   16 +-
 tests/src/core/testqgsgeometry.cpp                 |   16 +
 tests/src/core/testqgsproject.cpp                  |    8 +
 tests/src/python/CMakeLists.txt                    |    1 +
 tests/src/python/test_qgscomposerlegend.py         |  203 +
 tests/src/python/test_qgspallabeling_tests.py      |   16 +
 .../expected_composer_legend_mapunits.png          |  Bin 0 -> 16960 bytes
 .../expected_composer_legend_mapunits_mask.png     |  Bin 0 -> 6230 bytes
 .../expected_composer_legend_noresize.png          |  Bin 0 -> 9350 bytes
 .../expected_composer_legend_noresize_mask.png     |  Bin 0 -> 6501 bytes
 .../expected_composer_legend_noresize_crop.png     |  Bin 0 -> 7177 bytes
 ...expected_composer_legend_noresize_crop_mask.png |  Bin 0 -> 5616 bytes
 .../expected_composer_legend_size_content.png      |  Bin 0 -> 9364 bytes
 .../expected_composer_legend_size_content_mask.png |  Bin 0 -> 6103 bytes
 .../sp_letter_spacing/sp_letter_spacing.png        |  Bin 0 -> 5217 bytes
 .../sp_letter_spacing/sp_letter_spacing_mask.png   |  Bin 0 -> 1857 bytes
 .../sp_word_spacing/sp_word_spacing.png            |  Bin 0 -> 5316 bytes
 .../sp_word_spacing/sp_word_spacing_mask.png       |  Bin 0 -> 1857 bytes
 .../sp_curved_placement_above.png                  |  Bin 13289 -> 12116 bytes
 .../sp_curved_placement_above_mask.png             |  Bin 6279 -> 3494 bytes
 .../sp_curved_placement_below.png                  |  Bin 13273 -> 12044 bytes
 .../sp_curved_placement_below_mask.png             |  Bin 6964 -> 3625 bytes
 .../sp_curved_placement_online.png                 |  Bin 12247 -> 11014 bytes
 .../sp_curved_placement_online_mask.png            |  Bin 7589 -> 10684 bytes
 .../sp_img_letter_spacing.png                      |  Bin 0 -> 5210 bytes
 .../sp_img_letter_spacing_mask.png                 |  Bin 0 -> 1868 bytes
 .../sp_img_word_spacing/sp_img_word_spacing.png    |  Bin 0 -> 5305 bytes
 .../sp_img_word_spacing_mask.png                   |  Bin 0 -> 1864 bytes
 .../sp_pdf_letter_spacing.png                      |  Bin 0 -> 5214 bytes
 .../sp_pdf_letter_spacing_mask.png                 |  Bin 0 -> 1893 bytes
 .../sp_pdf_word_spacing/sp_pdf_word_spacing.png    |  Bin 0 -> 5352 bytes
 .../sp_pdf_word_spacing_mask.png                   |  Bin 0 -> 1985 bytes
 .../sp_svg_letter_spacing.png                      |  Bin 0 -> 5205 bytes
 .../sp_svg_letter_spacing_mask.png                 |  Bin 0 -> 2657 bytes
 .../sp_svg_word_spacing/sp_svg_word_spacing.png    |  Bin 0 -> 5331 bytes
 .../sp_svg_word_spacing_mask.png                   |  Bin 0 -> 1734 bytes
 .../sp_img_curved_placement_above.png              |  Bin 13289 -> 12116 bytes
 .../sp_img_curved_placement_above_mask.png         |  Bin 9222 -> 3494 bytes
 .../sp_img_curved_placement_below.png              |  Bin 13273 -> 12044 bytes
 .../sp_img_curved_placement_below_mask.png         |  Bin 8281 -> 3625 bytes
 .../sp_img_curved_placement_online.png             |  Bin 12247 -> 11014 bytes
 .../sp_img_curved_placement_online_mask.png        |  Bin 7519 -> 3398 bytes
 .../sp_pdf_curved_placement_above.png              |  Bin 11069 -> 11536 bytes
 .../sp_pdf_curved_placement_above_mask.png         |  Bin 11946 -> 3645 bytes
 .../sp_pdf_curved_placement_below.png              |  Bin 11094 -> 11542 bytes
 .../sp_pdf_curved_placement_below_mask.png         |  Bin 12864 -> 3552 bytes
 .../sp_pdf_curved_placement_online.png             |  Bin 10389 -> 10775 bytes
 .../sp_pdf_curved_placement_online_mask.png        |  Bin 11755 -> 3416 bytes
 .../sp_svg_curved_placement_above.png              |  Bin 13283 -> 12108 bytes
 .../sp_svg_curved_placement_above_mask.png         |  Bin 3466 -> 3503 bytes
 .../sp_svg_curved_placement_below.png              |  Bin 13298 -> 12035 bytes
 .../sp_svg_curved_placement_below_mask.png         |  Bin 5783 -> 3427 bytes
 .../sp_svg_curved_placement_online.png             |  Bin 12239 -> 11028 bytes
 .../sp_svg_curved_placement_online_mask.png        |  Bin 4510 -> 3044 bytes
 .../sp_letter_spacing/sp_letter_spacing.png        |  Bin 0 -> 5214 bytes
 .../sp_letter_spacing/sp_letter_spacing_mask.png   |  Bin 0 -> 1876 bytes
 .../sp_word_spacing/sp_word_spacing.png            |  Bin 0 -> 5316 bytes
 .../sp_word_spacing/sp_word_spacing_mask.png       |  Bin 0 -> 1974 bytes
 .../sp_curved_placement_above.png                  |  Bin 13289 -> 12139 bytes
 .../sp_curved_placement_above_mask.png             |  Bin 8892 -> 2680 bytes
 .../sp_curved_placement_below.png                  |  Bin 13273 -> 12047 bytes
 .../sp_curved_placement_below_mask.png             |  Bin 9798 -> 2648 bytes
 .../sp_curved_placement_online.png                 |  Bin 12247 -> 11016 bytes
 .../sp_curved_placement_online_mask.png            |  Bin 9404 -> 2760 bytes
 294 files changed, 31577 insertions(+), 1598 deletions(-)
 create mode 100644 images/themes/default/lockedGray.svg
 create mode 100644 python/core/qgsannotation.sip
 rename python/ext-libs/{OWSLib-0.8.8-py2.7.egg-info => OWSLib-0.11.2-py2.7.egg-info}/PKG-INFO (98%)
 rename python/ext-libs/{OWSLib-0.8.8-py2.7.egg-info => OWSLib-0.11.2-py2.7.egg-info}/SOURCES.txt (92%)
 rename python/ext-libs/{OWSLib-0.8.8-py2.7.egg-info => OWSLib-0.11.2-py2.7.egg-info}/dependency_links.txt (100%)
 rename python/ext-libs/{OWSLib-0.8.8-py2.7.egg-info => OWSLib-0.11.2-py2.7.egg-info}/installed-files.txt (92%)
 create mode 100644 python/ext-libs/OWSLib-0.11.2-py2.7.egg-info/requires.txt
 rename python/ext-libs/{OWSLib-0.8.8-py2.7.egg-info => OWSLib-0.11.2-py2.7.egg-info}/top_level.txt (100%)
 delete mode 100644 python/ext-libs/OWSLib-0.8.8-py2.7.egg-info/requires.txt
 create mode 100644 python/ext-libs/owslib/coverage/wcs111.py
 create mode 100644 python/ext-libs/owslib/feature/schema.py
 create mode 100644 python/ext-libs/owslib/gm03.py
 create mode 100644 python/ext-libs/requests-2.10.0.dist-info/DESCRIPTION.rst
 create mode 100644 python/ext-libs/requests-2.10.0.dist-info/METADATA
 create mode 100644 python/ext-libs/requests-2.10.0.dist-info/RECORD
 create mode 100644 python/ext-libs/requests-2.10.0.dist-info/WHEEL
 create mode 100644 python/ext-libs/requests-2.10.0.dist-info/metadata.json
 create mode 100644 python/ext-libs/requests-2.10.0.dist-info/top_level.txt
 create mode 100644 python/ext-libs/requests/__init__.py
 create mode 100644 python/ext-libs/requests/adapters.py
 create mode 100644 python/ext-libs/requests/api.py
 create mode 100644 python/ext-libs/requests/auth.py
 create mode 100644 python/ext-libs/requests/cacert.pem
 create mode 100644 python/ext-libs/requests/certs.py
 create mode 100644 python/ext-libs/requests/compat.py
 create mode 100644 python/ext-libs/requests/cookies.py
 create mode 100644 python/ext-libs/requests/exceptions.py
 create mode 100644 python/ext-libs/requests/hooks.py
 create mode 100644 python/ext-libs/requests/models.py
 create mode 100644 python/ext-libs/requests/packages/__init__.py
 create mode 100644 python/ext-libs/requests/packages/chardet/__init__.py
 create mode 100644 python/ext-libs/requests/packages/chardet/big5freq.py
 create mode 100644 python/ext-libs/requests/packages/chardet/big5prober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/chardetect.py
 create mode 100644 python/ext-libs/requests/packages/chardet/chardistribution.py
 create mode 100644 python/ext-libs/requests/packages/chardet/charsetgroupprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/charsetprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/codingstatemachine.py
 create mode 100644 python/ext-libs/requests/packages/chardet/compat.py
 create mode 100644 python/ext-libs/requests/packages/chardet/constants.py
 create mode 100644 python/ext-libs/requests/packages/chardet/cp949prober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/escprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/escsm.py
 create mode 100644 python/ext-libs/requests/packages/chardet/eucjpprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/euckrfreq.py
 create mode 100644 python/ext-libs/requests/packages/chardet/euckrprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/euctwfreq.py
 create mode 100644 python/ext-libs/requests/packages/chardet/euctwprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/gb2312freq.py
 create mode 100644 python/ext-libs/requests/packages/chardet/gb2312prober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/hebrewprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/jisfreq.py
 create mode 100644 python/ext-libs/requests/packages/chardet/jpcntx.py
 create mode 100644 python/ext-libs/requests/packages/chardet/langbulgarianmodel.py
 create mode 100644 python/ext-libs/requests/packages/chardet/langcyrillicmodel.py
 create mode 100644 python/ext-libs/requests/packages/chardet/langgreekmodel.py
 create mode 100644 python/ext-libs/requests/packages/chardet/langhebrewmodel.py
 create mode 100644 python/ext-libs/requests/packages/chardet/langhungarianmodel.py
 create mode 100644 python/ext-libs/requests/packages/chardet/langthaimodel.py
 create mode 100644 python/ext-libs/requests/packages/chardet/latin1prober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/mbcharsetprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/mbcsgroupprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/mbcssm.py
 create mode 100644 python/ext-libs/requests/packages/chardet/sbcharsetprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/sbcsgroupprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/sjisprober.py
 create mode 100644 python/ext-libs/requests/packages/chardet/universaldetector.py
 create mode 100644 python/ext-libs/requests/packages/chardet/utf8prober.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/__init__.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/_collections.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/connection.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/connectionpool.py
 copy python/{PyQt/PyQt5 => ext-libs/requests/packages/urllib3/contrib}/__init__.py (100%)
 create mode 100644 python/ext-libs/requests/packages/urllib3/contrib/appengine.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/contrib/ntlmpool.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/contrib/pyopenssl.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/contrib/socks.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/exceptions.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/fields.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/filepost.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/packages/__init__.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/packages/ordered_dict.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/packages/six.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/poolmanager.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/request.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/response.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/util/__init__.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/util/connection.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/util/request.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/util/response.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/util/retry.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/util/ssl_.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/util/timeout.py
 create mode 100644 python/ext-libs/requests/packages/urllib3/util/url.py
 create mode 100644 python/ext-libs/requests/sessions.py
 create mode 100644 python/ext-libs/requests/status_codes.py
 create mode 100644 python/ext-libs/requests/structures.py
 create mode 100644 python/ext-libs/requests/utils.py
 create mode 100644 resources/function_help/json/Aggregates
 create mode 100644 resources/function_help/json/char
 create mode 100644 src/core/qgsannotation.h
 create mode 100644 tests/src/python/test_qgscomposerlegend.py
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_mapunits/expected_composer_legend_mapunits.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_mapunits/expected_composer_legend_mapunits_mask.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_noresize/expected_composer_legend_noresize.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_noresize/expected_composer_legend_noresize_mask.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_noresize_crop/expected_composer_legend_noresize_crop.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_noresize_crop/expected_composer_legend_noresize_crop_mask.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_size_content/expected_composer_legend_size_content.png
 create mode 100644 tests/testdata/control_images/composer_legend/expected_composer_legend_size_content/expected_composer_legend_size_content_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_canvas/sp_letter_spacing/sp_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_canvas/sp_letter_spacing/sp_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_canvas/sp_word_spacing/sp_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_canvas/sp_word_spacing/sp_word_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_img_letter_spacing/sp_img_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_img_letter_spacing/sp_img_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_img_word_spacing/sp_img_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_img_word_spacing/sp_img_word_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_pdf_letter_spacing/sp_pdf_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_pdf_letter_spacing/sp_pdf_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_pdf_word_spacing/sp_pdf_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_pdf_word_spacing/sp_pdf_word_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_svg_letter_spacing/sp_svg_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_svg_letter_spacing/sp_svg_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_svg_word_spacing/sp_svg_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_composer/sp_svg_word_spacing/sp_svg_word_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_server/sp_letter_spacing/sp_letter_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_server/sp_letter_spacing/sp_letter_spacing_mask.png
 create mode 100644 tests/testdata/control_images/expected_pal_server/sp_word_spacing/sp_word_spacing.png
 create mode 100644 tests/testdata/control_images/expected_pal_server/sp_word_spacing/sp_word_spacing_mask.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git



More information about the Pkg-grass-devel mailing list