~ruther/guix-local

ref: dc7b9f4ac277ce4c7db0dcd5e76c6faeb9948142 guix-local/gnu/packages/python-xyz.scm -rw-r--r-- 1.4 MiB
dc7b9f4a — Sharlatan Hellseher 8 months ago
gnu: python-tracerite: Update to 1.1.3.

* gnu/packages/python-xyz.scm (python-tracerite): Update to 1.1.3.
[native-inputs]: Remove python-wheel.

Change-Id: Ief27b928fcc7a138f97a78e9813527f05d56c355
8b7ae279 — Sharlatan Hellseher 8 months ago
gnu: python-tempora: Update to 5.8.1.

* gnu/packages/python-xyz.scm (python-tempora): Update to 5.8.1.
  [arguments] <test-flags>: Provide "tests" dirrectory to avoid running
  doctests.
  [propagated-inputs]: Remove python-pytz; add python-dateutil.
  [native-inputs]: Remove python-pytest-black, python-pytest-checkdocs,
  python-pytest-cov, python-pytest-enabler, python-pytest-flake8,
  python-pytest-freezegun, python-pytest-mypy, python-types-freezegun,
  python-types-pytz, and python-wheel; add python-tzdata.

Change-Id: I919e46694c5ff8627047250e8b62c87d0c579774
d42eac6c — Sharlatan Hellseher 8 months ago
gnu: python-path: Reduce closure size.

* gnu/packages/python-xyz.scm (python-path): [native-inputs]: Remove
python-pytest-black, python-pytest-checkdocs, python-pytest-cov,
python-pytest-enabler, python-pytest-flake8, and python-pytest-mypy; add
python-more-itertools.

Change-Id: I4592262fd133c41a4603d3ddab37dd7c2c9a0d9f
acde8987 — Sharlatan Hellseher 8 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
36f86ab8 — Sharlatan Hellseher 8 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 8 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
b1642531 — Sharlatan Hellseher 8 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 8 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 8 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
d15d4cb1 — Sharlatan Hellseher 8 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 8 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
0a668903 — Sharlatan Hellseher 8 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 6 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
73ac9f0f — Sharlatan Hellseher 6 months ago
gnu: python-annoy: Update to 1.17.3.

* gnu/packages/python-xyz.scm (python-annoy): Update to 1.17.3.
[source]: Switch to git-fetch providing tests.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-nose; add python-numpy, python-pytest,
and python-setuptools.

Change-Id: I7d98d3f76fe1a94d392551ed833cf493c02fec40
d5007a8e — Sharlatan Hellseher 6 months ago
gnu: python-gssapi: Update to 1.10.0.

* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.10.0.
[build-system]: Switch to pyproject-build-system.
[arguments] <test-flags>: Add '--pyargs' option to tests against
installed library.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove python-nose; add python-pytest and
python-setuptools.

Change-Id: I517b2ecf9527f15dc54c08186a51569f6a730586
9c6e514c — Sharlatan Hellseher 6 months ago
gnu: python-voluptuous: Update to 0.15.2.

* gnu/packages/python-xyz.scm (python-voluptuous): Update to 0.15.2.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-nose; add python-pytest and
python-setuptools.

Change-Id: I306b65ff59e9cb1e4d7400ab057912bae072e520
d7ae2db9 — Sharlatan Hellseher 6 months ago
gnu: python-k5test: Update to 0.10.4.

* gnu/packages/python-xyz.scm (python-k5test): Update to 0.10.4.
[build-system]: Switch to pyproejct-build-system.
[arguments] <phases>: Remove 'apply-upstream-fixes.
[inputs]: Add mit-krb5.
[propagated-inputs]: Remove python-six, which, and mit-krb5.
[native-inputs]: Remove mit-krb5; add python-setuptools.

Change-Id: Ife80993e4e78368c5689515f037961c9f6fee703
Next