File python-geoalchemy2.changes of Package python-geoalchemy2

-------------------------------------------------------------------
Tue Mar 23 12:48:16 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>

- Update to 0.8.4 release
  + 0.8.4
    * Fix ST_AsGeoJSON function @adrien-berchet (#279)
    * Add many missing functions @adrien-berchet (#276)
  + 0.8.3
    * Use setuptools_scm to manage versions @adrien-berchet (#271)
    * Fix insert/update for RasterElement @adrien-berchet (#270)
  + 0.8.2
    * Fix __eq__() method in _SpatialElement so it can work with any type @adrien-berchet (#265)
  + 0.8.1
    * Fix ReadTheDoc compilation @adrien-berchet
  + 0.8.0
    * Fix Shapely requirements for Pypy @adrien-berchet (#262)
    * Add a gallery with tests and doc based on examples given in #219, #244 and #251 @adrien-berchet (#260)
    * Add support of the feature version of St_AsGeoJson() @adrien-berchet @zzzeek (#258)
    * Add __eq__ to WKBElement and make shape.from_shape() able to create extended elements @adrien-berchet matthew-emw (#247)
    * Extract all SQL concepts from Elements and refactor Raster type @adrien-berchet @elemoine @zzzeek (#256)
  + 0.7.0
    * Update test matrix removing Python 3.4 and adding 3.6, 3.7, 3.8 @cjmayo (#253)
    * Add reflection example in doc @adrien-berchet (#252)
    * Fix tests with PostGIS 3 @elemoine (#250)
    * Add default compilation rules to elements and functions which are required for SQLAlchemy < 1.1 @adrien-berchet (#242)
    * Raise an AttributeError when a function does not starts with ST_* @adrien-berchet @elemoine (#240)
    * Replace ST_Distance_Sphere by ST_DistanceSphere @borisuvarov (#237)
    * Make shape.to_shape() work for extended WKTElement objects @adrien-berchet (#236)
- Packaging:
  + Fix new python syntax (version include in {})
  + Update copyright year

-------------------------------------------------------------------
Fri Aug 30 10:03:51 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>

- Update to version 0.6.3
  + Add some missing functions @adrien-berchet (#224)
  + Do not register functions.GenericFunction for sqlalchemy>=1.3.4 @adrien-berchet (#226)
  + Redefine the geometry_type/dimension consistency checks @elemoine (#228)
  + Correct a spelling mistake @EdwardBetts (#229)
  + Do not assume the "public" schema @elemoine (#231)
  + Add all geometry constructors @adrien-berchet (#232)
  0.6.2 changes
  + Support WKBElement objects as bind values @elemoine (#221)
  + Document the use of spatial functions in primaryjoin conditions @elemoine (#222)
  0.6.1 changes
  + Change WKBElement to read SRID from the EWKB string @SergeBouchut (#209)
  + Change WKTElement to read SRID from the EWKT string @adrien-berchet-forcity @elemoine (#211)
  0.6.0 changes
  + Add AsGeoJSON for SpatiaLite @TomGoBravo @elemoine (#204)
  + Remove the use_st_prefix argument and use SpatiaLite-compiled functions @elemoine (#204)
- Packaging
  + Add Shapely deps
  + spec-cleanup minimal

-------------------------------------------------------------------
Wed Feb  6 21:40:01 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>

- update to version 0.5.0 release
  + Add support for function ST_Azimuth @simlmx (#175)
  + Remove Python 3.3 from the test matrix @elemoine (#179)
  + Correct spelling mistakes @EdwardBetts @elemoine (#180)
  + Make WKTElement and WKBElement pickable @elemoine (#182)
  + Add SpatiaLite support @elemoine (#181)
  + Fix to_shape with SpatiaLite @elemoine (#185)

-------------------------------------------------------------------
Tue May 22 09:14:28 UTC 2018 - bruno@ioda-net.ch

- update to 0.4.2 release
  + Fix ST_LineLocatePoint return type @fredj (#170)
- update to 0.4.1 release
  + Fix docstring for overlaps_or_above @dcere (#166)
  + Add a WKTElement extented example @movermeyer (#164)
  + Add checks to _GISType constructor @elemoine (#162)
  + Support geometry column with no typmod @elemoine (#161)
  + Add ST_AsTWKB function. @JacobHayes (#146)
  + Create MANIFEST.in. @pmlandwher (#147)
  + Fix build_sphinx maximum recursion depth. @ifedapoolarewaju
    (#148)
  + Fix typo in elements code. @elemoine (#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  6 12:39:57 UTC 2017 - bruno@ioda-net.ch

- packaging :
  + renamed to python-geoalchemy2
  + Added provide python-GeoAlchemy2

-------------------------------------------------------------------
Fri Jul 28 14:27:56 UTC 2017 - bruno@ioda-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 12:25:36 UTC 2017 - bruno@ioda-net.ch

- Update to 0.4.0 release
  + Adapt links for "Read the Docs". @adamchainz (#134)
  + Simplify and fix tests. @elemoine (#138)
  + Set result_type when using operators. @elemoine (#140)
  + Add use_typmod option for AddGeometryColumn. @tsauerwein (#141)
- Packaging escape %macros in comments

-------------------------------------------------------------------
Mon Jun 13 16:16:45 UTC 2016 - toddrme2178@gmail.com

- Comment out dependencies for unused tests.

-------------------------------------------------------------------
Sun May  8 07:17:39 UTC 2016 - arun@gmx.de

- specfile:
  * updated source url to files.pythonhosted.org


-------------------------------------------------------------------
Sun Apr 10 17:24:21 UTC 2016 - arun@gmx.de

- specfile:
  * update copyright year
  * remove test for old suse version

- update to version 0.3.0:
  * Read geometries with ST_AsEWKB. @loicgasser, @fredj, @elemoine
    (#122)
  * Fix SpatialElement.__str__ on Python 3 @b11z, @elemoine (#130)
  * Fix flake8 in tests @loicgrasser (#125)

-------------------------------------------------------------------
Fri Oct 30 10:30:04 UTC 2015 - toddrme2178@gmail.com

- Update to 0.2.6
  * Distribute GeoAlchemy as wheels (#114)

-------------------------------------------------------------------
Sat Jun 20 16:03:38 UTC 2015 - bruno@ioda-net.ch

- Packaging python3

-------------------------------------------------------------------
Mon Jun 15 17:33:56 UTC 2015 - bruno@ioda-net.ch

- update release 0.2.5
  * Bugfix
  * Python3 support

-------------------------------------------------------------------
Mon May 25 08:06:06 UTC 2015 - bruno@ioda-net.ch

- release 0.2.4
- First packaging on obs
  * Patch COPYING.rst license file missing in tar.gz
  * This upstream version is missing python3 support

openSUSE Build Service is sponsored by