From 9ffc28762c8aff796e445f6494815498b0d0a089dda8a7ea733d769a0bd46002 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 12 Nov 2020 21:51:23 +0000 Subject: [PATCH] Accepting request 848117 from home:mmachova:branches:devel:languages:python:numeric - Update to 5.3.0 * Deprecated some methods that produce incorrect results * Fixed sample_size computation * Minor fixes and documnetation updates OBS-URL: https://build.opensuse.org/request/show/848117 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-geomdl?expand=0&rev=3 --- NURBS-Python-5.2.10.tar.gz | 3 --- NURBS-Python-5.3.0.tar.gz | 3 +++ python-geomdl.changes | 8 ++++++++ python-geomdl.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 NURBS-Python-5.2.10.tar.gz create mode 100644 NURBS-Python-5.3.0.tar.gz diff --git a/NURBS-Python-5.2.10.tar.gz b/NURBS-Python-5.2.10.tar.gz deleted file mode 100644 index 1cfda35..0000000 --- a/NURBS-Python-5.2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2e5cf0b4735b1f5bb798723cffb9da11587dc2a283e2eeaccf6263d5b098637 -size 3443318 diff --git a/NURBS-Python-5.3.0.tar.gz b/NURBS-Python-5.3.0.tar.gz new file mode 100644 index 0000000..9d1baa5 --- /dev/null +++ b/NURBS-Python-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee4135919196587e86075a0bc5e09bda8dca040355cfd3f59297a45db0579b8 +size 3440718 diff --git a/python-geomdl.changes b/python-geomdl.changes index 89c0458..348d5b2 100644 --- a/python-geomdl.changes +++ b/python-geomdl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 12 12:46:49 UTC 2020 - Marketa Machova + +- Update to 5.3.0 + * Deprecated some methods that produce incorrect results + * Fixed sample_size computation + * Minor fixes and documnetation updates + ------------------------------------------------------------------- Thu Aug 27 16:55:19 UTC 2020 - andy great diff --git a/python-geomdl.spec b/python-geomdl.spec index 2c299bc..7d2aea7 100644 --- a/python-geomdl.spec +++ b/python-geomdl.spec @@ -20,7 +20,7 @@ %define packagename geomdl %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-geomdl -Version: 5.2.10 +Version: 5.3.0 Release: 0 Summary: Object-oriented B-Spline and NURBS evaluation library License: MIT