~ruther/guix-local

ref: 82225664fac226647ad531548bfd597f515b29e8 guix-local/gnu/packages/python-web.scm -rw-r--r-- 357.5 KiB
82225664 — Sharlatan Hellseher 1 year, 5 months ago
gnu: python-aws-sam-translator: Update to 1.94.0.

* gnu/packages/python-web.scm (python-aws-sam-translator): Update to
1.94.0. Fix build
[source]: Use git checkout containing tests.
[build-system]: Swap to pyproject-build-system.
[arguments]<test-flags>: Run test in parallel, skip some failing tests.
<phases>: Remove 'loosen-requirements, add 'fix-pytest-config, and
'pre-check.
[propagated-inputs]: Remove python-six; add python-pydantic and
python-typing-extensions.
[native-inputs]: Add python-pytest, python-setuptools,
python-pytest-xdist, python-parameterized, python-pyyaml, and
python-wheel.

Change-Id: I16181f714cfc9bcd97ca034631a204969c323542
e1143622 — Efraim Flashner 1 year, 5 months ago
gnu: python-awscrt: Fix build.

* gnu/packages/python-web.scm (python-awscrt)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: I810ca9e4d5ecfd73786b2a4a60a1ff51faf8b252
2f2efbfe — Efraim Flashner 1 year, 5 months ago
gnu: python-noiseprotocol: Fix build.

* gnu/packages/python-web.scm (python-noiseprotocol)[native-inputs]: Add
python-setuptools, python-wheel.

Change-Id: I43110aa61b2379c696170453473f005c36de3a8e
9e00e66b — Sharlatan Hellseher 1 year, 5 months ago
gnu: python-azure-storage-blob: Adjust inpusts.

* gnu/packages/python-web.scm (python-azure-storage-blob)
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ia3d3f1362714a3dace68b5c200034eced124ebf2
05a11989 — Sharlatan Hellseher 1 year, 5 months ago
gnu: python-azure-core: Update to 1.32.0.

* gnu/packages/python-web.scm (python-azure-core): Update to 1.32.0.
[source]: Adjust URI name as PyPI archive has been changed.
[native-inputs]: Remove unzip; add python-setuptools and python-wheel.

Change-Id: I08da865f353a16ec107f1a17bf6376a6519bc62e
ba2ed2fb — Sharlatan Hellseher 1 year, 5 months ago
gnu: Add python-suds.

* gnu/packages/python-web.scm (python-suds): New variable.

Change-Id: I37d0c0757b13ef7b37e1ff19aa00f4460f2c609a
5f4dba05 — Vinicius Monego 1 year, 11 months ago
gnu: python-omnipath: Remove pre-commit from native-inputs.

* gnu/packages/python-xyz.scm (python-omnipath)[native-inputs]: Remove
python-pre-commit.

Change-Id: Idfdf978df55e2c3cb3c8447aa18456cc9de4c4c2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
7d46ec3e — Nicolas Graves 1 year, 5 months ago
gnu: python-httpx: Update to 0.27.2.

* gnu/packages/python-web.scm (python-httpx): Update to 0.27.2.
[native-inputs]: Add python-zstandard.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
a0e5d191 — Nicolas Graves 1 year, 5 months ago
gnu: python-httpcore: Update to 1.0.7.

* gnu/packages/python-web.scm (python-httpcore): Update to 1.0.7.
[arguments]<#:test-flags>: Remove uneeded field.
[native-inputs]: Remove python-setuptools and python-wheel. Add
python-hatch-fancy-pypi-readme, and python-hatchling.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
3f46d58f — Nicolas Graves 1 year, 5 months ago
gnu: python-websockets: Update to 13.1.

* gnu/packages/python-web.scm (python-websockets): Update to 13.1.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
bd04ae16 — Nicolas Graves 1 year, 5 months ago
gnu: python-praw: Update to 7.8.1.

* gnu/packages/python-web.scm (python-praw): Update to 7.8.1.
[source]<origin>: Fetch from git to download tests.
[build-system]: Move to pyproject-build-system.
[arguments]<#:test-flags>: Skip failing tests.
[native-inputs]: Add python-flit-core.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
f62a9caa — Nicolas Graves 1 year, 5 months ago
gnu: python-prawcore: Update to 2.4.0.

* gnu/packages/python-web.scm (python-prawcore): Update to 2.4.0.
[source]<origin>: Fetch from git to download tests.
[build-system]: Move to pyproject-build-system.
[arguments]<#:test-flags>: Skip failing tests.
[native-inputs]: Add python-flit-core.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
8d60e708 — Sharlatan Hellseher 1 year, 5 months ago
gnu: python-openapi-spec-validator: Delete sanity check.

* gnu/packages/python-web.scm (python-openapi-spec-validator): Delete
sanity check.

Change-Id: I80d575155cf7920f0d2f6e9460a7e40d496c080c
8808175f — Sharlatan Hellseher 1 year, 5 months ago
gnu: python-quart: Update to 0.19.9.

* gnu/packages/python-web.scm (python-quart): Update to 0.19.9.
[source]: Swap to git checkout containing tests.
[build-system]: Swap to pyproject-build-system.
[arguments]<phases>: Add 'remove-coverage-pytest-options.
[propagated-inputs]: Add python-dotenv and python-flask.
[native-inputs]: Add python-poetry-core, python-pytest, and
python-pytest-asyncio.

Change-Id: I685eba2da7553529438fdb3c446b6c838dc64996
9d106932 — Sharlatan Hellseher 1 year, 5 months ago
gnu: python-aioquic: Update to 1.2.0.

* gnu/packages/python-web.scm (python-aioquic): Update to 1.2.0.
Adjust indentation.
[arguments]<test-flags>: Disable 3 failing tests.
[propagated-inputs]: Add python-service-identity.
[native-inputs]: Add nss-certs-for-test.

Change-Id: I55b2450457305acca6c2858394fe5221a541fbae
1a1df792 — Sharlatan Hellseher 1 year, 5 months ago
gnu: hypercorn: Update to 0.17.3.

* gnu/packages/python-web.scm (hypercorn): Update to 0.17.3.
[propagated-inputs]: Add python-taskgroup.
[native-inputs]: Add python-httpx.

Change-Id: I01eaf6e72c2882464bf98b09d24d5a5df7781571
6e312fe3 — Antero Mejr 1 year, 5 months ago
gnu: python-jsonpickle: Update to 4.0.0.

* gnu/packages/python-web.scm (python-jsonpickle): Update to 4.0.0.

Change-Id: Icadcf069113c6a5de3c285c36f0a8ec79903e822
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: python-betamax: Update to 0.9.0.

* gnu/packages/python-web.scm (python-betamax): Update to 0.9.0.

Change-Id: Ia4696d1150e1ee24ca6b27251a7db05d14d1351b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
fdd036fc — Sharlatan Hellseher 1 year, 5 months ago
gnu: python-starlette: Update to 0.41.3.

* gnu/packages/python-web.scm (python-starlette): Update to 0.41.3.

Change-Id: I36c69a16eaaca90503bfe0c0e8ee8e7941f98e94
db7da9c8 — Sharlatan Hellseher 1 year, 5 months ago
gnu: python-uvicorn: Update to 0.32.1.

* gnu/packages/python-web.scm (python-uvicorn): Update to 0.32.1.
[arguments]<test-flags>: Disable multiprocess tests.
<phases>: Remove 'patch-pyproject, newer version of Hatchling does like
it now.

Change-Id: Ie22fc5134d5e40eb4bb7e27681556fc88af886ef
Next