diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-localstack.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /localstack-2.0.1.tar.gz +/localstack-2.0.2.tar.gz diff --git a/python-localstack.spec b/python-localstack.spec index a281263..d9532f0 100644 --- a/python-localstack.spec +++ b/python-localstack.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-localstack -Version: 2.0.1 +Version: 2.0.2 Release: 1 Summary: LocalStack - A fully functional local Cloud stack License: Apache License 2.0 URL: https://github.com/localstack/localstack -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/61/3d/7bdc55b31709b9bbfd82d5e1ab77f3f2f38682ae5371ad3a485260b2abc3/localstack-2.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a6/97/1b6102bdc5b7d4922b73ffd2c7acecf537ba928880abb5207f4610039f97/localstack-2.0.2.tar.gz BuildArch: noarch @@ -328,7 +328,7 @@ Copyright (c) 2016 Atlassian and others. This version of LocalStack is released under the Apache License, Version 2.0 (see [LICENSE](LICENSE.txt)). By downloading and using this software you agree to the [End-User License Agreement (EULA)](doc/end_user_license_agreement). To know about the external software we use, look at our [third party software tools](doc/third-party-software-tools/README.md) page. %prep -%autosetup -n localstack-2.0.1 +%autosetup -n localstack-2.0.2 %build %py3_build @@ -368,5 +368,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1 - Package Spec generated @@ -1 +1 @@ -d4fa9918017912e32362be007d142870 localstack-2.0.1.tar.gz +c2c24975c4da69c3cb19272d10137cc8 localstack-2.0.2.tar.gz |