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

sebastic pushed a change to branch master
in repository qgis.

      from  658f2e3   Add patch to add support for GNU/Hurd to GRASS plugin 
qtermwidget.
       new  bf5cbed   Imported Upstream version 2.14.3+dfsg
       new  15746f9   Merge tag 'upstream/2.14.3+dfsg'
       new  ac53df8   New upstream release.
       new  3901e52   Update copyright years for Sandro Mani in copyright file.
       new  517b4aa   Update symbols for amd64.
       new  a0ea205   Set distribution to experimental.

The 6 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                                          | 179 +++++++++++++++++++++
 debian/changelog                                   |  11 +-
 debian/control                                     |  50 +++---
 debian/copyright                                   |   2 +-
 ...14.2.install => libqgis-analysis2.14.3.install} |   0
 ...14.2.symbols => libqgis-analysis2.14.3.symbols} |   2 +-
 ...app2.14.2.install => libqgis-app2.14.3.install} |   0
 ...app2.14.2.symbols => libqgis-app2.14.3.symbols} |   2 +-
 ...re2.14.2.install => libqgis-core2.14.3.install} |   0
 ...re2.14.2.symbols => libqgis-core2.14.3.symbols} |  63 +++++---
 ...gui2.14.2.install => libqgis-gui2.14.3.install} |   0
 ...gui2.14.2.symbols => libqgis-gui2.14.3.symbols} |   2 +-
 ...stall => libqgis-networkanalysis2.14.3.install} |   0
 ...mbols => libqgis-networkanalysis2.14.3.symbols} |   2 +-
 ...2.14.2.install => libqgis-server2.14.3.install} |   0
 ...2.14.2.symbols => libqgis-server2.14.3.symbols} |   2 +-
 ...2.14.2.install => libqgisgrass7-2.14.3.install} |   0
 ...ides => libqgisgrass7-2.14.3.lintian-overrides} |   2 +-
 ...2.14.2.symbols => libqgisgrass7-2.14.3.symbols} |   2 +-
 ...n2.14.2.install => libqgispython2.14.3.install} |   0
 ...n2.14.2.symbols => libqgispython2.14.3.symbols} |   2 +-
 ms-windows/osgeo4w/browser-grass.bat.tmpl          |   1 +
 python/PyQt/CMakeLists.txt                         |  22 ++-
 python/PyQt/PyQt4/QtCore.py                        |  40 +++++
 python/PyQt/PyQt4/{QtCore.py => QtNetwork.py}      |  16 +-
 python/PyQt/PyQt4/{QtCore.py => QtSql.py}          |  16 +-
 python/PyQt/PyQt4/{QtCore.py => QtSvg.py}          |  16 +-
 python/PyQt/PyQt4/{QtCore.py => QtTest.py}         |  16 +-
 python/PyQt/PyQt4/{QtCore.py => QtXml.py}          |  16 +-
 python/PyQt/PyQt4/{QtCore.py => uic/__init__.py}   |  19 ++-
 python/PyQt/PyQt4/uic/properties.py                |   1 +
 python/PyQt/PyQt4/{QtCore.py => uic/pyuic.py}      |  21 ++-
 python/PyQt/PyQt5/QtCore.py                        |   2 +
 python/PyQt/PyQt5/QtNetwork.py                     |   1 +
 python/PyQt/PyQt5/QtSql.py                         |   1 +
 python/PyQt/PyQt5/QtSvg.py                         |   1 +
 python/PyQt/PyQt5/QtTest.py                        |   1 +
 python/PyQt/PyQt5/QtWidgets.py                     |   2 +
 python/PyQt/PyQt5/QtXml.py                         |   1 +
 .../{PyQt4/QtCore.py => PyQt5/uic/__init__.py}     |  19 ++-
 python/PyQt/PyQt5/uic/properties.py                |   1 +
 python/PyQt/PyQt5/uic/pyuic.py                     |   1 +
 python/core/__init__.py                            |   2 +-
 python/core/symbology-ng/qgsfillsymbollayerv2.sip  |   4 +
 python/core/symbology-ng/qgslinesymbollayerv2.sip  |   1 +
 python/plugins/processing/gui/ParametersPanel.py   |   4 +-
 .../plugins/processing/gui/ScriptEditorDialog.py   |   3 +
 resources/function_help/json/$scale                |   2 +-
 scripts/qgis_fixes/fix_pyqt.py                     |  18 +--
 scripts/release.pl                                 |   6 +-
 src/app/qgisapp.cpp                                |  13 +-
 src/app/qgsfieldsproperties.cpp                    |   2 +-
 src/core/geometry/qgsgeometry.cpp                  |   2 +-
 src/core/qgsapplication.cpp                        |   4 +-
 src/core/qgsexpression.cpp                         |  16 +-
 src/core/qgsvectorlayerfeatureiterator.cpp         |  15 +-
 src/core/symbology-ng/qgsfillsymbollayerv2.cpp     |  22 +++
 src/core/symbology-ng/qgsfillsymbollayerv2.h       |   5 +-
 src/core/symbology-ng/qgslinesymbollayerv2.cpp     |   5 +
 src/core/symbology-ng/qgslinesymbollayerv2.h       |   1 +
 src/gui/qgsadvanceddigitizingdockwidget.cpp        |   4 +-
 src/gui/qgsfieldproxymodel.cpp                     |   4 +-
 src/gui/symbology-ng/qgssymbollayerv2widget.cpp    |   1 +
 .../qgsdelimitedtextfeatureiterator.cpp            |   1 +
 src/providers/mssql/qgsmssqlfeatureiterator.cpp    |   5 +-
 src/providers/ogr/qgsogrconnpool.h                 |   3 +-
 src/providers/ogr/qgsogrfeatureiterator.cpp        |  15 +-
 src/providers/ogr/qgsogrfeatureiterator.h          |   2 +-
 src/providers/ogr/qgsogrprovider.cpp               |  16 +-
 src/providers/oracle/qgsoraclefeatureiterator.cpp  |   4 +
 .../postgres/qgspostgresfeatureiterator.cpp        |   4 +-
 .../postgres/qgspostgresfeatureiterator.h          |   1 +
 .../spatialite/qgsspatialitefeatureiterator.cpp    |   4 +
 .../virtual/qgsvirtuallayerfeatureiterator.cpp     |   4 +-
 src/python/qgspythonutilsimpl.cpp                  |   6 +-
 src/server/qgswfsserver.cpp                        |  33 ++--
 tests/src/core/CMakeLists.txt                      |   1 +
 tests/src/core/testqgsconnectionpool.cpp           | 141 ++++++++++++++++
 tests/src/core/testqgsexpression.cpp               |  41 +++++
 tests/src/core/testqgsgeometry.cpp                 |   6 +
 tests/src/gui/testqgsfieldexpressionwidget.cpp     |  50 ++++++
 tests/src/python/providertestbase.py               |   5 +-
 tests/src/python/qgis_interface.py                 |   2 +-
 tests/src/python/test_qgsblendmodes.py             |   1 +
 tests/src/python/test_qgscomposition.py            |   1 +
 .../test_qgsgeometrygeneratorsymbollayerv2.py      |   2 +-
 tests/src/python/test_qgsrelationeditwidget.py     |   6 +-
 tests/src/python/test_qgssymbollayerv2.py          |  41 ++++-
 tests/src/python/test_qgsvectorlayer.py            |  11 +-
 tests/src/python/utilities.py                      |   4 +-
 91 files changed, 868 insertions(+), 213 deletions(-)
 rename debian/{libqgis-analysis2.14.2.install => 
libqgis-analysis2.14.3.install} (100%)
 rename debian/{libqgis-analysis2.14.2.symbols => 
libqgis-analysis2.14.3.symbols} (99%)
 rename debian/{libqgis-app2.14.2.install => libqgis-app2.14.3.install} (100%)
 rename debian/{libqgis-app2.14.2.symbols => libqgis-app2.14.3.symbols} (99%)
 rename debian/{libqgis-core2.14.2.install => libqgis-core2.14.3.install} (100%)
 rename debian/{libqgis-core2.14.2.symbols => libqgis-core2.14.3.symbols} (99%)
 rename debian/{libqgis-gui2.14.2.install => libqgis-gui2.14.3.install} (100%)
 rename debian/{libqgis-gui2.14.2.symbols => libqgis-gui2.14.3.symbols} (99%)
 rename debian/{libqgis-networkanalysis2.14.2.install => 
libqgis-networkanalysis2.14.3.install} (100%)
 rename debian/{libqgis-networkanalysis2.14.2.symbols => 
libqgis-networkanalysis2.14.3.symbols} (98%)
 rename debian/{libqgis-server2.14.2.install => libqgis-server2.14.3.install} 
