Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-xyz.scm (python-rjsmin): New variable.
|
|
* gnu/packages/mail.scm (python-aiosmtpd): New variable.
|
|
* gnu/packages/python-xyz.scm (python-flufl-testing): New variable.
|
|
* gnu/packages/python-xyz.scm (python-flufl-bounce): New variable.
|
|
* gnu/packages/python-xyz.scm (python-flufl-i18n): New variable.
|
|
* gnu/packages/python-xyz.scm (python-flufl-lock): New variable.
|
|
* gnu/packages/python-xyz.scm (python-lazr-config): New variable.
|
|
* gnu/packages/python-xyz.scm (python-delegates): New variable.
|
|
* gnu/packages/mail.scm (python-authheaders): New variable.
|
|
* gnu/packages/python-web.scm (python-zope-copy): New variable.
|
|
* gnu/packages/python-web.scm (python-zope-component): Update to 4.6.2.
[arguments]: Run test suite. Use custom 'check phase.
[native-inputs]: Add python-persistent,
python-zope-configuration-bootstrap, python-zope-i18nmessageid,
python-zope-location-bootstrap, python-zope-proxy-bootstrap,
python-zope-testrunner.
[propagated-inputs]: Move python-i18nmessageid to native-inputs. Add
python-zope-deferredimport, python-zope-deprecation, python-zope-event,
python-zope-hookable.
|
|
* gnu/packages/python-web.scm (python-zope-deferredimport): New variable.
|
|
* gnu/packages/python-web.scm (python-zope-hookable): New variable.
|
|
* gnu/packages/geo.scm (python-geopy): New variable.
|
|
* gnu/packages/python-xyz.scm (python-readme-renderer): New variable.
|
|
* gnu/packages/geo.scm (python-geographiclib): New variable.
|
|
* gnu/packages/python-xyz.scm (python-blessed): New variable.
|
|
* gnu/packages/python-xyz.scm (python-jinxed): New variable.
|
|
* gnu/packages/python-check.scm (python-pytest-aiohttp): New variable.
|
|
* gnu/packages/python-compression.scm (python-brotli): New variable.
|
|
* gnu/packages/python-check.scm (python-pytest-services): New variable.
|
|
* gnu/packages/mail.scm (python-dkimpy): New variable.
|
|
* gnu/packages/python-xyz.scm (python-importlib-resources): New variable.
|
|
* gnu/packages/mail.scm (python-authres): New variable.
|
|
* gnu/packages/python-check.scm (python-atpublic): New variable.
|
|
* gnu/packages/mp3.scm (chromaprint): Update to 1.5.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/linux.scm (lshw): Update to B.02.19.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.001.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/xdisorg.scm (scrot): Update to 1.4.
[inputs]: Add libxcomposite.
|
|
* gnu/packages/audio.scm (ttaenc): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/music.scm (bjumblr): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/music.scm (bshapr): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/music.scm (ninjas2): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/audio.scm (carla)[inputs]: Add gtk2 to allow bridging
gtk2 plugins in gtk3 hosts.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/audio.scm (carla): Update to 2.1.1.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* guix/gnu-maintenance.scm (%alpha-tarball-rx): Add "RC".
|
|
This fixes "guix refresh man-pages", for instance.
* guix/gnu-maintenance.scm (latest-savannah-release)
(latest-kernel.org-release): Handle the case where 'origin-uri' returns
a list.
|
|
This is a followup to 59a47fb67853dd28891376fc970699f11c0f972f.
* guix/gnu-maintenance.scm (latest-savannah-release): Call
'adjusted-upstream-source' only when 'latest-html-release' returns
true.
(latest-kernel.org-release): Likewise.
|
|
* gnu/packages/python-xyz.scm (patches): Add fix.
* gnu/packages/patches/python-aionotify-0.2.0-py3.8.patch: New file.
* gnu/local.mk: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This prepares for the migration to Guile-JSON 4.3.0.
* guix/json.scm (define-as-needed): New macro.
(define-json-mapping): Use 'define-as-needed' instead of
'define-syntax-rule'.
|
|
This makes sure they return 'mirror://' URLs rather that URLs pointing
to the specific mirror they talk to.
* guix/gnu-maintenance.scm (url-prefix-rewrite)
(adjusted-upstream-source): New procedures.
(latest-savannah-release, latest-kernel.org-release): Use it.
|
|
* guix/upstream.scm (update-package-source): Use 'warning' instead of 'format'.
|
|
* guix/download.scm (%mirrors): Add nongnu.freemirror.org.
|
|
* guix/gnu-maintenance.scm (savannah-package?, %savannah-base)
(%savannah-updater): New variables.
(latest-savannah-release): New procedure.
(latest-xorg-release): Fix docstring.
|
|
* guix/gnu-maintenance.scm (latest-html-release): Call FILE->SIGNATURE
instead of the in-line ".tar.sign" policy.
|
|
Fixes <https://bugs.gnu.org/42389>.
Reported by branjam4@gmail.com.
* guix/scripts/pack.scm (store-database)[build]: Add calls to 'setenv'
and 'setlocale'.
* tests/pack.scm ("self-contained-tarball + localstatedir, UTF-8 file
names"): New test.
|
|
* guix/scripts/pack.scm (self-contained-tarball)
[set-utf8-locale]: New variable.
[build]: Use it.
* tests/pack.scm ("self-contained-tarball"): Use a <profile> record
instead of 'profile-derivation'.
|
|
Partly fixes <https://bugs.gnu.org/41702>.
* guix/ssh.scm (open-ssh-session): Enable #:nodelay.
* m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Add feature check for this new parameter.
* doc/guix.texi (Requirements): Adjust.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/ssh.scm (guile-ssh): Update to 0.13.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-web.scm (python-zope-security): Update to 5.1.1.
[arguments]: Don't skip tests.
[native-inputs]: Add python-btrees, python-zope-component-bootstrap,
python-zope-location-bootstrap. Replace python-zope-configuration with
python-zope-configuration-bootstrap.
|