diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:49:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:49:23 +0000 |
commit | fea9b3e2d16e832fe327eab78fe2ae80961ef083 (patch) | |
tree | 227e27734d8f716c95a15d790de7e5154a69d004 | |
parent | 2be368562edd38f6d85f55e6711deaaa4c0188d7 (diff) |
automatic import of python-dynestyopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dynesty.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /dynesty-2.1.0.tar.gz +/dynesty-2.1.1.tar.gz diff --git a/python-dynesty.spec b/python-dynesty.spec index 0dfd460..cee473e 100644 --- a/python-dynesty.spec +++ b/python-dynesty.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dynesty -Version: 2.1.0 +Version: 2.1.1 Release: 1 Summary: A dynamic nested sampling package for computing Bayesian posteriors and evidences. License: MIT URL: https://github.com/joshspeagle/dynesty -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a8/6f/c4d4a7840fa60054e3156ee4985c6566ae0069afdeca1f12ec24cb0f5ed2/dynesty-2.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/85/b4/00519fe16ef0b4b577802bdb913e3a25f24b71ea69114077d0b32967c56f/dynesty-2.1.1.tar.gz BuildArch: noarch @@ -112,7 +112,7 @@ If you want to report issues, or have questions, please do that on [github](http Patches and contributions are very welcome! Please see [CONTRIBUTING.md](https://github.com/joshspeagle/dynesty/blob/master/CONTRIBUTING.md) for more details. %prep -%autosetup -n dynesty-2.1.0 +%autosetup -n dynesty-2.1.1 %build %py3_build @@ -152,5 +152,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.1-1 - Package Spec generated @@ -1 +1 @@ -a94d23d845306b09b4050656c002108d dynesty-2.1.0.tar.gz +f650941d00c3b7fba5cff18ab0426994 dynesty-2.1.1.tar.gz |