Accepting request 1225959 from home:bnavigator:branches:Application:Geo

- Update to 3.7.0
  ## Dependencies:
  * DEP: Minimum PROJ version 9.2 by @snowman2 in #1394
  ## Enhancements:
  * PERF: drop GIL during long-running proj database calls by
    @tpwrules in #1354
  * PERF: thread local context by @snowman2 in #1419
  * ENH: Add is_deprecated and get_non_deprecated() to CRS by
    @jjimenezshaw in #1383
  * ENH: Add runtime & compiled PROJ versions by @snowman2 in #1427
  ## Bug fixes:
  * BUG: Handle changes to HotineObliqueMercatorBConversion by
    @snowman2 in #1430
  * BUG: Support azimuthal_equidistant coordinate operation to CF
    by @snowman2 in #1380
- Drop v3.6.1-BUG-Support-azimuthal_equidistant-coordinate-operati.patch
- Drop v3.6.1-test-datum-ensemble-allowing-new-members.patch

OBS-URL: https://build.opensuse.org/request/show/1225959
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-pyproj?expand=0&rev=72
This commit is contained in:
Libor Pechacek
2024-11-24 16:54:09 +00:00
committed by Git OBS Bridge
parent 91ff5ac68d
commit 72c18f7631
6 changed files with 29 additions and 75 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Nov 23 09:18:51 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 3.7.0
## Dependencies:
* DEP: Minimum PROJ version 9.2 by @snowman2 in #1394
## Enhancements:
* PERF: drop GIL during long-running proj database calls by
@tpwrules in #1354
* PERF: thread local context by @snowman2 in #1419
* ENH: Add is_deprecated and get_non_deprecated() to CRS by
@jjimenezshaw in #1383
* ENH: Add runtime & compiled PROJ versions by @snowman2 in #1427
## Bug fixes:
* BUG: Handle changes to HotineObliqueMercatorBConversion by
@snowman2 in #1430
* BUG: Support azimuthal_equidistant coordinate operation to CF
by @snowman2 in #1380
- Drop v3.6.1-BUG-Support-azimuthal_equidistant-coordinate-operati.patch
- Drop v3.6.1-test-datum-ensemble-allowing-new-members.patch
-------------------------------------------------------------------
Sat Jul 20 12:36:38 UTC 2024 - Libor Pechacek <lpechacek@gmx.com>