summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu-maintenance: 'kernel.org' and 'savannah' updaters rewrite URLs.Ludovic Courtès2020-07-20
| | | | | | | | | 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.
* upstream: Use 'warning' instead of 'format'.Ludovic Courtès2020-07-20
| | | | * guix/upstream.scm (update-package-source): Use 'warning' instead of 'format'.
* download: Add Savannah mirror.Ludovic Courtès2020-07-20
| | | | * guix/download.scm (%mirrors): Add nongnu.freemirror.org.
* gnu-maintenance: Add 'savannah' updater.Ludovic Courtès2020-07-20
| | | | | | | * guix/gnu-maintenance.scm (savannah-package?, %savannah-base) (%savannah-updater): New variables. (latest-savannah-release): New procedure. (latest-xorg-release): Fix docstring.
* gnu-maintenance: 'latest-html-release' honors #:file->signature.Ludovic Courtès2020-07-20
| | | | | * guix/gnu-maintenance.scm (latest-html-release): Call FILE->SIGNATURE instead of the in-line ".tar.sign" policy.
* pack: Build the store database under a UTF-8 locale.Ludovic Courtès2020-07-20
| | | | | | | | | | 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.
* pack: 'self-contained-tarball' runs derivation in a UTF-8local.Ludovic Courtès2020-07-20
| | | | | | | | * 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'.
* ssh: Speed up RPCs by using #:nodelay.Lars-Dominik Braun2020-07-20
| | | | | | | | | | 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: guile-ssh: Update to 0.13.0.Lars-Dominik Braun2020-07-20
| | | | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.13.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-zope-security: Update to 5.1.1.Efraim Flashner2020-07-20
| | | | | | | | * 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.
* gnu: Adsd python-transaction.Efraim Flashner2020-07-20
| | | | * gnu/packages/python-web.scm (python-transaction): New variable.
* gnu: Add python-zope-location-bootstrap.Efraim Flashner2020-07-20
| | | | | * gnu/packages/python-web.scm (python-zope-location-bootstrap): New hidden package.
* gnu: Add python-zope-configuration-bootstrap.Efraim Flashner2020-07-20
| | | | | * gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New hidden variable.
* gnu: Add python-zope-component-bootstrap.Efraim Flashner2020-07-20
| | | | | * gnu/packages/python-web.scm (python-zope-component-bootstrap): New hidden variable.
* gnu: Add python-btrees.Efraim Flashner2020-07-20
| | | | * gnu/packages/python-web.scm (python-btrees): New variable.
* gnu: Add python-persistent.Efraim Flashner2020-07-20
| | | | * gnu/packages/python-web.scm (python-persistent): New variable.
* gnu: python-zope-configuration: Update to 4.4.0.Efraim Flashner2020-07-20
| | | | | | | * gnu/packages/python-web.scm (python-zope-configuration): Update to 4.4.0. [arguments]: Don't skip tests. [native-inputs]: Add python-manuel.
* gnu: Add python-manuel.Efraim Flashner2020-07-20
| | | | * gnu/packages/python-web.scm (python-manuel): New variable.
* gnu: python-zope-schema: Update to 6.0.0.Efraim Flashner2020-07-20
| | | | | * gnu/packages/python-web.scm (python-zope-schema): Update to 6.0.0. [arguments]: Don't skip tests. Use custom 'check phase.
* gnu: python-zope-interface: Update to 5.1.0.Efraim Flashner2020-07-20
| | | | | | * gnu/packages/python-web.scm (python-zope-interface): Update to 5.1.0. [arguments]: Skip tests. [native-inputs]: Add python-coverage, python-nose, python-zope-testing.
* gnu: python-zope-proxy: Update to 4.3.5.Efraim Flashner2020-07-20
| | | | * gnu/packages/python-web.scm (python-zope-proxy): Update to 4.3.5.
* gnu: python-zope-proxy: Run the tests.Efraim Flashner2020-07-20
| | | | | | * gnu/packages/python-web.scm (python-zope-proxy)[arguments]: Don't skip tests. [native-inputs]: Add python-zope-security-bootstrap.
* gnu: Add python-zope-security-bootstrap.Efraim Flashner2020-07-20
| | | | | * gnu/packages/python-web.scm (python-zope-security-bootstrap): New hidden package.
* gnu: Add python-zope-proxy-bootstrap.Efraim Flashner2020-07-20
| | | | | * gnu/packages/python-web.scm (python-zope-proxy-bootstrap): New hidden package.
* gnu: python-zope-exceptions: Enable tests.Efraim Flashner2020-07-20
| | | | | | * gnu/packages/python-web.scm (python-zope-exceptions)[arguments]: Use custom 'check phase. [native-inputs]: Add python-zope-testrunner-bootstrap.
* gnu: Add python-zope-testrunner-bootstrap.Efraim Flashner2020-07-20
| | | | | * gnu/packages/python-web.scm (python-zope-testrunner-bootstrap): New hidden package.
* gnu: Add python-zope-exceptions-bootstrap.Efraim Flashner2020-07-20
| | | | | * gnu/packages/python-web.scm (python-zope-exceptions-bootstrap): New hidden package.
* gnu: python-zope-exceptions: Update to 4.4.Efraim Flashner2020-07-20
| | | | * gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.4.
* gnu: python-zope-testrunner: Update to 5.2.Efraim Flashner2020-07-20
| | | | * gnu/packages/python-web.scm (python-zope-testrunner): Update to 5.2.
* gnu: Add python-py3dns.Efraim Flashner2020-07-20
| | | | * gnu/packages/python-xyz.scm (python-py3dns): New variable.
* gnu: python-click: Update to 7.1.2.Tanguy Le Carrour2020-07-20
| | | | | | | * gnu/packages/python-xyz.scm (python-click): Update to 7.1.2. [arguments] Fix the name of the file to modify. Set PYTHONPATH to make tests pass. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.John Soo2020-07-20
| | | | | | * gnu/packages/crates-io.scm (rust-parking-lot-core-0.10): Upgrade to 0.10.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-parking-lot-core-0.7: Update to 0.7.2.John Soo2020-07-20
| | | | | | | * gnu/packages/crates-io.scm (rust-parking-lot-core-0.7): Update to 0.7.2. [arguments]: In cargo-inputs replace rust-petgraph-0.4 with 0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-petgraph-0.5.John Soo2020-07-20
| | | | | | | * gnu/packages/crates-io.scm (rust-petgraph-0.5): New variable. (rust-petgraph-0.4): Inherit from rust-petgraph-0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-fixedbitset-0.2.John Soo2020-07-20
| | | | | | | * gnu/packages/crates-io.scm (rust-fixedbitset-0.2): New variable. (rust-fixedbitset-0.1): Inherit from rust-fixedbitset-0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-fixedbitset-0.1: Do not skip build.John Soo2020-07-20
| | | | | | | * gnu/packages/crates-io.scm (rust-fixedbitset-0.1): [arguments] Do not skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-petgraph-0.4: Do not skip build.John Soo2020-07-20
| | | | | | | * gnu/packages/crates-io.scm (rust-petgraph-0.4): [arguments] Correct dependencies, ignore failing test, do not skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-odds-0.2.John Soo2020-07-20
| | | | | | * gnu/packages/crates-io.scm (rust-odds-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-odds-0.3: Do not skip build.John Soo2020-07-20
| | | | | | | | * gnu/packages/crates-io.scm (rust-odds-0.3): Do not skip build. [arguments]: In cargo-development-inputs replace rust-itertools-0.8 with 0.7, rust-lazy-static-1 with 0.2, rust-quickcheck-0.8 with 0.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-itertools-0.5.John Soo2020-07-20
| | | | | | * gnu/packages/crates-io.scm (rust-itertools-0.5): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-lock-api-0.3: Update to 0.3.4.John Soo2020-07-20
| | | | | | * gnu/packages/crates-io.scm (rust-lock-api-0.3): Update to 0.3.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-pytest-vcr: Fix integration with pytest-5.Efraim Flashner2020-07-20
| | | | * gnu/packages/python-check.scm (python-pytest-vcr): Update to 1.0.2-1.4d6c7b3.
* gnu: java-cisd-jhdf5: Update location of commons-io jar.Ricardo Wurmus2020-07-20
| | | | | * gnu/packages/java.scm (java-cisd-jhdf5)[arguments]: Update location of commons-io jar.
* gnu: java-cisd-base: Update location of commons-io jar.Ricardo Wurmus2020-07-20
| | | | | * gnu/packages/java.scm (java-cisd-base)[arguments]: Update location of commons-io jar.
* gnu: widelands: Update to 21.Michael Rohleder2020-07-20
| | | | | | | * gnu/packages/games.scm (widelands): Update to 21. [arguments]: Remove unneeded 'install-desktop-file-and-icons phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-directories-3.Alexandru-Sergiu Marton2020-07-20
| | | | | | * gnu/packages/crates-io.scm (rust-directories-3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gnunet: Enable more tests.Tanguy Le Carrour2020-07-20
| | | | | | * gnu/packages/gnunet.scm (gnunet)[arguments]: Enable cadet tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-telega: Update to 0.6.27-1.Brett Gilio2020-07-19
| | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.27-1. [source]: Take a new commit that includes the latest .el files from the contrib subdirectory. [arguments]: Add a substitute method for the 'telega-install-contrib phase to know where telega-contrib is located, and use it appropriately. [arguments]: Manually invoke bytecompilation as a separate step for the contrib directory. [arguments]: Add 'telega-install-contrib phase to place the contrib directory files in a more guix-suitable place.
* gnu: MPD: Update to 0.21.25.Leo Famulari2020-07-19
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.21.25.
* gnu: libmpdclient: Update to 2.19.Leo Famulari2020-07-19
| | | | * gnu/packages/mpd.scm (libmpdclient): Update to 2.19.