diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 11:46:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 11:46:21 +0000 |
commit | 19357d3db630e24dedb6a9cbef5b6438125d59e2 (patch) | |
tree | 865624b4daea1d56d8122ea4c035889d3064db41 | |
parent | 704481b488c074f03f79aba0f3820463cdb9017c (diff) |
automatic import of python-pymcopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pymc.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pymc-5.2.0.tar.gz +/pymc-5.3.0.tar.gz diff --git a/python-pymc.spec b/python-pymc.spec index d2c8689..b008199 100644 --- a/python-pymc.spec +++ b/python-pymc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pymc -Version: 5.2.0 +Version: 5.3.0 Release: 1 Summary: Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with PyTensor License: Apache License, Version 2.0 URL: http://github.com/pymc-devs/pymc -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3c/8c/095db1efbb613d40183cf5df353d0e356f40f14980d308d878217e053e25/pymc-5.2.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a8/f7/8267c7f163d0b75e9ca3a76fd67f2f1f6a7c564d3a921ed9b35569db8b3a/pymc-5.3.0.tar.gz BuildArch: noarch Requires: python3-arviz @@ -79,7 +79,7 @@ Provides: python3-pymc-doc - Transparent support for missing value imputation %prep -%autosetup -n pymc-5.2.0 +%autosetup -n pymc-5.3.0 %build %py3_build @@ -119,5 +119,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 5.2.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.0-1 - Package Spec generated @@ -1 +1 @@ -fdff290a19b6f30459ea0f3dc32ed32e pymc-5.2.0.tar.gz +91c8e186be90a876b117e3a84a45759d pymc-5.3.0.tar.gz |