gnu: python-trio-typing: Update to 0.10.0. * gnu/packages/python-xyz.scm (python-trio-typing): Update to 0.10.0. [native-inputs]: Remove python-attrs. [propagated-inputs]: Remove python-mypy; add python-async-generator, python-importlib-metadata, and python-packaging. Change-Id: Ie8171ed0bdacb15f083c1c430162a8b4f28965f9
gnu: python-trio: Update to 0.28.0. * gnu/packages/python-xyz.scm (python-trio): Update to 0.28.0. [arguments]: Add phase 'ignore-deprecations. [native-inputs]: Remove python-astor, python-jedi, python-isort, and python-pytest-asyncio. [propagated-inputs]: Remove python-async-generator. Change-Id: I435fe322324bc5e58130d072db7f032c3a67c67e
gnu: python-pyopenssl: Update to 24.3.0. * gnu/packages/python-crypto.scm (python-pyopenssl): Update to 24.3.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-wheel. Change-Id: I504a80c300a94698771734734bed29c07cb13bd5
gnu: python-cryptography: Update to 44.0.0. * gnu/packages/python-crypto.scm (python-cryptography): Update to 44.0.0. [arguments]<cargo-inputs>: Replace rust-asn1-0.16 with rust-asn1-0.20; replace rust-pyo3-0.22 with rust-pyo3-0.23. [source]: Remove obsolete part of snippet. [native-inputs]: Remove python-iso8601 and python-pytest-subtests; add python-cffi, python-click, python-mypy, python-pytest-cov, python-pytest-randomly, and python-pytest-xdist. Change-Id: I44dab9afec879d45d4612cb15e582ce1a62635ad
gnu: python-cryptography-vectors: Update to 44.0.0. * gnu/packages/python-crypto.scm (python-cryptography-vectors): Update to 44.0.0. [native-inputs]: Remove python-setuptools and python-wheel. Change-Id: I9d73e0ee5ef9af14c5a7ce5900d0814fea707f87
gnu: python-traittypes: Fix tests. * gnu/packages/python-science.scm (python-traittypes)[arguments]: Add phase 'numpy-compatibility. Change-Id: I41d55d65d0dafd44029de38b3044d9fad378db50
gnu: cwltool: Patch tox.ini. * gnu/packages/bioinformatics.scm (cwltool)[arguments]: Rename 'modify-tests to 'patch-tests; add patch of tox.ini. Change-Id: I2c90a8803e7eb1153cb4c7cc5b683875627c57f1
gnu: cwltool: Use test-flags. * gnu/packages/bioinformatics.scm (cwltool)[arguments]: Use #:test-flags instead of deleting and patching tests in 'modify-tests phase. Change-Id: I0e4f16d48fba23e4197b69bf1c3923828f178cd0
gnu: python-prov: Update to 2.0.1. * gnu/packages/python-xyz.scm (python-prov): Update to 2.0.1. [build-system]: Use pyproject-build-system. [arguments]: Remove 'fix-rdflib-6-compatibility phase; add custom 'check phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia5e0ed1ee6e9476f317b345234018f2391cc3e98
gnu: python-rdflib-6: Accept newer isodate. * gnu/packages/rdf.scm (python-rdflib-6)[arguments]: Add phase 'compatibility. Change-Id: I4b4c880b169c6606707c1e973af9488c07d18992
gnu: python-rdflib-6: Disable one test. * gnu/packages/rdf.scm (python-rdflib-6)[arguments]: Disable one additional test. Change-Id: Ifcfe1b11d09299e219499ea77f792ca41aa02d9c
gnu: python-cwl-utils: Add missing inputs. * gnu/packages/bioinformatics.scm (python-cwl-utils)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I803a68c04923c96f793d508c23bb08069524bc63
gnu: python-cwl-upgrader: Add missing inputs. * gnu/packages/bioinformatics.scm (python-cwl-upgrader)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I81531d588e6deb8a01c59f2a824b815e8f95e0f0
gnu: python-schema-salad: Update to 8.8.20241206093842. * gnu/packages/bioinformatics.scm (python-schema-salad): Update to 8.8.20241206093842. [arguments]: Patch tox.ini. [propagated-inputs]: Remove python-importlib-resources, python-setuptools, and python-typing-extensions. [native-inputs]: Add python-cachecontrol, python-mypy, python-setuptools, python-setuptools-scm, python-types-dataclasses, python-types-requests, and python-types-setuptools. Change-Id: I22ca7ad772078192117a1139adca410b53844008
gnu: python-isodate: Update to 0.7.2. * gnu/packages/time.scm (python-isodate): Update to 0.7.2. [build-system]: Use pyproject-build-system. [native-inputs]: Remove python-six; add python-pytest, python-setuptools, python-setuptools-scm, and python-wheel. Change-Id: I5ba64eb433e39c0bbb0360273f822d95ea7c63d3
gnu: python-cachecontrol: Update to 0.14.1. * gnu/packages/python-web.scm (python-cachecontrol): Update to 0.14.1. [build-system]: Use pyproject-build-system. [propagated-inputs]: Add python-filelock. [native-inputs]: Add python-flit-core. Change-Id: I61bc38aafe04cf7f11394a654cf28181d39ce355
gnu: python-rdflib-6: Update to 6.3.2. * gnu/packages/rdf.scm (python-rdflib-6): Update to 6.3.2. [build-system]: Use pyproject-build-system. [arguments]: Use #:test-flags instead of a custom build phase; update list of disabled tests. [native-inputs]: Add python-poetry-core and python-pytest-cov. Change-Id: I0dd4ecebdf3ef04562c3a3efb37614bf5eec16f5
gnu: fava: Update to 1.27. * gnu/packages/finance.scm (fava): Update to 1.27. [arguments] <phases>: Remove 'relax-requirements, and 'set-home. [native-inputs]: Remove python-chardet, python-dateutil, and python-setuptootls-scm. Add python-babel, python-mypy, python-pytest-cov, python-setuptootls, python-twine, python-types-setuptootls, python-types-simplejson, and python-wheel. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Iee27197ece9685c500afe0dedb8ba33e02eb1ea1
gnu: beancount: Fix build. * gnu/packages/finance.scm (beancount) [native-inputs]: Add python-wheel and python-setuptools. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: Add python-types-simplejson. * gnu/packages/python-xyz.scm (python-types-simplejson): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>