poetry: 1.0.4 -> 1.0.5

This commit is contained in:
adisbladis 2020-02-29 22:09:44 +00:00
parent 81a24d4d19
commit 6f5d96a5fa
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
5 changed files with 16 additions and 21 deletions

View file

@ -1,4 +1,4 @@
{ lib, poetry2nix, python, fetchFromGitHub, fetchpatch }:
{ lib, poetry2nix, python, fetchFromGitHub }:
poetry2nix.mkPoetryApplication {
@ -9,15 +9,6 @@ poetry2nix.mkPoetryApplication {
src = fetchFromGitHub (lib.importJSON ./src.json);
patches = [
(
fetchpatch {
url = "https://github.com/python-poetry/poetry/commit/d2fed3de1864e4a972d3d00c7f63461fcc34737f.patch";
sha256 = "01a8ha15ff9ajd0fss568y2xx1wjp2xjjv81w877vfasipcvwjff";
}
)
];
# "Vendor" dependencies (for build-system support)
postPatch = ''
for path in ''${PYTHONPATH//:/ }; do echo $path; done | uniq | while read path; do

View file

@ -1221,7 +1221,7 @@ requests = ">=2.0.1,<3.0.0"
[[package]]
category = "main"
description = "scandir, a better directory iterator and faster os.walk()"
marker = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version >= \"3.4\" and python_version < \"3.5\""
marker = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version >= \"3.4\" and python_version < \"3.5\" or python_version < \"3.5\""
name = "scandir"
optional = false
python-versions = "*"
@ -1302,7 +1302,7 @@ description = "Style preserving TOML library"
name = "tomlkit"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.5.10"
version = "0.5.11"
[package.dependencies]
[package.dependencies.enum34]
@ -1491,7 +1491,6 @@ version = "0.5.1"
[[package]]
category = "main"
description = "Backport of pathlib-compatible object wrapper for zip files"
marker = "python_version >= \"3.5\" and python_version < \"3.8\" or python_version < \"3.8\""
name = "zipp"
optional = false
python-versions = ">=2.7"
@ -1507,7 +1506,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"]
[metadata]
content-hash = "804644786e073d16cd3c65f76a7da04eabd2137ae394470b946cb1c50f9ac3d9"
content-hash = "70609fddc0d3768b1003fc24207951ab7ad8bfad4c6cb326d6217c52f5a92e3d"
python-versions = "~2.7 || ^3.4"
[metadata.files]
@ -1829,6 +1828,11 @@ markupsafe = [
{file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"},
{file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"},
{file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"},
{file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15"},
{file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2"},
{file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42"},
{file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl", hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b"},
{file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be"},
{file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"},
]
mkdocs = [
@ -2071,8 +2075,8 @@ toml = [
{file = "toml-0.10.0.tar.gz", hash = "sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c"},
]
tomlkit = [
{file = "tomlkit-0.5.10-py2.py3-none-any.whl", hash = "sha256:5ca7863ebd6046256147198ced158266cdb1ad6679df61ba77d2533386b8367a"},
{file = "tomlkit-0.5.10.tar.gz", hash = "sha256:ebb690711c5bf2300bfe06300a79cf63a2821d8abc7b0bda61517603f0589754"},
{file = "tomlkit-0.5.11-py2.py3-none-any.whl", hash = "sha256:4e1bd6c9197d984528f9ff0cc9db667c317d8881288db50db20eeeb0f6b0380b"},
{file = "tomlkit-0.5.11.tar.gz", hash = "sha256:f044eda25647882e5ef22b43a1688fb6ab12af2fc50e8456cdfc751c873101cf"},
]
tornado = [
{file = "tornado-5.1.1-cp35-cp35m-win32.whl", hash = "sha256:732e836008c708de2e89a31cb2fa6c0e5a70cb60492bee6f1ea1047500feaf7f"},

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry"
version = "1.0.4"
version = "1.0.5"
description = "Python dependency management and packaging made easy."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
@ -35,7 +35,7 @@ cachecontrol = { version = "^0.12.4", extras = ["filecache"] }
pkginfo = "^1.4"
html5lib = "^1.0"
shellingham = "^1.1"
tomlkit = "^0.5.10"
tomlkit = "^0.5.11"
pexpect = "^4.7.0"
# The typing module is not in the stdlib in Python 2.7 and 3.4

View file

@ -1,6 +1,6 @@
{
"owner": "python-poetry",
"repo": "poetry",
"rev": "bb9582c98d21a4f6340b049c9d7ab41f51e74c3f",
"sha256": "1dmmkm19n2fmnq30a6dykz78ic6zvlbxdldqcwsik6x2776p4ni4"
"rev": "754dbf80dc022b89974288cff10b40ab2f1c2697",
"sha256": "1khjx598n222fhzvsxsc6cq4m2i8rss1k1whxw9k03kxi4dx6x5g"
}

View file

@ -6,4 +6,4 @@ nix-prefetch-github --rev "$rev" python-poetry poetry > src.json
src=$(nix-build --no-out-link --expr 'with import <nixpkgs> {}; fetchFromGitHub (lib.importJSON ./src.json)')
cp $src/pyproject.toml $src/poetry.lock .
nix-build --show-trace --no-out-link '<nixpkgs>' -A poetry
nix-build --expr '(import <nixpkgs> { overlays = [ (import ../../overlay.nix) ]; }).poetry'