diff --git a/Bottleneck-1.3.1.tar.gz b/Bottleneck-1.3.1.tar.gz deleted file mode 100644 index ba9d70b..0000000 --- a/Bottleneck-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:451586370462cb623d6ad604a545d1e97fb51d2ab5252b1ac57350a83e494a28 -size 88192 diff --git a/Bottleneck-1.3.2.tar.gz b/Bottleneck-1.3.2.tar.gz new file mode 100644 index 0000000..1b51e3c --- /dev/null +++ b/Bottleneck-1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20179f0b66359792ea283b69aa16366419132f3b6cf3adadc0c48e2e8118e573 +size 88246 diff --git a/python-Bottleneck.changes b/python-Bottleneck.changes index d8d362a..e50d048 100644 --- a/python-Bottleneck.changes +++ b/python-Bottleneck.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Mar 14 15:57:22 UTC 2020 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 1.3.2: + * Bug Fixes + + Explicitly declare numpy version dependency in pyproject.toml + for Python 3.8, fixing certain cases where pip install would + fail. Thanks to @goggle, @astrofrog, and @0xb0b for + reporting. (:issue:`277`) + ------------------------------------------------------------------- Fri Nov 22 06:15:40 UTC 2019 - Arun Persaud diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 1631984..6ebbda6 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -1,7 +1,7 @@ # # spec file for package python-Bottleneck # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Bottleneck -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: A collection of fast NumPy array functions License: BSD-2-Clause AND BSD-3-Clause