Age | Commit message (Expand) | Author |
2021-11-11 | gnu: python-dbusmock: Update to 0.24.0....* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.0. Delete
trailing #t.
| Maxim Cournoyer |
2021-11-11 | gnu: python-dbus: Update to 1.2.18....* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.18.
(python2-dbus)[configure-flags]: Provide the PYTHON_VERSION configure
variable.
| Maxim Cournoyer |
2021-11-11 | gnu: python-flit: Update to 3.3.0....* gnu/packages/python-xyz.scm (python-flit): Update to 3.3.0.
| Maxim Cournoyer |
2021-11-11 | gnu: python-pathlib2: Update to 2.3.6....* gnu/packages/python-xyz.scm (python-pathlib2): Update to 2.3.6.
| Maxim Cournoyer |
2021-11-11 | gnu: python-setuptools-scm: Update to 6.3.2...* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 6.3.2.
[propagated-inputs]: Add python-packaging-bootstrap and python-tomli.
(properties): Set the python2-variant property.
(python2-setuptools-scm): Pin to version 5.0.2, the last release to support
Python 2.
| Maxim Cournoyer |
2021-11-11 | gnu: Move a few Python packages to (gnu packages python-build)....This is in prevision of updating python-pypa-build, which now requires
python-packaging and adding python-tomli, which requires python-six.
* gnu/packages/python-xyz.scm (python-six)
(python-six-bootstrap, python2-six-bootstrap)
(python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7)
(python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to...
* gnu/packages/python-build.scm: ... here. Update python-parsing to latest.
* gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to
inherit from their bootstrap versions.
| Maxim Cournoyer |
2021-11-11 | gnu: python-docutils: Update to 0.17.1....* gnu/packages/python-xyz.scm (python-docutils): Update to 0.17.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Xinglu Chen |
2021-11-08 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-11-03 | gnu: python-marshmallow: Fix linter warning....* gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]:
Drop the full stop.
| Tobias Geerinckx-Rice |
2021-11-03 | gnu: Add python-marshmallow-jsonapi....* gnu/packages/python-xyz.scm (python-marshmallow-jsonapi): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| David Larsson |
2021-11-03 | gnu: Add python-marshmallow@3.2....* gnu/packages/python-xyz.scm (python-marshmallow-3.2): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| David Larsson |
2021-11-03 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-11-03 | gnu: python-urwid: Remove sporadically failing tests....* gnu/packages/python-xyz.scm (python-urwid)[arguments]: Add phase to
remove problematic test.
| Efraim Flashner |
2021-11-01 | gnu: binwalk: Update to 2.3.2....* gnu/packages/python-xyz.scm (binwalk): Update to 2.3.2.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-11-01 | gnu: python-binwalk: Rename to binwalk....* gnu/packages/python-xyz.scm (binwalk): New variable renamed from
(python-binwalk): this old thing. Redefine it using DEPRECATED-PACKAGE.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Adjust accordingly.
| Tobias Geerinckx-Rice |
2021-10-31 | gnu: python-jupyter-client: Fix test suite....* gnu/packages/python-xyz.scm (python-jupyter-client)[native-inputs]:
Remove python-pytest-asyncio.
| Efraim Flashner |
2021-10-31 | gnu: python-ipykernel: Honor #:tests? flag....* gnu/packages/python-xyz.scm (python-ipykernel)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
| Efraim Flashner |
2021-10-31 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-10-30 | gnu: Add python-ijson....* gnu/packages/python-xyz.scm (python-ijson): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Raphaël Mélotte |
2021-10-27 | gnu: python-deprecated: Update to 1.2.13....* gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.13.
| Efraim Flashner |
2021-10-27 | gnu: python-deprecated: Honor #:tests? flag....* gnu/packages/python-xyz.scm (python-deprecated)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
| Efraim Flashner |
2021-10-27 | gnu: python-watchgod: Update to 0.7....* gnu/packages/python-xyz.scm (python-watchgod): Update to 0.7.
[native-inputs]: Remove python-docutils, python-flake8, python-isort,
python-pycodestyle, python-pyflakes, and python-pytest-aiohttp; add
python-pytest-asyncio.
| Efraim Flashner |
2021-10-26 | gnu: python-joblib: Run test suite sequentially....* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Adjust custom
'check phase to run the test suite sequentially.
| Efraim Flashner |
2021-10-26 | gnu: python-joblib: Honor #:tests? flag....* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
| Efraim Flashner |
2021-10-25 | gnu: python-peachpy: Make output deterministic....Fixes <https://issues.guix.gnu.org/50672>.
This makes users of python-peachpy bit-reproducible, such as nnpack.
* gnu/packages/patches/python-peachpy-determinism.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-peachpy)[source]: Use it.
Co-authored-by: Kyle Meyer <kyle@kyleam.com>
| Ludovic Courtès |
2021-10-25 | gnu: python-cython: Honor #:tests? flag....* gnu/packages/python-xyz.scm (python-cython)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
| Efraim Flashner |
2021-10-25 | gnu: python-cython: Update to 0.29.24....* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.24.
[arguments]: Adjust custom 'check phase to skip one test. Remove
trailing #t from phases.
| Efraim Flashner |
2021-10-25 | gnu: python-pyqtgraph: Disable one failing test....* gnu/packages/python-xyz.scm (python-pyqtgraph)[arguments]: Add test_reload
to list of disabled tests.
| Guillaume Le Vaillant |
2021-10-24 | gnu: python-mpmath: Update to 1.2.1....* gnu/packages/python-xyz.scm (python-mpmath): Update to 1.2.1.
[source]: Fetch from git.
[arguments]: Run tests directly with pytest; set the version with setuptools.
[native-inputs]: Add python-setuptools-scm.
| Ricardo Wurmus |
2021-10-24 | gnu: python-xopen: Update to 0.8.2....* gnu/packages/python-xyz.scm (python-xopen): Update to 0.8.2.
| Ricardo Wurmus |
2021-10-24 | gnu: python-magic: Update to 0.4.24....* gnu/packages/python-xyz.scm (python-magic): Update to 0.4.24.
| Ricardo Wurmus |
2021-10-23 | gnu: Use 'search-input-file' some more....This patch replaces occurrences of:
(string-append (assoc-ref %build-inputs "…") "/…")
by:
(search-input-file %build-inputs "/…")
* doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R
Shiny example.
* gnu/packages/admin.scm (screenfetch): Use 'search-input-file'.
(ufetch): Likewise.
(hosts): Likewise.
* gnu/packages/backup.scm (dirvish): Likewise.
* gnu/packages/code.scm (colormake): Likewise.
* gnu/packages/compression.scm (makeself-safeextract): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/education.scm (snap): Likewise.
(omnitux): Likewise.
* gnu/packages/emacs-xyz.scm (epipe): Likewise.
* gnu/packages/games.scm (openttd-opensfx): Likewise.
(openttd-openmsx): Likewise.
(openrct2-title-sequences): Likewise.
(openrct2-objects): Likewise.
(mrrescue): Likewise.
(0ad-data): Likewise.
(xonotic-data): Likewise.
(drascula): Likewise.
(make-lure-package): Likewise.
(make-queen-package): Likewise.
(sky): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/gnuzilla.scm (icedove): Likewise.
* gnu/packages/guile-xyz.scm (guile-shapefile): Likewise.
* gnu/packages/hurd.scm (netdde): Likewise.
* gnu/packages/javascript.scm (js-context-menu): Likewise.
(js-commander): Likewise.
(js-xmldom-sre): Likewise.
* gnu/packages/kde-frameworks.scm (krunner): Likewise.
* gnu/packages/kodi.scm (kodi-cli): Likewise.
* gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise.
* gnu/packages/linux.scm (e2fsck/static): Likewise.
* gnu/packages/markup.scm (markdown): Likewise.
* gnu/packages/maths.scm (hdf-java): Likewise.
* gnu/packages/multiprecision.scm (libtomcrypt): Likewise.
* gnu/packages/networking.scm (batctl): Likewise.
* gnu/packages/python-xyz.scm (python-pymediainfo): Likewise.
* gnu/packages/shells.scm (fish-foreign-env): Likewise.
* gnu/packages/tex.scm (texlive-fonts-iwona): Likewise.
* gnu/packages/upnp.scm (miniupnpc): Likewise.
* gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise.
* gnu/packages/virtualization.scm (qemu): Likewise.
* gnu/packages/web.scm (icedtea-web): Likewise.
* gnu/packages/wm.scm (stumpish): Likewise.
| Ludovic Courtès |
2021-10-21 | gnu: Fix ‘this packages’ and some other niggles....* gnu/packages/crates-io.scm (rust-home-0.5)[description]:
Fix ‘this packages’ typo.
* gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]:
Likewise.
* gnu/packages/python-check.scm (python-pytest-csv)[description]:
Likewise.
* gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise,
and note which language.
* gnu/packages/python-xyz.scm (python-recommonmark)[description]:
Likewise, and work around ‘enabling you’.
| Tobias Geerinckx-Rice |
2021-10-21 | gnu: python-levenshtein: Update to 0.12.2....* gnu/packages/python-xyz.scm (python-levenshtein): Update to 0.12.2.
| Ricardo Wurmus |
2021-10-19 | gnu: python-boto3: Update to 1.18.64....* gnu/packages/python-xyz.scm (python-boto3): Update to 1.18.64.
[arguments]: Remove trailing #t.
[native-inputs]: Add python-pytest.
| Ricardo Wurmus |
2021-10-19 | gnu: python-botocore: Update to 1.21.64....* gnu/packages/python-xyz.scm (python-botocore): Update to 1.21.64.
| Ricardo Wurmus |
2021-10-19 | gnu: Add python-colorama-for-awscli....* gnu/packages/python-xyz.scm (python-colorama-for-awscli): New variable.
| Ricardo Wurmus |
2021-10-19 | gnu: Add python-docutils-0.15....* gnu/packages/python-xyz.scm (python-docutils-0.15): New variable.
| Ricardo Wurmus |
2021-10-18 | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe |
2021-10-18 | gnu: python-xyz.scm: Add copyright line....* gnu/packages/python-xyz.scm: Add copyright line for Sébastien
Lerique.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique |
2021-10-18 | gnu: python-faker: Fix indentation....* gnu/packages/python-xyz.scm (python-faker): Fix indentation.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique |
2021-10-18 | gnu: Add python-aspectlib....* gnu/packages/python-xyz.scm (python-aspectlib): New variable.
| Lars-Dominik Braun |
2021-10-18 | gnu: Add python-fields....* gnu/packages/python-xyz.scm (python-fields): New variable.
| Lars-Dominik Braun |
2021-10-18 | gnu: Add python-logbook....* gnu/packages/python-xyz.scm (python-logbook): New variable.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique |
2021-10-18 | gnu: Add python-janus....* gnu/packages/python-xyz.scm (python-janus): New variable.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique |
2021-10-18 | gnu: Add python-atomicwrites-1.4....* gnu/packages/python-xyz.scm (python-atomicwrites-1.4): New variable.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique |
2021-10-18 | gnu: python-unpaddedbase64: Update to 2.1.0....* gnu/packages/python-xyz.scm (python-unpaddedbase64): Update to 2.1.0.
[source]: Fetch from PyPi.
[arguments]: Replace 'check phase to run tests fetched upstream from
GitHub.
[native-inputs]: Add `python-pytest` and `tests` for fetching upstream
tests.
[home-page]: Update to GitHub project home.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique |
2021-10-18 | gnu: python-ukpostcodeparser: Update to 1.1.2....* gnu/packages/python-xyz.scm (python-ukpostcodeparser): Update to
1.1.2.
[arguments]: Replace 'check phase to run tests with pytest, ignoring
failing lowercase tests.
[native-inputs]: Add python-pytest.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique |
2021-10-18 | gnu: python-faker: Update to 9.3.1....* gnu/packages/python-xyz.scm (python-faker): Update to 9.3.1.
[native-inputs]: Use python-pytest-6.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique |
2021-10-18 | gnu: python-curio: Update to 1.5....* gnu/packages/python-xyz.scm (python-curio): Update to 1.5.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique |