diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:08:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:08:49 +0000 |
commit | 8c86b8d13b0ca54774d72c948ae041f2f9b18bcd (patch) | |
tree | 46ffa2d0c68bf06796cf8e6e319c13f4e1a3ec6f | |
parent | 924751119a2f6c53061be595b11cde7f3bd8d4d2 (diff) |
automatic import of python-packagingopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-packaging.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /packaging-23.0.tar.gz +/packaging-23.1.tar.gz diff --git a/python-packaging.spec b/python-packaging.spec index 1b02695..e0873ea 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-packaging -Version: 23.0 +Version: 23.1 Release: 1 Summary: Core utilities for Python packages License: Apache Software License URL: https://pypi.org/project/packaging/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/47/d5/aca8ff6f49aa5565df1c826e7bf5e85a6df852ee063600c1efa5b932968c/packaging-23.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b9/6c/7c6658d258d7971c5eb0d9b69fa9265879ec9a9158031206d47800ae2213/packaging-23.1.tar.gz BuildArch: noarch @@ -46,7 +46,7 @@ The ``packaging`` project includes the following: version handling, specifiers, markers, requirements, tags, utilities. %prep -%autosetup -n packaging-23.0 +%autosetup -n packaging-23.1 %build %py3_build @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 23.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 23.1-1 - Package Spec generated @@ -1 +1 @@ -5c7b22d9258e8132c16cee4f230d8252 packaging-23.0.tar.gz +f7d5c39c6f92cc2dfa1293ba8f6c097c packaging-23.1.tar.gz |