Changelog for
python312-geoalchemy2-0.8.4-8.73.noarch.rpm :
* Tue Mar 23 2021 Bruno Friedmann
- Update to 0.8.4 release + 0.8.4
* Fix ST_AsGeoJSON function AATTadrien-berchet (#279)
* Add many missing functions AATTadrien-berchet (#276) + 0.8.3
* Use setuptools_scm to manage versions AATTadrien-berchet (#271)
* Fix insert/update for RasterElement AATTadrien-berchet (#270) + 0.8.2
* Fix __eq__() method in _SpatialElement so it can work with any type AATTadrien-berchet (#265) + 0.8.1
* Fix ReadTheDoc compilation AATTadrien-berchet + 0.8.0
* Fix Shapely requirements for Pypy AATTadrien-berchet (#262)
* Add a gallery with tests and doc based on examples given in #219, #244 and #251 AATTadrien-berchet (#260)
* Add support of the feature version of St_AsGeoJson() AATTadrien-berchet AATTzzzeek (#258)
* Add __eq__ to WKBElement and make shape.from_shape() able to create extended elements AATTadrien-berchet matthew-emw (#247)
* Extract all SQL concepts from Elements and refactor Raster type AATTadrien-berchet AATTelemoine AATTzzzeek (#256) + 0.7.0
* Update test matrix removing Python 3.4 and adding 3.6, 3.7, 3.8 AATTcjmayo (#253)
* Add reflection example in doc AATTadrien-berchet (#252)
* Fix tests with PostGIS 3 AATTelemoine (#250)
* Add default compilation rules to elements and functions which are required for SQLAlchemy < 1.1 AATTadrien-berchet (#242)
* Raise an AttributeError when a function does not starts with ST_
* AATTadrien-berchet AATTelemoine (#240)
* Replace ST_Distance_Sphere by ST_DistanceSphere AATTborisuvarov (#237)
* Make shape.to_shape() work for extended WKTElement objects AATTadrien-berchet (#236)- Packaging: + Fix new python syntax (version include in {}) + Update copyright year
* Fri Aug 30 2019 Bruno Friedmann - Update to version 0.6.3 + Add some missing functions AATTadrien-berchet (#224) + Do not register functions.GenericFunction for sqlalchemy>=1.3.4 AATTadrien-berchet (#226) + Redefine the geometry_type/dimension consistency checks AATTelemoine (#228) + Correct a spelling mistake AATTEdwardBetts (#229) + Do not assume the \"public\" schema AATTelemoine (#231) + Add all geometry constructors AATTadrien-berchet (#232) 0.6.2 changes + Support WKBElement objects as bind values AATTelemoine (#221) + Document the use of spatial functions in primaryjoin conditions AATTelemoine (#222) 0.6.1 changes + Change WKBElement to read SRID from the EWKB string AATTSergeBouchut (#209) + Change WKTElement to read SRID from the EWKT string AATTadrien-berchet-forcity AATTelemoine (#211) 0.6.0 changes + Add AsGeoJSON for SpatiaLite AATTTomGoBravo AATTelemoine (#204) + Remove the use_st_prefix argument and use SpatiaLite-compiled functions AATTelemoine (#204)- Packaging + Add Shapely deps + spec-cleanup minimal
* Wed Feb 06 2019 Bruno Friedmann - update to version 0.5.0 release + Add support for function ST_Azimuth AATTsimlmx (#175) + Remove Python 3.3 from the test matrix AATTelemoine (#179) + Correct spelling mistakes AATTEdwardBetts AATTelemoine (#180) + Make WKTElement and WKBElement pickable AATTelemoine (#182) + Add SpatiaLite support AATTelemoine (#181) + Fix to_shape with SpatiaLite AATTelemoine (#185)
* Tue May 22 2018 brunoAATTioda-net.ch- update to 0.4.2 release + Fix ST_LineLocatePoint return type AATTfredj (#170)- update to 0.4.1 release + Fix docstring for overlaps_or_above AATTdcere (#166) + Add a WKTElement extented example AATTmovermeyer (#164) + Add checks to _GISType constructor AATTelemoine (#162) + Support geometry column with no typmod AATTelemoine (#161) + Add ST_AsTWKB function. AATTJacobHayes (#146) + Create MANIFEST.in. AATTpmlandwher (#147) + Fix build_sphinx maximum recursion depth. AATTifedapoolarewaju (#148) + Fix typo in elements code. AATTelemoine (#153) + #153 fixed a typo in the _SpatialElement class, where the attribute \"extended\" was incorrectly spelled \"extented\". So if your application code refers to this attribute on WKTElement or WKBElement objects you will need that code as well. - packaging : + spec-cleaner (update url/date) + remove COPYING.rst now included in tarbal + use only %licence macro for COPYING.rst
* Wed Sep 06 2017 brunoAATTioda-net.ch- packaging : + renamed to python-geoalchemy2 + Added provide python-GeoAlchemy2
* Fri Jul 28 2017 brunoAATTioda-net.ch- packaging : move to singlespec + Remove tests there\'s none present in pypi tar + Use raw content for missing Copying.rst license file
* Thu Feb 23 2017 brunoAATTioda-net.ch- Update to 0.4.0 release + Adapt links for \"Read the Docs\". AATTadamchainz (#134) + Simplify and fix tests. AATTelemoine (#138) + Set result_type when using operators. AATTelemoine (#140) + Add use_typmod option for AddGeometryColumn. AATTtsauerwein (#141)- Packaging escape %macros in comments
* Mon Jun 13 2016 toddrme2178AATTgmail.com- Comment out dependencies for unused tests.
* Sun May 08 2016 arunAATTgmx.de- specfile:
* updated source url to files.pythonhosted.org
* Sun Apr 10 2016 arunAATTgmx.de- specfile:
* update copyright year
* remove test for old suse version- update to version 0.3.0:
* Read geometries with ST_AsEWKB. AATTloicgasser, AATTfredj, AATTelemoine (#122)
* Fix SpatialElement.__str__ on Python 3 AATTb11z, AATTelemoine (#130)
* Fix flake8 in tests AATTloicgrasser (#125)