diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 08:08:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 08:08:41 +0000 |
commit | cbf28051d82229fb719f67130551dd619a56d874 (patch) | |
tree | 076b30b72f0806490233a1e374b39bf9bad915fb | |
parent | b88cee082e16bf6104b542d19e9aa09f9f063a05 (diff) |
automatic import of python-ilds
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ilds.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /ilds-2023.4.27.post2.tar.gz +/ilds-2023.5.16.tar.gz diff --git a/python-ilds.spec b/python-ilds.spec index b28628f..d177878 100644 --- a/python-ilds.spec +++ b/python-ilds.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ilds -Version: 2023.4.27.post2 +Version: 2023.5.16 Release: 1 Summary: 常用模块的集合,为了多平台,多电脑调用方便! License: GNU GPL 3 URL: https://github.com/ldsxp/ilds -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/18/9e/f7122fab4f3fd58df175321df177c515605aca256f550bbf31c8506fcd1d/ilds-2023.4.27.post2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9e/fd/a68ed30176b2ca85c4d1ab119e7b3748bd337794f649b79bc5501ee85944/ilds-2023.5.16.tar.gz BuildArch: noarch Requires: python3-xlrd @@ -36,7 +36,7 @@ Provides: python3-ilds-doc %prep -%autosetup -n ilds-2023.4.27.post2 +%autosetup -n ilds-2023.5.16 %build %py3_build @@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.27.post2-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.5.16-1 - Package Spec generated @@ -1 +1 @@ -61a2d1554f6bfa7ec808b20101cd6cc0 ilds-2023.4.27.post2.tar.gz +c493e1d6099e54c7e219dab6b0342047 ilds-2023.5.16.tar.gz |