| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-27 | 1 | -8/+3 |
* | 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 | 1 | -0/+1 |
* | 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-26 | 1 | -1/+3 |
* | 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 | 1 | -10/+11 |
* | 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 | 1 | -5/+7 |
* | 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-25 | 1 | -9/+14 |
* | 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 | 1 | -23/+33 |
* | 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 | 1 | -7/+7 |
* | gnu: python-magic: Update to 0.4.24.•••* gnu/packages/python-xyz.scm (python-magic): Update to 0.4.24.
| Ricardo Wurmus | 2021-10-24 | 1 | -3/+3 |
* | 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-23 | 1 | -3/+2 |
* | 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 | 1 | -5/+5 |
* | 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 | 1 | -2/+2 |
* | gnu: Add python-colorama-for-awscli.•••* gnu/packages/python-xyz.scm (python-colorama-for-awscli): New variable.
| Ricardo Wurmus | 2021-10-19 | 1 | -0/+12 |
* | gnu: Add python-docutils-0.15.•••* gnu/packages/python-xyz.scm (python-docutils-0.15): New variable.
| Ricardo Wurmus | 2021-10-19 | 1 | -0/+14 |
* | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe | 2021-10-18 | 1 | -59/+340 |
|\ |
|
| * | 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 | 1 | -0/+1 |
| * | 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 | 1 | -30/+30 |
| * | gnu: Add python-aspectlib.•••* gnu/packages/python-xyz.scm (python-aspectlib): New variable.
| Lars-Dominik Braun | 2021-10-18 | 1 | -0/+22 |
| * | gnu: Add python-fields.•••* gnu/packages/python-xyz.scm (python-fields): New variable.
| Lars-Dominik Braun | 2021-10-18 | 1 | -0/+16 |
| * | 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 | 1 | -0/+38 |
| * | 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 | 1 | -0/+39 |
| * | 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 | 1 | -0/+11 |
| * | 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 | 1 | -9/+30 |
| * | 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 | 1 | -2/+17 |
| * | 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 | 1 | -3/+3 |
| * | 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 | 2021-10-18 | 1 | -2/+2 |
| * | gnu: python-future: Update to 0.18.2.•••* gnu/packages/python-xyz.scm (python-future): Update to 0.18.2.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| Sébastien Lerique | 2021-10-18 | 1 | -2/+2 |
| * | gnu: Add python-json2html.•••* gnu/packages/python-xyz.scm (python-json2html): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| jgart | 2021-10-16 | 1 | -0/+29 |
| * | gnu: Add python-robotframework-seleniumscreenshots.•••* gnu/packages/python-xyz.scm (python-robotframework-seleniumscreenshots): New
variable.
| Maxim Cournoyer | 2021-10-15 | 1 | -0/+27 |
| * | gnu: Add python-robotframework-seleniumlibrary.•••* gnu/packages/python-xyz.scm (python-robotframework-seleniumlibrary): New
variable.
| Maxim Cournoyer | 2021-10-15 | 1 | -0/+24 |
| * | gnu: Add python-robotframework-pythonlibcore.•••* gnu/packages/python-xyz.scm (python-robotframework-pythonlibcore): New
variable.
| Maxim Cournoyer | 2021-10-15 | 1 | -0/+37 |
| * | gnu: python-robotframework-sshlibrary: Update to 3.7.0 and honor TESTS?.•••* gnu/packages/python-xyz.scm (python-robotframework-sshlibrary): Update to
3.7.0.
[phases]: Delete trailing #t.
{check}: Honor TESTS?.
| Maxim Cournoyer | 2021-10-15 | 1 | -9/+9 |
| * | gnu: python-robotframework: Update to 4.1.1 and honor TESTS?.•••* gnu/packages/python-xyz.scm (python-robotframework): Update to 4.1.1.
[phases]: Delete trailing #t.
{check}: Honor TESTS?.
[native-inputs]: Add python-docutils and python-jsonschema.
| Maxim Cournoyer | 2021-10-15 | 1 | -17/+18 |
* | | gnu: python-trio: Honor #:tests? flag.•••* gnu/packages/python-xyz.scm (python-trio)[arguments]: Honor #:tests?
flag.
| Efraim Flashner | 2021-10-15 | 1 | -20/+21 |
* | | gnu: python-trio: Update to 0.19.0.•••* gnu/packages/python-xyz.scm (python-trio): Update to 0.19.0.
[arguments]: Adjust skipped tests.
[propagated-inputs]: Add python-async-generator.
| Efraim Flashner | 2021-10-15 | 1 | -3/+7 |
* | | Merge branch 'master' into core-updates-frozen | Marius Bakke | 2021-10-14 | 1 | -6/+6 |
|\| |
|
| * | gnu: python-pbr-minimal: Update to 5.5.1.•••* gnu/packages/python-xyz.scm (python-pbr-minimal): Update to 5.5.1.
| Clément Lassieur | 2021-10-13 | 1 | -3/+3 |
| * | gnu: Rename google-brotli back to brotli.•••Sorry for the noise, but good riddance. Our nonstandard name for this
package has caused confusion since it was added. For example, the
duplicate python-brotli and python-google-brotli packages added later,
with the latter name making even less sense.
The Python packages will be fixed in the next commit.
* gnu/packages/compression.scm (google-brotli): Redefine as a
deprecated-package, with…
(brotli): …restored to canonical status.
(python-google-brotli)[inherit]: Adjust accordingly.
* gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly.
* gnu/packages/fontutils.scm (woff2)[inputs]: Likewise.
* gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise.
* gnu/packages/networking (wireshark)[inputs]: Likewise.
* gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise.
| Tobias Geerinckx-Rice | 2021-10-13 | 1 | -1/+1 |
| * | gnu: python-lazr-config: Update to 2.2.3.•••* gnu/packages/python-xyz.scm (python-lazr-config): Update to 2.2.3.
| Marius Bakke | 2021-10-13 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe | 2021-10-12 | 1 | -37/+800 |
|\| |
|
| * | gnu: Add python-cligj.•••* gnu/packages/python-xyz.scm (python-cligj): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -0/+24 |
| * | gnu: python-eliot: Update to 1.13.0.•••* gnu/packages/python-xyz.scm (python-eliot): Update to 1.13.0.
[arguments] Disable failing tests test_omitLoggerFromActionType and
test_logCallsDefaultLoggerWrite.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -2/+13 |
| * | gnu: python-dask: Update to 2021.9.1.•••* gnu/packages/python-xyz.scm (python-dask): Update to 2021.9.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -2/+2 |
| * | gnu: python-pypandoc: Upgrade to 1.6.4.•••Required for the updated pandoc.
* gnu/packages/python-xyz.scm (python-pypandoc): Upgrade to 1.6.4.
[native-inputs]: Add texlive-iftex.
| Lars-Dominik Braun | 2021-10-08 | 1 | -2/+3 |
| * | gnu: Update Haskell ecosystem.•••Bump packages’ versions to the lastest Stackage or Hackage
release. Since packages are interdependent, do so in a single commit.
525 packages have been updated.
These packages have been removed, because they fail to build, have no
newer version available and no dependencies:
corrode
ghc-easytest
ghc-edisonapi
ghc-edisoncore
ghc-pandoc-types
ghc-regex-tdfa-text
These have been removed, because they are no longer required:
ghc-happy-1.19.9
ghc-prettyprinter-1.6
ghc-protolude-0.3
ghc-pandoc-citeproc and pandoc-citeproc have been removed, because pandoc
does not use them any more.
Co-authored-by: Xinglu Chen <public@yoctocell.xyz>
| Lars-Dominik Braun | 2021-10-08 | 1 | -2/+1 |
| * | gnu: pelican: Update to 4.7.0.•••* gnu/packages/python-xyz.scm (pelican): Update to 4.7.0.
[inputs]: Add field. Add dependency on python-rich.
[propagated-inputs]: Remove python-six. Move dependencies to inputs. Remove
field.
[home-page]: Update link.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ben Sturmfels | 2021-10-07 | 1 | -5/+7 |
| * | gnu: Add python-glom.•••* gnu/packages/python-xyz.scm (python-glom): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| jgart | 2021-09-29 | 1 | -0/+43 |
| * | gnu: Add python-face.•••* gnu/packages/python-xyz.scm (python-face): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| jgart | 2021-09-29 | 1 | -0/+39 |
| * | gnu: Add python-pymodbus.•••* gnu/packages/python-xyz.scm (python-pymodbus): New variable.
| Maxim Cournoyer | 2021-09-28 | 1 | -0/+68 |
| * | gnu: Add python-pyserial-asyncio.•••* gnu/packages/python-xyz.scm (python-pyserial-asyncio): New variable.
| Maxim Cournoyer | 2021-09-28 | 1 | -0/+18 |