Allow newer packaging version

epel9
Lumir Balhar 4 years ago
parent 086c564f63
commit ce74ac348d

@ -9,7 +9,7 @@ index d55b844..822c584 100644
+# moved here from vendors/pyproject.toml +# moved here from vendors/pyproject.toml
+jsonschema = "^3.2.0" +jsonschema = "^3.2.0"
+lark-parser = "^0.9.0" +lark-parser = "^0.9.0"
+packaging = "^20.9" +packaging = "*"
+pyrsistent = ">=0.16.0,<0.18.0" +pyrsistent = ">=0.16.0,<0.18.0"
+tomlkit = ">=0.7.0,<1.0.0" +tomlkit = ">=0.7.0,<1.0.0"
+ +

@ -1,6 +1,6 @@
Name: python-poetry-core Name: python-poetry-core
Version: 1.0.3 Version: 1.0.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: Poetry PEP 517 Build Backend Summary: Poetry PEP 517 Build Backend
License: MIT License: MIT
URL: https://github.com/python-poetry/poetry-core URL: https://github.com/python-poetry/poetry-core
@ -73,6 +73,9 @@ rm -r poetry/core/_vendor
%changelog %changelog
* Thu Jul 08 2021 Lumír Balhar <lbalhar@redhat.com> - 1.0.3-3
- Allow newer packaging version
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.3-2 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.3-2
- Rebuilt for Python 3.10 - Rebuilt for Python 3.10

Loading…
Cancel
Save