diff --git a/poetry-core-1.0.2-devendor.patch b/poetry-core-1.0.2-devendor.patch index feb0bd9..6740c5b 100644 --- a/poetry-core-1.0.2-devendor.patch +++ b/poetry-core-1.0.2-devendor.patch @@ -9,7 +9,7 @@ index d55b844..822c584 100644 +# moved here from vendors/pyproject.toml +jsonschema = "^3.2.0" +lark-parser = "^0.9.0" -+packaging = "^20.9" ++packaging = "*" +pyrsistent = ">=0.16.0,<0.18.0" +tomlkit = ">=0.7.0,<1.0.0" + diff --git a/python-poetry-core.spec b/python-poetry-core.spec index e375997..ac2ae22 100644 --- a/python-poetry-core.spec +++ b/python-poetry-core.spec @@ -1,6 +1,6 @@ Name: python-poetry-core Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Poetry PEP 517 Build Backend License: MIT URL: https://github.com/python-poetry/poetry-core @@ -73,6 +73,9 @@ rm -r poetry/core/_vendor %changelog +* Thu Jul 08 2021 Lumír Balhar - 1.0.3-3 +- Allow newer packaging version + * Fri Jun 04 2021 Python Maint - 1.0.3-2 - Rebuilt for Python 3.10