(100%)
 rename debian/{libqgis-server2.14.2.symbols => libqgis-server2.14.3.symbols} 
(99%)
 rename debian/{libqgisgrass7-2.14.2.install => libqgisgrass7-2.14.3.install} 
(100%)
 rename debian/{libqgisgrass7-2.14.2.lintian-overrides => 
libqgisgrass7-2.14.3.lintian-overrides} (77%)
 rename debian/{libqgisgrass7-2.14.2.symbols => libqgisgrass7-2.14.3.symbols} 
(99%)
 rename debian/{libqgispython2.14.2.install => libqgispython2.14.3.install} 
(100%)
 rename debian/{libqgispython2.14.2.symbols => libqgispython2.14.3.symbols} 
(81%)
 copy python/PyQt/PyQt4/{QtCore.py => QtNetwork.py} (73%)
 copy python/PyQt/PyQt4/{QtCore.py => QtSql.py} (74%)
 copy python/PyQt/PyQt4/{QtCore.py => QtSvg.py} (74%)
 copy python/PyQt/PyQt4/{QtCore.py => QtTest.py} (73%)
 copy python/PyQt/PyQt4/{QtCore.py => QtXml.py} (74%)
 copy python/PyQt/PyQt4/{QtCore.py => uic/__init__.py} (65%)
 create mode 100644 python/PyQt/PyQt4/uic/properties.py
 copy python/PyQt/PyQt4/{QtCore.py => uic/pyuic.py} (66%)
 create mode 100644 python/PyQt/PyQt5/QtNetwork.py
 create mode 100644 python/PyQt/PyQt5/QtSql.py
 create mode 100644 python/PyQt/PyQt5/QtSvg.py
 create mode 100644 python/PyQt/PyQt5/QtTest.py
 create mode 100644 python/PyQt/PyQt5/QtXml.py
 copy python/PyQt/{PyQt4/QtCore.py => PyQt5/uic/__init__.py} (65%)
 create mode 100644 python/PyQt/PyQt5/uic/properties.py
 create mode 100644 python/PyQt/PyQt5/uic/pyuic.py
 create mode 100644 tests/src/core/testqgsconnectionpool.cpp

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

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to