diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:00:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:00:52 +0000 |
commit | 8f69d9851f47c145ff11a3b2a39a7c8a623cf1cf (patch) | |
tree | c8d7aa3a825d845c27102f723ad8c3100c255f43 | |
parent | 90b908707f37e52e3aaef4a10ad453d31001845c (diff) |
automatic import of python-launchableopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-launchable.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /launchable-1.62.0.tar.gz +/launchable-1.63.0.tar.gz diff --git a/python-launchable.spec b/python-launchable.spec index fa66212..1657390 100644 --- a/python-launchable.spec +++ b/python-launchable.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-launchable -Version: 1.62.0 +Version: 1.63.0 Release: 1 Summary: Launchable CLI License: Apache Software License v2 URL: https://launchableinc.com/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/92/482f23bd2084f58720f33b539a0f94e757dd46ede277e59e017619279cea/launchable-1.62.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8a/13/1d84bf41e65082f43a68c29b28c2fecf3c1deca4d4739db3ed21dc34ab61/launchable-1.63.0.tar.gz BuildArch: noarch Requires: python3-urllib3 @@ -326,7 +326,7 @@ This module follows [Semantic versioning](https://semver.org/) such as X.Y.Z. %prep -%autosetup -n launchable-1.62.0 +%autosetup -n launchable-1.63.0 %build %py3_build @@ -366,5 +366,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.62.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.63.0-1 - Package Spec generated @@ -1 +1 @@ -9cdab317564c23ca0226c8eff75f128a launchable-1.62.0.tar.gz +36829b49ce0d1e416ebdf8b487d7d308 launchable-1.63.0.tar.gz |