diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-sceptre.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sceptre-4.0.2.tar.gz +/sceptre-4.1.0.tar.gz diff --git a/python-sceptre.spec b/python-sceptre.spec index b397907..1088f19 100644 --- a/python-sceptre.spec +++ b/python-sceptre.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sceptre -Version: 4.0.2 +Version: 4.1.0 Release: 1 Summary: Cloud Provisioning Tool License: Apache2 URL: https://github.com/Sceptre/sceptre -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c9/2f/a6085de8c65d7440a558687d6f0ccf2747e5da0e734e758549504b94ec8d/sceptre-4.0.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ce/1b/64be41a3accf8e6a319e70609cfb7931bb9959b586f9b4c059a90b13cbf5/sceptre-4.1.0.tar.gz BuildArch: noarch Requires: python3-boto3 @@ -904,7 +904,7 @@ See our [Contributing Guide](CONTRIBUTING.md) %prep -%autosetup -n sceptre-4.0.2 +%autosetup -n sceptre-4.1.0 %build %py3_build @@ -944,5 +944,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.2-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.0-1 - Package Spec generated @@ -1 +1 @@ -d08ad2c609c3b5f6dfa6e97ef1c664a2 sceptre-4.0.2.tar.gz +b8a3f37d6c8a1f64ed11355d8cb464d0 sceptre-4.1.0.tar.gz |
