diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-humiolib.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /humiolib-0.2.4.tar.gz +/humiolib-0.2.5.tar.gz diff --git a/python-humiolib.spec b/python-humiolib.spec index 7753c03..d18136a 100644 --- a/python-humiolib.spec +++ b/python-humiolib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-humiolib -Version: 0.2.4 +Version: 0.2.5 Release: 1 Summary: Python SDK for connecting to Humio License: Apache-2.0 URL: https://github.com/humio/python-humio -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b4/27/cb8d4c57a3e7fecc61395906f0d49fa1c2c93dbceeaaf65537ce46f759e3/humiolib-0.2.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/17/894a0d39b27a3bf16629f6f8e15caa4814616dfa095cbbc1e816e8ad5029/humiolib-0.2.5.tar.gz BuildArch: noarch Requires: python3-requests @@ -31,7 +31,7 @@ Provides: python3-humiolib-doc %prep -%autosetup -n humiolib-0.2.4 +%autosetup -n humiolib-0.2.5 %build %py3_build @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.4-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.5-1 - Package Spec generated @@ -1 +1 @@ -776a14ede69f293701d13c14c3cd0ff5 humiolib-0.2.4.tar.gz +ea1c38891cd5aff6fde124ef5cbaac3a humiolib-0.2.5.tar.gz |