diff --git a/nmrglue-0.10.tar.gz b/nmrglue-0.10.tar.gz deleted file mode 100644 index ac45a3abdb01e8e65a13f533687910d79332c12d..0000000000000000000000000000000000000000 Binary files a/nmrglue-0.10.tar.gz and /dev/null differ diff --git a/nmrglue-0.11.tar.gz b/nmrglue-0.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bc866c594e075d9bf9099689107e0d0fec921983 Binary files /dev/null and b/nmrglue-0.11.tar.gz differ diff --git a/python-nmrglue.spec b/python-nmrglue.spec index 61708dca5f7ea84169c8d6deca53bc00d57f5e19..cb6745de6c1d33c90e003f59383b0314502ee4bb 100644 --- a/python-nmrglue.spec +++ b/python-nmrglue.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-nmrglue -Version: 0.10 +Version: 0.11 Release: 1 Summary: Python module for processing NMR data License: BSD-3-Clause URL: http://www.nmrglue.com -Source0: https://files.pythonhosted.org/packages/3d/51/c4e4fcc64be2ddafd1726d9dabb661fed95ae5cebb85b9b5a50c5f2eb6b6/nmrglue-0.10.tar.gz +Source0: https://files.pythonhosted.org/packages/77/82/2101ea5440d357641b234a092b53177974d84b507f9e69fc09e3e7997639/nmrglue-0.11.tar.gz BuildArch: noarch Requires: python3-numpy @@ -79,6 +79,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 01 2024 zhangyulong - 0.11-1 +- Update package to version 0.11 + -Fix ng.peakpick.pick for "thres" and "thres-fast" algorithms with Numpy ^v1.22 bug + * Mon Jul 15 2024 liudy - 0.10-1 - Update package version to 0.10 - Remove use of deprecated np.float compatibility