diff --git a/pyproj-2.4.1.tar.gz b/pyproj-2.4.1.tar.gz deleted file mode 100644 index 854c9b0..0000000 --- a/pyproj-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:817d4b762adee4479200471042e2393f75a8ec2384061979ccfe177b862b4f8b -size 462332 diff --git a/pyproj-2.4.2.post1.tar.gz b/pyproj-2.4.2.post1.tar.gz new file mode 100644 index 0000000..c260f1e --- /dev/null +++ b/pyproj-2.4.2.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da7f86d3b5e80ba3dabfd2c904a41bb6997ad9b55b47a934035492eaa0f331e +size 463579 diff --git a/python-pyproj.changes b/python-pyproj.changes index 4095c06..e7eb6c6 100644 --- a/python-pyproj.changes +++ b/python-pyproj.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 2 06:39:16 UTC 2019 - Libor Pechacek + +- 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 diff --git a/python-pyproj.spec b/python-pyproj.spec index 858353b..d536a07 100644 --- a/python-pyproj.spec +++ b/python-pyproj.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyproj # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyproj -Version: 2.4.1 +Version: 2.4.2.post1 Release: 0 Summary: Python interface to PROJ library License: SUSE-Public-Domain AND X11