diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 13:12:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 13:12:26 +0000 |
commit | f7d2858afdac057fa5d774874c3e8478306e2405 (patch) | |
tree | 9b8303628e5dbb9a60e6fd83fdde8cd0a624c83a | |
parent | 0cb0f2f6dce5dada034c5d98f28190a92264cae6 (diff) |
automatic import of python-clear-skies
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-clear-skies.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /clear-skies-1.15.1.tar.gz +/clear-skies-1.15.8.tar.gz diff --git a/python-clear-skies.spec b/python-clear-skies.spec index 4799c72..749ae15 100644 --- a/python-clear-skies.spec +++ b/python-clear-skies.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-clear-skies -Version: 1.15.1 +Version: 1.15.8 Release: 1 Summary: A framework for building backends in the cloud License: MIT URL: https://github.com/cmancone/clearskies -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/a3/c8a94906056780efeb91c806856d449018bcd41ff5f6cd12f99aba3c7952/clear-skies-1.15.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/63/67/27ec802bdc28168c300531b01d7221c2168d838a831ab0f9f86b076b8aa8/clear-skies-1.15.8.tar.gz BuildArch: noarch Requires: python3-dateparser @@ -74,7 +74,7 @@ Documentation is under construction here: %prep -%autosetup -n clear-skies-1.15.1 +%autosetup -n clear-skies-1.15.8 %build %py3_build @@ -114,5 +114,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.1-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.15.8-1 - Package Spec generated @@ -1 +1 @@ -98cae35806621d98690ed5f1694c576f clear-skies-1.15.1.tar.gz +bd2afb4c08f88ccf506bbc2735c559e4 clear-skies-1.15.8.tar.gz |