summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2023-04-22gnu: python-structlog: Update to 23.1.0.Efraim Flashner
* gnu/packages/python-xyz.scm (python-structlog): Update to 23.1.0. [build-system]: Switch to pyproject-build-system. [arguments]: Remove custom 'check phase. [native-inputs]: Add python-hatch-fancy-pypi-readme, python-hatch-vcs, and python-hatchling.
2023-04-22gnu: python-aenum: Update to 3.1.12.Kaelyn Takata
* gnu/packages/python-xyz.scm (python-aenum): Update to 3.1.12. [source]: Add snippet to delete Python 2 specific files. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-21gnu: python-setuptools-for-tensorflow: Patch for Python 3.10 compatibility.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-setuptools-for-tensorflow)[arguments]: Patch collections imports; remove wininst support.
2023-04-21gnu: python-numba: Update to 0.56.4.John Kehayias
* gnu/packages/python-xyz.scm (python-numba): Update to 0.56.4.
2023-04-20gnu: python-numexpr: Update to 2.8.4.John Kehayias
* gnu/packages/python-xyz.scm (python-numexpr): Update to 2.8.4.
2023-04-20gnu: python-singledispatch: Update to 4.0.0.John Kehayias
* gnu/packages/python-xyz.scm (python-singledispatch): Update to 4.0.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-pytest.
2023-04-19gnu: python-anyio: Update to 3.6.2.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-anyio): Update to 3.6.2.
2023-04-19gnu: python-fonttools-full: Rename to python-fonttools.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-fonttools): Rename to... (python-fonttools-minimal): ... this. (python-fonttools-full): Adjust references to base package. Rename to... (python-fonttools): ... this. (python-matplotlib): * gnu/packages/fontutils.scm (python-cu2qu) [propagated-inputs]: Rename python-fonttools-full to python-fonttools. (python-ufolib2, python-defcon-bootstrap): Likewise. * gnu/packages/pdf.scm (weasyprint): Likewise. * gnu/packages/fonts.scm (font-meera-inimai) Adjust for renamed python-fonttools-minimal. * gnu/packages/fontutils.scm (python-cffsubr): Likewise. (python-compreffor, python-cu2qu, python-fontmath, python-fontpens-bootstrap) (python-fontparts-bootstrap, python-glyphsets, python-mutatormath) (python-ufoprocessor, graphite2, python-ufolib2) (python-defcon-bootstrap): Likewise. * gnu/packages/graphics.scm (python-booleanoperations): Likewise.
2023-04-19gnu: python-fonttools: Update to 4.39.3.Maxim Cournoyer
This should have been already merged but was left out in a conflict resolution. * gnu/packages/python-xyz.scm (python-fonttools): Update to 4.39.3.
2023-04-19gnu: python-scikit-build: Update to 0.17.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-scikit-build): Update to 0.17.1. [source]: Update URI. [arguments]: Update check phase override. [native-inputs]: Add python-hatchling, python-hatch-fancy-pypi-readme and python-hatch-vcs. [propagated-inputs]: Add python-tomli.
2023-04-19gnu: python-pyzmq: Disable two tests to fix build.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pyzmq) [arguments]: Rename disable-draft-test to disable-problematic-tests, and disable two extra tests.
2023-04-19gnu: Add python-asynctest.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-asynctest): New variable.
2023-04-19gnu: python-numpydoc: Update to 1.5.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-numpydoc): Update to 1.5.0. [arguments]: Delete relax-requirements phase.
2023-04-19gnu: poetry: Update to 1.1.12.Maxim Cournoyer
* gnu/packages/python-xyz.scm (poetry): Update to 1.1.12. [arguments]: Delete phases. (python-msgpack-transitional): Delete variable.
2023-04-19gnu: python-isort: Use gexps.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-isort) [arguments]: Use gexps. Delete extraneous add-installed-pythonpath call in check phase.
2023-04-19gnu: python-isort: Update to 5.12.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-isort): Update to 5.12.0. [arguments]: Delete loosen-requirements phase. Streamline install-example-plugins phase.
2023-04-19gnu: python-packaging: Remove labels.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-packaging) [native-inputs]: Remove labels. [propagated-inputs]: Likewise.
2023-04-19gnu: python-execnet: Update to 1.9.0-1.d6aa1a5.Maxim Cournoyer
* gnu/packages/patches/python-execnet-read-only-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/python-xyz.scm (python-execnet): Update to 1.9.0-1.d6aa1a5. [source]: Remove patch. Fetch from git. [build-system]: Use pyproject-build-system. [arguments]: Remove check phase override. Add adjust-for-pytest-7.2+, pretend-version and prepare-for-tests phases. [native-inputs]: Add python-hatchling, python-hatchling-vcs, python-py and python-pytest-timeout.
2023-04-19gnu: python-hatchling: Move to (gnu packages python-build).Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-hatchling): Move to... * gnu/packages/python-build.scm (python-hatchling): ... here.
2023-04-19gnu: python-typing-extensions: Move to (gnu packages python-build).Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-typing-extensions): Move to... * gnu/packages/python-build.scm (python-typing-extensions): ... here.
2023-04-19gnu: Remove python-typing-extensions-next.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-typing-extensions-next): Delete variable.
2023-04-19gnu: python-typing-extensions: Use pyproject-build-system.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-typing-extensions) [arguments]: Remove #:phases argument. [native-inputs]: Remove python-pypa-build.
2023-04-19gnu: python-xyz: Move some packages to (gnu packages python-build).Maxim Cournoyer
This is to prepare for the new 'python-hatchling' build package, which has these dependencies. * gnu/packages/python-xyz.scm (python-pathspec, python-pluggy): Move to... * gnu/packages/python-build.scm: ... here. Re-organize definitions a bit, with comments.
2023-04-18gnu: python-pillow/security-fixes: Make graft package private.Maxim Cournoyer
This fixes the tests/packages.scm test suite, which would have failed its 'fold-available-packages with/without cache' test case due two python-pillow packages having the same name/version. * gnu/packages/python-xyz.scm (python-pillow/security-fixes): Make private.
2023-04-17Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-04-17gnu: python-outcome: Update to 1.2.0.Efraim Flashner
* gnu/packages/python-xyz.scm (python-outcome): Update to 1.2.0. [propagated-inputs]: Remove python-async-generator.
2023-04-16gnu: python-m2r: Update to 0.3.1.Julien Lepiller
* gnu/packages/python-xyz.scm (python-m2r): Update to 0.3.1.
2023-04-15gnu: python-numpy: Skip failing tests on i686.Kaelyn Takata
* gnu/packages/python-xyz.scm (python-numpy): Skip failing tests on i686. Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-15gnu: python-pillow: Ungraft.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pillow): Ungraft, preserving... [source]: ... the CVE patch. (python-pillow/security-fixes): Delete variable.
2023-04-15gnu: python-jsonschema: Update to 4.5.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jsonschema): Update to 4.5.1. [arguments]: Remove extraneous inputs, outputs bindings from check phase override. Add pretend-version phase. [propagated-inputs]: Add python-importlib-metadata and python-typing-extensions. Remove python-six. * gnu/packages/astronomy.scm (python-asdf): Replace python-jsonschema-next with python-jsonschema. (python-asdf-standard, python-gwcs): Likewise. * gnu/packages/matrix.scm (python-matrix-nio): Likewise. * gnu/packages/python-xyz.scm (python-robotframework): Likewise.
2023-04-14gnu: python-pytest-7.1: Deprecate package.Maxim Cournoyer
The source was adjusted using the following command: $ git grep -rl python-pytest-7.1 | xargs sed -i 's/python-pytest-7.1/python-pytest/g' * gnu/packages/check.scm (python-pytest-7.1): Delete variable.
2023-04-14gnu: python-pluggy: Update to 1.0.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pluggy): Update to 1.0.0. (python-pluggy-next): Delete variable. * gnu/packages/check.scm (python-pytest-7.1) [propagated-inputs]: Remove python-pluggy replacement. * gnu/packages/databases.scm (datasette) [propagated-inputs]: Replace python-pluggy-next with python-pluggy.
2023-04-14gnu: python-docutils: Update to 0.19.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-docutils): Update to 0.19. [arguments]: Strip trailing #t. (python-docutils-0.19): Delete variable.
2023-04-14gnu: python-clickgen: Replace python-numpy-next with python-numpy.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-clickgen) [propagated-inputs]: Replace python-numpy-next with python-numpy.
2023-04-14Merge branch 'master' into core-updates.Maxim Cournoyer
Conflicts: gnu/local.mk gnu/packages/build-tools.scm gnu/packages/certs.scm gnu/packages/check.scm gnu/packages/compression.scm gnu/packages/cups.scm gnu/packages/fontutils.scm gnu/packages/gnuzilla.scm gnu/packages/guile.scm gnu/packages/ibus.scm gnu/packages/image-processing.scm gnu/packages/linux.scm gnu/packages/music.scm gnu/packages/nss.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/qt.scm gnu/packages/ruby.scm gnu/packages/shells.scm gnu/packages/tex.scm gnu/packages/video.scm gnu/packages/vulkan.scm gnu/packages/web.scm gnu/packages/webkit.scm gnu/packages/wm.scm
2023-04-14Revert "gnu: python-h5py: Update to 3.8.0."Maxim Cournoyer
This reverts commit a1c60ae50ee1124bfd20922368d1c48a4a672cd5. It should use hdf5-1.14, but the default one is still at hdf5-1.10. It also broke diffoscope.
2023-04-14gnu: python-unicodedata2: Update to 15.0.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-unicodedata2): Update to 15.0.0.
2023-04-14gnu: python-fonttools-next: Update to 4.39.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.39.3. (python-fonttools-full) [arguments]: Skip the MtiTest suite in the check phase override.
2023-04-14gnu: python-pyftpdlib: Update to 1.5.7.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pyftpdlib): Update to 1.5.7.
2023-04-14gnu: python-trio-typing: Switch to pyproject-build-system.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-trio-typing) [source]: Fix indentation. [build-system]: Use pyproject-build-system. [arguments]: Delete field.
2023-04-14gnu: python-celery: Use python-pytest-7.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-celery) [native-inputs]: Replace python-pytest with python-pytest-7.1.
2023-04-14gnu: python-pint: Use python-pytest-7.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pint) [native-inputs]: Replace python-pytest with python-pytest-7.1.
2023-04-14gnu: python-h5py: Update to 3.8.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-h5py): Update to 3.8.0.
2023-04-14gnu: python-trio-typing: Update to 0.8.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-trio-typing): Update to 0.8.0.
2023-04-14gnu: python-trio: Update to 0.22.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-trio): Update to 0.22.0. [arguments]: Break long line in check phase. [propagated-inputs]: Add python-cffi and python-exceptiongroup.
2023-04-14gnu: python-exceptiongroup: Update to 1.1.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-exceptiongroup): Update to 1.1.1.
2023-04-14gnu: python-chardet: Update to 5.1.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-chardet): Update to 5.1.0. [build-system]: Change to PYPROJECT-BUILD-SYSTEM. [arguments]: Remove custom check phase in favor of #:test-flags.
2023-04-13Merge staging branch.Maxim Cournoyer
Conflicts resolved in: gnu/packages/engineering.scm gnu/packages/gnuzilla.scm gnu/packages/photo.scm
2023-04-13gnu: python-faker: Update to 15.0.0.jgart
* gnu/packages/python-xyz.scm (python-faker): Update to 15.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-12gnu: python-unicodedata2: Update to 15.0.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-unicodedata2): Update to 15.0.0.