~ruther/guix-local

3bbd97c5 — Sharlatan Hellseher 7 months ago
gnu: python-flask-compress: Update to 1.18.

* gnu/packages/python-web.scm (python-flask-compress): Update to 1.18.
[propagated-inputs]: Add python-pyzstd.
[native-inputs]: Remove python-wheel; add python-flask-caching and python-pytest.

Change-Id: I2d168d66b9331d86a850454c43be83b7d062e7b7
acde8987 — Sharlatan Hellseher 7 months ago
gnu: python-sentry-sdk: Adjust inputs.

* gnu/packages/python-xyz.scm (python-sentry-sdk): [native-inputs]:
Remove python-pytest-forked.

Change-Id: Ibb38b9056b82e5314427afa56bae422bde0d2a7e
7bac942e — Sharlatan Hellseher 7 months ago
gnu: python-pytest-fixture-config: Update to 1.8.0.

* gnu/packages/python-check.scm (python-pytest-fixture-config): Update to 1.8.0.
  [build-system]: Use pyproject.
  [native-inputs]: Remove python-pytest and python-setuptools-git; add
  python-pytest-bootstrap, python-setuptools, and python-six.

Change-Id: I7c507ad3405fa9519d9c631865d7746b4879d7f4
68b4c986 — Sharlatan Hellseher 7 months ago
gnu: Add python-flask-caching.

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

Change-Id: I5c381db79739f8775467855e82223c188ca9543c
36f86ab8 — Sharlatan Hellseher 7 months ago
gnu: python-argparse-dataclass: Activate tests.

* gnu/packages/python-xyz.scm (python-argparse-dataclass):
  [source]: Switch to git-fetch providing tests.
  [native-inputs]: Add python-pytest.

Change-Id: I07ad635cf565c2bd3e916ac7d9c7148414c78748
35102411 — Sharlatan Hellseher 7 months ago
gnu: python-configparser: Update to 7.2.0.

* gnu/packages/python-xyz.scm (python-configparser): Update to 7.2.0.
  [build-system]: Use pyproject.
  [native-inputs]: Add python-pytest, python-setuptools, and
  python-wheel.

Change-Id: I086a85ac3278ad7429ac27563e103f65ec522694
961d2ad0 — Sharlatan Hellseher 7 months ago
gnu: python-hypothesmith: Update to 0.3.3.

* gnu/packages/python-check.scm (python-hypothesmith): Update to 0.3.3.
  [arguments] <test-flags>: Run tests in parallel, supported upstream.
  <phases>: Remove 'patch-lark-dependency.
  [native-inputs]: Remove python-wheel; add python-pytest-xdist.

Change-Id: I4deacf53ebec2601c5b6ff6e5c28f6ec66f0a67b
b1642531 — Sharlatan Hellseher 7 months ago
gnu: python-numpy-2: Update to 2.3.1.

* gnu/packages/python-xyz.scm (python-numpy-2): Update to 2.3.1.
  [arguments] <test-flags>: Skip one problematic test.

Change-Id: Icabac3ace4b14e29659a92ae7bea212d6e6d99f4
1580aa5a — Sharlatan Hellseher 7 months ago
gnu: python-dm-tree: Update to 0.1.9.

* gnu/packages/python-xyz.scm (python-dm-tree): Update to 0.1.9.
[propagated-inputs]: Remove python-wheel.
[native-inputs]: Add python-setuptools.

Change-Id: Id9250c9bfa963f0275b62da75817f555b50bf544
3785994e — Sharlatan Hellseher 7 months ago
gnu: python-retrying: Update to 1.4.1.

The project maintenance moved to <https://github.com/groodt/retrying>,
see: <https://github.com/rholder/retrying/issues/100>.  PyPI release
<https://pypi.org/project/retrying/> points to the new home page .

* gnu/packages/python-xyz.scm (python-retrying): Update to 1.4.1.
  [source] <url>: Update to the new location.
  [propagated-inputs]: Remove python-six.
  [native-inputs]: Remove python-wheel; add python-pytest.
  [home-page]: Fix it.

Change-Id: Ibe003030dc4e2ea105e42fc1d0ea65ec721fcadc
319d59fc — Sharlatan Hellseher 7 months ago
gnu: python-xlib: Update to 0.33.

