From 8488c2a299e4dcae147655ebd5e3a27ad5a834a6f9db4b8268f6c8f0d37b9473 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Feb 2023 12:30:38 +0000 Subject: [PATCH] - update to 1.13.4: * release(1.13.4): easier installation * Delayed numpy import during setup * fix: handle all LP64 platforms generically OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=15 --- fastremap-1.13.3.tar.gz | 3 --- fastremap-1.13.4.tar.gz | 3 +++ python-fastremap.changes | 8 ++++++++ python-fastremap.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 fastremap-1.13.3.tar.gz create mode 100644 fastremap-1.13.4.tar.gz diff --git a/fastremap-1.13.3.tar.gz b/fastremap-1.13.3.tar.gz deleted file mode 100644 index b7a63e8..0000000 --- a/fastremap-1.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c07e1b1d42192a46352b55e33da8062560940dcaf4ae4e667f4de71e05a5e5d0 -size 425836 diff --git a/fastremap-1.13.4.tar.gz b/fastremap-1.13.4.tar.gz new file mode 100644 index 0000000..6984869 --- /dev/null +++ b/fastremap-1.13.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a65182fa66f278af5349cd7d36e4cb24d1f6ff889c296bde73b19752e8cf37 +size 425962 diff --git a/python-fastremap.changes b/python-fastremap.changes index 8fe3fd1..8155ecd 100644 --- a/python-fastremap.changes +++ b/python-fastremap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 10 12:30:04 UTC 2023 - Dirk Müller + +- update to 1.13.4: + * release(1.13.4): easier installation + * Delayed numpy import during setup + * fix: handle all LP64 platforms generically + ------------------------------------------------------------------- Sun Jan 8 20:32:43 UTC 2023 - Dirk Müller diff --git a/python-fastremap.spec b/python-fastremap.spec index dc81df4..db76a02 100644 --- a/python-fastremap.spec +++ b/python-fastremap.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-fastremap -Version: 1.13.3 +Version: 1.13.4 Release: 0 Summary: Module to Remap, mask, renumber, and in-place transpose numpy arrays License: LGPL-3.0-only