From 052c3ee6f61e4d3e878becec5e77a5b4cb6d35a873cd90bdfeb19cbd8a30ea55 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Mon, 22 Mar 2021 14:44:22 +0000 Subject: [PATCH] Accepting request 880076 from home:LPechacek:pyproj301 - Update to 3.0.1: * WHL: Wheels contain PROJ 7.2.1 * Use proj_context_errno_string in PROJ 8+ due to deprecation (issue #760) * BUG: Allow transformations with empty arrays (issue #766) * BUG: support numpy objects in CRS.from_cf (issue #773) OBS-URL: https://build.opensuse.org/request/show/880076 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-pyproj?expand=0&rev=34 --- pyproj-3.0.0.tar.gz | 3 --- pyproj-3.0.1.tar.gz | 3 +++ python-pyproj.changes | 9 +++++++++ python-pyproj.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pyproj-3.0.0.tar.gz create mode 100644 pyproj-3.0.1.tar.gz diff --git a/pyproj-3.0.0.tar.gz b/pyproj-3.0.0.tar.gz deleted file mode 100644 index a7b11fa..0000000 --- a/pyproj-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:539e320d06e5441edadad2e2ab276e1877445eca384fc1c056b5501453d433c2 -size 663829 diff --git a/pyproj-3.0.1.tar.gz b/pyproj-3.0.1.tar.gz new file mode 100644 index 0000000..bdd1f1f --- /dev/null +++ b/pyproj-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbac35490dd17f706700673506eeb8170f8a2a63fb5878171d4e6eef242d141 +size 168962 diff --git a/python-pyproj.changes b/python-pyproj.changes index 44edca2..fc58a9f 100644 --- a/python-pyproj.changes +++ b/python-pyproj.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 19 10:37:58 UTC 2021 - Libor Pechacek + +- Update to 3.0.1: + * WHL: Wheels contain PROJ 7.2.1 + * Use proj_context_errno_string in PROJ 8+ due to deprecation (issue #760) + * BUG: Allow transformations with empty arrays (issue #766) + * BUG: support numpy objects in CRS.from_cf (issue #773) + ------------------------------------------------------------------- Mon Feb 22 16:26:50 UTC 2021 - Guillaume GARDET diff --git a/python-pyproj.spec b/python-pyproj.spec index 32aba5c..c7c2886 100644 --- a/python-pyproj.spec +++ b/python-pyproj.spec @@ -20,7 +20,7 @@ %define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyproj -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: Python interface to PROJ library License: SUSE-Public-Domain AND X11 @@ -40,7 +40,7 @@ BuildRequires: python-rpm-macros Requires: python-aenum Requires: python-numpy Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives # SECTION test requirements BuildRequires: %{python_module certifi} BuildRequires: %{python_module pandas}