diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aegea.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /aegea-4.3.4.tar.gz +/aegea-4.4.0.tar.gz diff --git a/python-aegea.spec b/python-aegea.spec index 8fc1adc..e146278 100644 --- a/python-aegea.spec +++ b/python-aegea.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aegea -Version: 4.3.4 +Version: 4.4.0 Release: 1 Summary: Amazon Web Services Operator Interface License: Apache Software License URL: https://github.com/kislyuk/aegea -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e2/7d/ebf0a37606394f0103ef81287501cc6794760fe4f130227056bbc45afc41/aegea-4.3.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/43/a3/0f565f96f0a1ebed4492183f0206b7f04637f28d0b085bc5b453943554bd/aegea-4.4.0.tar.gz BuildArch: noarch Requires: python3-boto3 @@ -169,7 +169,7 @@ Below are some highlights from Aegea's suite of commands. Run ``aegea --help`` t +----------------------------+-----------------------------------------------------------------------------------------+ %prep -%autosetup -n aegea-4.3.4 +%autosetup -n aegea-4.4.0 %build %py3_build @@ -209,5 +209,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.4-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.0-1 - Package Spec generated @@ -1 +1 @@ -11c755ff2ea1659e096cb1c12d53d0e8 aegea-4.3.4.tar.gz +93fef4905c76406a669786d2054bd26d aegea-4.4.0.tar.gz |