summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2024-12-13gnu: python-prettytable: Update to 3.12.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-prettytable): Update to 3.12.0. [build-system]: Swap to pyproejct-build-system. [arguments]<phases>: Use custom 'check phase. [native-inputs]: Remove python-pytest-lazy-fixture; add python-hatchling, python-hatch-vcs, python-pytest-cov, and python-pytest-lazy-fixtures. Change-Id: I19d93bb92dec4f65d581dd8fcecbc137e1fdd4d6
2024-12-13gnu: python-qstylizer: Update to 0.2.4.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-qstylizer): Update to 0.2.4. [native-inputs]: Remove python-pytest-catchlog; add python-setuptools and python-wheel. Change-Id: I09ef64e0cd5a2f4336b4ff6a78f4f9eca0eae7b6
2024-12-13gnu: python-pydantic: Update to 1.10.19.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pydantic): Update to 1.10.19. [build-system]: Swap to pyproject-build-system. [arguments]<test-flags>: Deselect one failing test. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I58a30ef449bf689d129bf571ecf45d2b68f0925f
2024-12-13gnu: python-dirty-equals: Update to 0.8.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-dirty-equals): Update to 0.8.0. Adjust package indentation. [arguments]<test-flags>: Silent more tests. [native-inputs]: Remove python-pydantic, to break the cycle. Change-Id: I9499d79a4fc82e692aeed5b95fd69dd63e457635
2024-12-13gnu: python-apispec-webframeworks: Update to 1.2.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-apispec-webframeworks): Update to 1.2.0. Improve package style. [source]: Adjust URI as it's changed in PyPI. [propagated-inputs]: Remove python-setuptools. [native-inputs]: Remove python-flake8, python-flake8-bugbear, python-mock, and python-tox; add python-aiohttp and python-flit-core. Change-Id: I5dd727f729192290f449fd56ff32a13d77de7bed
2024-12-13gnu: python-flasgger: Update to 0.9.7.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-flasgger): Update to 0.9.7.1. [source]: Upstream introduced a new tagging style. [native-inputs]: Remove python-flake8 and python-flask-jwt. Change-Id: I5f740f064f2b82b62da5eedea3ca0384682967c6
2024-12-13gnu: python-apispec: Update to 6.7.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-apispec): Update to 6.7.1. Adjut indentation. [arguments]<test-flags>: Enable all tests. [propagated-inputs]: Remove python-packaging; add python-marshmallow and python-pyyaml. [native-inputs]: Remove python-flake8, python-flake8-bugbear, python-marshmallow, python-pyyaml, python-setuptools, and python-wheel; add python-flit-core and python-openapi-spec-validator. Change-Id: I0ab67f9ea7da59eab17beff9fd221616ccd569a7
2024-12-13gnu: python-itsdangerous: Update to 2.2.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-itsdangerous): Update to 2.2.0. [native-inputs]: Add python-flit-core, python-freezegun, and python-pytest. Change-Id: Icdb420c0b2fad6e0875042b80e577c97e3bbbbe8
2024-12-13gnu: python-blinker: Update to 1.9.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-blinker): Update to 1.9.0. [build-system]: Swapt to pyproject-build-system. [native-inputs]: Add python-flit-core, python-pytest, and python-pytest-asyncio. Change-Id: I0fe81403b9cd08ad9eabe11926f2817304a36ec5
2024-12-13gnu: python-cloudpickle: Update to 3.1.0.Sharlatan Hellseher
This change merges python-cloudpickle-testpkg and python-cloudpickle under the same variable name - python-cloudpickle, which was split 3y ago. Build and check phases passed just fine. * gnu/packages/python-xyz.scm (python-cloudpickle): Update to 3.1.0. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-flit-core. Remove python-cloudpickle-testpkg, python-tornado-6. (python-cloudpickle-testpkg): Delete variable. Change-Id: I4f3a31f127a9079e50a0334ee55d50f61e726009
2024-12-13gnu: python-beautifulsoup4: Update to 4.12.3.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.12.3. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Use default 'check phase. [native-inputs]: Add python-hatchling. Change-Id: I91e885eb4bd2414554408acbc6fb57de936625b3
2024-12-13gnu: python-xlsxwriter: Update to 3.2.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 3.2.0. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I1083b2690477070fccb203a6c0e7af2ab52eef5c
2024-12-13gnu: python-matplotlib: Disable more failing tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-matplotlib): 5 more tests are disabled, they fail with verity of warnings and look save to silent. Change-Id: I81693452aa88ddbd44fb615f4d4251b5309e4ebe
2024-12-13gnu: python-watchdog: Update to 6.0.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-watchdog): Update to 6.0.0. [arguments]<test-flags>: Disable one more test. Change-Id: I06b31b3d659739d5b5e9a6573597da3b57ea3919
2024-12-13gnu: python-versioneer: Simplify tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-versioneer): Reduce amount of dependencies for not stable tests. [arguments]<test-flags>: Disable expensive tests which require virtual environment setup. <phases>: Use default 'check phase. [native-inputs]: Remove git-minimal, python-flake8, python-pycodestyle, python-pyflakes, and python-pypa-build; add git-minimal/pinned and python-pytest. Change-Id: Ida1c7ac401a1bb9a80136b88099019389a5c51cc
2024-12-13gnu: python-isort: Update to 5.13.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-isort): Update to 5.13.2. [arguments]<test-flags>: Disable one failing test. [native-inputs]: Sort alphabetically. Change-Id: I23975366b6bb5cc9caa6bf8d41ca9fc8597edabd
2024-12-13gnu: python-numpy: Update to 1.24.4.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-numpy): Update to 1.24.4. [native-inputs]: Add meson-python, pkg-config, python-mypy, python-setuptools, and python-wheel. Change-Id: Icb2dfc04411d2eb87be25c336239c6f178fa5be2
2024-12-13gnu: python-jsonschema: Update to 4.23.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-jsonschema): Update to 4.23.0. [arguments]<phases>: Remove 'patch-pyproject phase. [native-inputs]: Add python-pip. Change-Id: I20b7b72ee66982c23a134caabe267cdccbdd5196
2024-12-13gnu: python-attrs: Update to 24.2.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-attrs): Update to 24.2.0. Change-Id: I7482ff7f2b1654f2b89c6a285ee40d84d2a90f89
2024-12-13gnu: python-cython-3: Update to 3.0.11.Sharlatan Hellseher
Port test flags and check phase from python-cython to ease the process of exclusion failing tests. * gnu/packages/python-xyz.scm (python-cython-3): Update to 3.0.11. [surce]: Adjust URI name as it changed in PyPI. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-setuptools, and python-wheel. Change-Id: I72b23a0e710a90fc78f93633319fb07edd0a8b20
2024-12-13gnu: python-execnet: Update to 2.1.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-execnet): Update to 2.1.1. [native-inputs]: Remove python-py, python-pytest, python-pytest-timeout, and python-setuptools-scm; add python-pytest-bootstrap. Change-Id: I370f5080d2c4b8017672937e25f8d77de01427d2
2024-12-13gnu: python-py: Improve package style.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-py): Add maintenance note. [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I8e14c2607d186e689461882fe4ac1b7f4c7ce84c
2024-12-13gnu: python-jedi: Update to 0.19.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.19.2. [native-inputs]: Remove python-colorama. Change-Id: If56218b5045cddb9aea2f7b8c41cdac933861e76
2024-12-13gnu: python-parso: Update to 0.8.4.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.4. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Use default 'check phase. [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/patches/python-parso-unit-tests-in-3.10.patch: Delete file. * gnu/local.mk: Deregister it. Change-Id: I7722e58ce8f3e2da42169af42f1b303c9cdd8856
2024-12-13gnu: python-curio: Update to 1.6.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-curio): Update to 1.6. [build-system]: Swap to pyrpoject-build-system. [arguments]<test-flags>: Move deselect options here, ignore more shaky tests. <phases>: Use default 'check phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I58a4098cbcf5063f88e41711fc06608520853e4e
2024-12-13gnu: python-openpyxl: Update to 3.1.5.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.1.5. Change-Id: I7069f2663f06b77b67281972a3d6be2d759196f8
2024-12-13gnu: python-filelock: Update to 3.16.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-filelock): Update to 3.16.1. [native-inputs]: Add python-hatch-vcs, python-hatchling, python-pytest, python-pytest-asyncio, python-pytest-mock, and python-setuptools-scm. Change-Id: I001b921f9804a3f1e2ba71ffc3ab2cc765e70e9d
2024-12-13gnu: python-pexpect: Update to 4.9.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pexpect): Update to 4.9.0. Change-Id: Ie4e9fa2a6187cba16cf8ccb7395f34fd8fb0845a
2024-12-13gnu: python-pexpect: Improve package style.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pexpect): Use G-expression, improve style. [build-system]: Swap to pyproject-build-system. [arguments]<test-flags>: Move test exclusion logic here from 'prepare-tests phase. [native-inputs]: Remove python-nose; add python-setuptools and python-wheel. Change-Id: I16da2bfbeabf21b02acf93f7fed765f262a56596
2024-12-13gnu: python-ptyprocess: Update to 0.7.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-ptyprocess): Update to 0.7.0. [build-system]: Swap to pyproject-build-system. [native-inputs]: Remove python-nose; add python-flit-core and python-pytest. Change-Id: I28682d1be282c650d9485d401e1a3291a85f472e
2024-12-13gnu: Remove python-pytest-next.Sharlatan Hellseher
* gnu/packages/check.scm (python-pytest-next): Delete variable. * gnu/packages/python-science.scm (python-pandas-2) [native-inputs]: Remove python-pytest-next; add python-pytest. * gnu/packages/python-xyz.scm (python-hy) [native-inputs]: Remove python-pytest-next; add python-pytest. Change-Id: I57e14aa11c2e3cd1d8e8119f566b49fd902c7957
2024-12-13gnu: python-exceptiongroup: Move to python-build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-exceptiongroup): Move from here ... * gnu/packages/python-build.scm: ... to here. Change-Id: Id034df5a988c5f6a4448879ba44ee1315888f63b
2024-12-13gnu: Remove python-pyproject-metadata-0.7.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pyproject-metadata-0.7): Delete variable. Change-Id: Ifa90ecb28d669d10ba5e6c02b5226063a3e32160
2024-12-13gnu: Add python-rich-tables.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-rich-tables): New variable. Change-Id: Ie06dfe6fa98b1f245ceccf98c905265bb27e16d3
2024-12-13gnu: Add python-rgbxy.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-rgbxy): New variable. Change-Id: I67a1a6ae5a7ccba888fc938e4212937ec37adb85
2024-12-13gnu: python-mpv: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-mpv) [native-inputs]: Add python-wheel. Change-Id: Ife1dacf680f3651c4af08a5811a63c548259d604
2024-12-13gnu: poetry: Fix build.Sharlatan Hellseher
The package requires a long change of update, this changes just fixes the build. * gnu/packages/python-xyz.scm (poetry): Refresh package style. [phases]{saniti-check}: Silent it, as it fails on too many checkes. {patch-setup-py}: Remove it. [propagated-inputs]: Remove python-poetry-core-1.0; add python-clikit and python-poetry-core. Change-Id: Ic69e174951f66d75b4625e3da9236786f8b42a07
2024-12-13gnu: Add python-poetry-plugin-export.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-poetry-plugin-export): New variable. Change-Id: Ic7dfe9bc84c634bb17492246a3fbe20d2dda9b4d
2024-12-13gnu: python-cplot: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-cplot) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie73c88278249a1efb8c710f1d9b5438a76b88df7
2024-12-13gnu: python-robotframework-datadriver: Update to 1.11.2.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-robotframework-datadriver): Update to 1.11.2. Improve package style. [source]: Swap to git checkout containing tests. [build-system]: Swap to pyproject-build-system. [phases]{skip-problematic-tests}: Add more files to skip. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I03fd2ff5c89a2801cfc5ee2cd1d757bc47cb88f7
2024-12-13gnu: python-urwid: Update to 2.6.16.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-urwid): Update to 2.6.16. [arguments]<tests>: Enable them. [propagated-inputs]: Add python-pygobject, python-tornado, python-trio, python-pyzmq, and python-twisted. [native-inputs]: Add python-pytest, python-pytest-cov, python-setuptools, and python-wheel. Change-Id: I9cd6313e2a6ac0db848e754165dfb8cfdda0e2ff
2024-12-13gnu: python-pycollada: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pycollada) [native-inputs]: Add python-wheel. Change-Id: I0d5db4731783fb5736e11e05d135fe77f5e2486f
2024-12-13gnu: python-pooch: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-pooch) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ideb7b063e8f14db0f1eb9fcefe82ecd83b862f50
2024-12-13gnu: python-parse-type: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-parse-type) [native-inputs]: Add python-pytest-html, python-setuptools, and python-wheel. Change-Id: I22853de1a6c8716ccb33fe7c180cd059c28fbb8d
2024-12-13gnu: python-jsonschema-3: Fix build.Sharlatan Hellseher
As seen in CI <https://ci.guix.gnu.org/build/6342439/log/raw>. * gnu/packages/python-xyz.scm (python-jsonschema-3)[arguments]<phases>: Do not modify not existing phase, disable tests instead. Change-Id: I7aadf51a0b5a7de36c93c981074b2c4f6bd0b3b4
2024-12-13gnu: python-docstring-to-markdown: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-docstring-to-markdown) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ib5c6b9ec846c76083d3adeda7c1f496fe8569aa7
2024-12-13gnu: nikola: Fix build.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (nikola): Fix build. [build-system]: Swap to pyproject-build-system. [arguments]<phases>: Use default check phase. Keep all tests. [native-inputs]: Remove python-coverage and python-flake8; add nss-certs-for-test, python-setuptools, and python-wheel. Change-Id: I74a754ce9f3b2fc4400c4f92ec976a6815cdb511
2024-12-13gnu: python-notebook: Disable more failing tests.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-notebook): Disable more failing tests. Change-Id: I86cf428533a9b6ea3c3b669db206c8b7378b6bc3
2024-12-13gnu: python-twine: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-twine): Adjust inputs, fix biuld. [arguments]<test-flags>: Refresh the list of disabled tests. [native-inputs]: Add python-setuptools, python-setuptools-scm, and python-wheel. Change-Id: I29904649c2d9ab1994e057f5434b5052ca8602cf
2024-12-13gnu: python-waitress: Adjust inputs.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-waitress) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ifeb7bf263c2eb056f8249d7124ec48717de162f6