From 0f5d0f9cfc352adeba87479edf8ae2ca4156aed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 5 Jun 2022 16:26:03 +0200 Subject: [PATCH] use poetry-core master, TODO: drop commit after rebase when poetry-core with # https://github.com/python-poetry/poetry-core/pull/392 is available and https://github.com/python-poetry/poetry-core/pull/375 is available --- poetry.lock | 16 ++++++++++------ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index c5a34c4e06d..fa08debd338 100644 --- a/poetry.lock +++ b/poetry.lock @@ -456,11 +456,18 @@ version = "1.1.0b2" description = "Poetry PEP 517 Build Backend" category = "main" optional = false -python-versions = ">=3.7,<4.0" +python-versions = "^3.7" +develop = false [package.dependencies] importlib-metadata = {version = ">=1.7.0", markers = "python_version < \"3.8\""} +[package.source] +type = "git" +url = "https://github.com/python-poetry/poetry-core.git" +reference = "main" +resolved_reference = "3bf7ad0f1dc2b1a5cabe4bb58cf7e1c6d832870d" + [[package]] name = "poetry-plugin-export" version = "1.0.4" @@ -903,7 +910,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "dc9c1daf9aa2657a922122aabb5be69d84f381ed6d99ed487fcb6b444a8120f7" +content-hash = "e258b2ccd09e11676f6f731f4db6882f033e0791be788a0a91b0c27028eaaafd" [metadata.files] atomicwrites = [ @@ -1257,10 +1264,7 @@ pluggy = [ {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] -poetry-core = [ - {file = "poetry-core-1.1.0b2.tar.gz", hash = "sha256:48ef71ff8a4c2f0b4eaf9c138c12feb96dbf32e65baac8ca673769d05edf142f"}, - {file = "poetry_core-1.1.0b2-py3-none-any.whl", hash = "sha256:4967fe08f745291b353328d4226d378a1731de2997a25b7a0c891e302460108d"}, -] +poetry-core = [] poetry-plugin-export = [ {file = "poetry-plugin-export-1.0.4.tar.gz", hash = "sha256:dfc8b9b12717cff24fd5f74346cf35d4acf97981d70abee85f62caea41541a1b"}, {file = "poetry_plugin_export-1.0.4-py3-none-any.whl", hash = "sha256:f4569cfd0051cf85dfdbd1e5ccd8255930eb921c7aacbbb037a8bf43a2646ac4"}, diff --git a/pyproject.toml b/pyproject.toml index 02bfc439bf7..13c800e620a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ generate-setup-file = false [tool.poetry.dependencies] python = "^3.7" -poetry-core = "^1.1.0b1" +poetry-core = { git = "https://github.com/python-poetry/poetry-core.git", branch = "main" } poetry-plugin-export = "^1.0.4" cachecontrol = { version = "^0.12.9", extras = ["filecache"] } cachy = "^0.3.0"