Accepting request 752807 from home:LPechacek:pyproj-upgrade

- Update to 2.4.2.post1
  * Elevate +init= warning to FutureWarning (pull #486)
  * Add UserWarning to to_proj4() (pull #486)
  * BUG: Fix for 32-bit i686 plaforms (issue #481)
  * Return ‘inf’ in Proj instead of 1.e30 (pull #491)

OBS-URL: https://build.opensuse.org/request/show/752807
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-pyproj?expand=0&rev=15
This commit is contained in:
2019-12-02 08:03:14 +00:00
committed by Git OBS Bridge
parent f2427dbe15
commit 7431f61479
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 2 06:39:16 UTC 2019 - Libor Pechacek <lpechacek@suse.com>
- Update to 2.4.2.post1
* Elevate +init= warning to FutureWarning (pull #486)
* Add UserWarning to to_proj4() (pull #486)
* BUG: Fix for 32-bit i686 plaforms (issue #481)
* Return inf in Proj instead of 1.e30 (pull #491)
-------------------------------------------------------------------
Wed Nov 6 21:01:18 UTC 2019 - Libor Pechacek <lpechacek@suse.com>