diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pulpcore-client.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pulpcore-client-3.23.1.tar.gz +/pulpcore-client-3.23.3.tar.gz diff --git a/python-pulpcore-client.spec b/python-pulpcore-client.spec index 947f2b2..dcdf260 100644 --- a/python-pulpcore-client.spec +++ b/python-pulpcore-client.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pulpcore-client -Version: 3.23.1 +Version: 3.23.3 Release: 1 Summary: Pulp 3 API License: GPLv2+ URL: https://pypi.org/project/pulpcore-client/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/58/a8/61df985dff28a8f26c907b4ee2de14632a554cc7098027d7c76dad61760b/pulpcore-client-3.23.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9c/f6/da7bac1fdfff5581b412326d797691425113790daa403e744294224959bd/pulpcore-client-3.23.3.tar.gz BuildArch: noarch Requires: python3-urllib3 @@ -41,7 +41,7 @@ Fetch, Upload, Organize, and Distribute Software Packages # noqa: E501 %prep -%autosetup -n pulpcore-client-3.23.1 +%autosetup -n pulpcore-client-3.23.3 %build %py3_build @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.23.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 3.23.3-1 - Package Spec generated @@ -1 +1 @@ -e9cd3cd4c899a2c7c89583c1daade7bb pulpcore-client-3.23.1.tar.gz +3385e14953b57ea40f000dba364ba837 pulpcore-client-3.23.3.tar.gz |