1
0
forked from ports/contrib

python3-poetry-core: 1.5.0 -> 1.5.1

This commit is contained in:
Tim Biermann 2023-02-20 20:04:06 +01:00
parent 632516868a
commit 10b1ed7728
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 11 additions and 43 deletions

View File

@ -534,8 +534,8 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/poetry/core/version/pep440
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry/core/version/pep440/segments.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry/core/version/pep440/version.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry/core/version/requirements.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/poetry_core-1.5.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry_core-1.5.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry_core-1.5.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry_core-1.5.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry_core-1.5.0.dist-info/WHEEL
drwxr-xr-x root/root usr/lib/python3.10/site-packages/poetry_core-1.5.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry_core-1.5.1.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry_core-1.5.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry_core-1.5.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/poetry_core-1.5.1.dist-info/WHEEL

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33EoNOKIqOj9IPpMLJlyD9/r2WWS249g/qEMVK760XbQ1dzK3C9qGY2Qj5Su0qGv+qOqVCQp95sWLf3Pw+yXuwo=
SHA256 (Pkgfile) = 5bd84b1bd2f6fa8d86b5fbbcdae2ca5253cdaf5d98f7a72bdd0b049244df81f3
SHA256 (.footprint) = 2f5c869d297910e500094267c96be7b63f873ec317825b3c724fb2d1dc567281
SHA256 (python3-poetry-core-1.5.0.tar.gz) = c186b6212224fddae1de8ad7c5e660f40f295cf42559550523f15e72c562f5a8
RWSagIOpLGJF36R2TObptPRjZ1C8A8a/9HiCBnXT9g7XfVgHcNaiJkdsOM7QoqSQe5zjdbCW7yMzEB8FQdKbucdrtnwVtwD9WQg=
SHA256 (Pkgfile) = 144af23cd3287a23b9aa46712d0dad3b6e0e0449076767da8c5da177319f6c26
SHA256 (.footprint) = 95823311b66fd240e5069c9b14367e8f0e1451f5d25b1442c9a48e36ab1dbf2f
SHA256 (python3-poetry-core-1.5.1.tar.gz) = cfbff7b4d3cfb7c1679bb8699ac1053abddd1e853b7eb3c64491683f2caadd2f

View File

@ -1,10 +1,10 @@
# Description: Poetry PEP 517 Build Backend & Core Utilities
# URL: https://github.com/python-poetry/poetry-core
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-installer python3-jsonschema python3-lark-parser python3-tomlkit
# Depends on: python3-jsonschema python3-lark-parser python3-tomlkit
name=python3-poetry-core
version=1.5.0
version=1.5.1
release=1
source=(https://github.com/python-poetry/poetry-core/archive/$version/$name-$version.tar.gz)

View File

@ -1,32 +0,0 @@
diff --git a/pyproject.toml b/pyproject.toml
index d55b844..822c584 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,6 +43,13 @@ enum34 = {version = "^1.1.10", python = "~2.7"}
# required by tomlkit, jsonschema
functools32 = {version = "^3.2.3-2", python = "~2.7"}
+# moved here from vendors/pyproject.toml
+jsonschema = "^3.2.0"
+lark-parser = "^0.9.0"
+packaging = "*"
+pyrsistent = ">=0.16.0,<0.19.0"
+tomlkit = ">=0.7.0,<1.0.0"
+
[tool.poetry.dev-dependencies]
pre-commit = "^1.10"
pyrsistent = "^0.16.0"
diff --git a/vendors/pyproject.toml b/vendors/pyproject.toml
index 2671380..fb0b28e 100644
--- a/vendors/pyproject.toml
+++ b/vendors/pyproject.toml
@@ -20,9 +20,3 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.6"
-
-jsonschema = "^3.2.0"
-lark-parser = "^0.9.0"
-packaging = "^20.9"
-pyrsistent = "^0.16.0"
-tomlkit = ">=0.7.0,<1.0.0"