diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-poetry-core.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /poetry_core-1.5.1.tar.gz +/poetry_core-1.5.2.tar.gz diff --git a/python-poetry-core.spec b/python-poetry-core.spec index 43c59a8..2ebbe1e 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-poetry-core -Version: 1.5.1 +Version: 1.5.2 Release: 1 Summary: Poetry PEP 517 Build Backend License: MIT URL: https://github.com/python-poetry/poetry-core -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/69/52/b73aade26e2487159ad2c1b5fd7cd2b76532e146dd36f99b4be4f741b13b/poetry_core-1.5.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/01/10/dec07a2308b68c5b89432dcc80b0dd8882e45e4c90b5851552bb22247ca7/poetry_core-1.5.2.tar.gz BuildArch: noarch Requires: python3-importlib-metadata @@ -164,7 +164,7 @@ makes PEP 517 builds extremely fast for Poetry managed packages. %prep -%autosetup -n poetry-core-1.5.1 +%autosetup -n poetry-core-1.5.2 %build %py3_build @@ -204,5 +204,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.2-1 - Package Spec generated @@ -1 +1 @@ -dd3b6990ef6608bd477a1727a4e72d4f poetry_core-1.5.1.tar.gz +56a3df28a8a398947844026b75d7ae75 poetry_core-1.5.2.tar.gz |