* gnu/packages/python-xyz.scm (python-xlib): Update to 0.33.
  [build-system]: Use pyproject.
  [arguments]: Remove trailing #t from lambdas.
  [native-inputs]: Remove python-setuptools-scm; add python-pytest and
  python-setuptools.

Change-Id: I2fb5025dbed0585b1ef74864b80c0b39fe112bbc
afbb46e5 — Sharlatan Hellseher 7 months ago
gnu: python-marshmallow: Update to 4.0.0.

* gnu/packages/python-xyz.scm (python-marshmallow): Update to 4.0.0.
  [arguments] <phases>: Add 'set-check-environment.
  [propagated-inputs]: Remove python-packaging.
  [native-inputs]: Remove python-pytz; add tzdata-for-tests.

Change-Id: I8968a2e28056fb16de2f206df70f7243ad7090e5
42843157 — Sharlatan Hellseher 8 months ago
gnu: python-cytoolz: Update to 1.0.1.

* gnu/packages/python-xyz.scm (python-cytoolz): Update to 1.0.1.
  [build-system]: Use pyproject.
  [arguments] <tests?>: Enable them.
  <test-flags>: Add option to run tests against installed module.
  [native-inputs]: Add python-pytest, python-setuptools, and python-wheel.

Change-Id: Ifb9817cee571fb99666fc01f0c0196706fae7179
7ef8d800 — Sharlatan Hellseher 7 months ago
gnu: python-pytest-mypy: Update to 1.0.1.

* gnu/packages/check.scm (python-pytest-mypy): Update to 1.0.1.
  [arguments] <test-flags>: Respect parallel jobs count; deselect one
  failing test.
  [propagated-inputs]: Remove python-attrs.
  [native-inputs]: Remove python-pexpect and python-wheel.

Change-Id: Ief9fdc73a02bbd062a3221fe87d3bb1d0f019301
d15d4cb1 — Sharlatan Hellseher 7 months ago
gnu: python-pyproject-hooks: Update to 1.2.0.

* gnu/packages/python-xyz.scm (python-pyproject-hooks): Update to 1.2.0.
  [propagated-inputs]: Remove python-tomli.

Change-Id: I79fcc01550a6e7c72a91bf55690148e10a054ded
db8d8e03 — Sharlatan Hellseher 7 months ago
gnu: python-amply: Update to 0.1.6.

* gnu/packages/python-xyz.scm (python-amply): Update to 0.1.6.
  [build-system]: Use pyproject.
  [native-inputs]: Add python-pytest, python-setuptools, and python-wheel.

Change-Id: If8d8854a9e76ed36fd2d158293a6de8d0c9b8b87
c6f2ec48 — Sharlatan Hellseher 8 months ago
gnu: python-breathe: Update to 4.36.0.

* gnu/packages/sphinx.scm (python-breathe): Update to 4.36.0.
[build-system]: Use pyproject.
[arguments] <phases>: Use default 'check.
[native-inputs]: Add python-flit-core.

Change-Id: I9616dcda2e8ca2a471de513d49b1295c6f67d105
0a668903 — Sharlatan Hellseher 7 months ago
gnu: python-absl-py: Update to 2.3.1.

* gnu/packages/python-xyz.scm (python-absl-py): Update to 2.3.1.
  [arguments] <tests?>: Tests require Bazel, disable them for now.
  [native-inputs]: Remove python-setuptools and python-wheel; add
  python-hatchling.

Change-Id: Iae112845d901067e1033fcfe5a29e5dbb81ab75b
e6523c89 — Sharlatan Hellseher 5 months ago
gnu: python-utils: Fix tests.

* gnu/packages/python-xyz.scm (python-utils)[native-inputs]: Remove
python-wheel; add python-pytest-asyncio.

Change-Id: If190cfbd00e47a6c27f42d9941500ae070051e76
13bed98c — Sharlatan Hellseher 7 months ago
gnu: python-azure-storage-blob: Update to 12.26.0.

* gnu/packages/python-web.scm (python-azure-storage-blob): Update to 12.26.0.
  [arguments] <tests?>: Visually disable tests.
  [native-inputs]: Remove python-wheel.

Change-Id: Ib02c7d942ee486d905b8362f1b8c5dafdd1f6f8b
Next