Accepting request 1092724 from home:LPechacek:python-pyproj-upgrade

- Update to 3.6.0
  * WHL: Wheels contain PROJ 9.2.1 by @snowman2 in #1291
  * DEP: Minimum supported Python version 3.9 by @snowman2
    in #1245
  * ENH: Add CRS.to_2d() by @rhugonnet in #1267
  * ENH: Added allow_superseded kwargs to TransformerGroup by
    @dmahr1 in #1269
  * ENH: Added parameter output_axis_rule to CRS.to_wkt by
    @jjimenezshaw in #1287
  * BUG: fix Geod.npts NaN handling by @snowman2 in #1288
  * MNT: Use pyproject.toml for project metadata by @snowman2
    in #1275

OBS-URL: https://build.opensuse.org/request/show/1092724
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-pyproj?expand=0&rev=58
This commit is contained in:
2023-06-13 06:51:18 +00:00
committed by Git OBS Bridge
parent ea7ee4409b
commit fb3ed202dc
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jun 13 03:02:39 UTC 2023 - Libor Pechacek <lpechacek@gmx.com>
- Update to 3.6.0
* WHL: Wheels contain PROJ 9.2.1 by @snowman2 in #1291
* DEP: Minimum supported Python version 3.9 by @snowman2
in #1245
* ENH: Add CRS.to_2d() by @rhugonnet in #1267
* ENH: Added allow_superseded kwargs to TransformerGroup by
@dmahr1 in #1269
* ENH: Added parameter output_axis_rule to CRS.to_wkt by
@jjimenezshaw in #1287
* BUG: fix Geod.npts NaN handling by @snowman2 in #1288
* MNT: Use pyproject.toml for project metadata by @snowman2
in #1275
-------------------------------------------------------------------
Tue Mar 28 09:36:09 UTC 2023 - Libor Pechacek <lpechacek@gmx.com>