Age | Commit message (Expand) | Author |
---|---|---|
2020-07-20 | gnu: Add python-zope-configuration-bootstrap....* gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New hidden variable. | Efraim Flashner |
2020-07-20 | gnu: Add python-zope-component-bootstrap....* gnu/packages/python-web.scm (python-zope-component-bootstrap): New hidden variable. | Efraim Flashner |
2020-07-20 | gnu: Add python-btrees....* gnu/packages/python-web.scm (python-btrees): New variable. | Efraim Flashner |
2020-07-20 | gnu: Add python-persistent....* gnu/packages/python-web.scm (python-persistent): New variable. | Efraim Flashner |
2020-07-20 | gnu: python-zope-configuration: Update to 4.4.0....* gnu/packages/python-web.scm (python-zope-configuration): Update to 4.4.0. [arguments]: Don't skip tests. [native-inputs]: Add python-manuel. | Efraim Flashner |
2020-07-20 | gnu: Add python-manuel....* gnu/packages/python-web.scm (python-manuel): New variable. | Efraim Flashner |
2020-07-20 | gnu: python-zope-schema: Update to 6.0.0....* gnu/packages/python-web.scm (python-zope-schema): Update to 6.0.0. [arguments]: Don't skip tests. Use custom 'check phase. | Efraim Flashner |
2020-07-20 | gnu: python-zope-interface: Update to 5.1.0....* 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. | Efraim Flashner |
2020-07-20 | gnu: python-zope-proxy: Update to 4.3.5....* gnu/packages/python-web.scm (python-zope-proxy): Update to 4.3.5. | Efraim Flashner |
2020-07-20 | gnu: python-zope-proxy: Run the tests....* gnu/packages/python-web.scm (python-zope-proxy)[arguments]: Don't skip tests. [native-inputs]: Add python-zope-security-bootstrap. | Efraim Flashner |
2020-07-20 | gnu: Add python-zope-security-bootstrap....* gnu/packages/python-web.scm (python-zope-security-bootstrap): New hidden package. | Efraim Flashner |
2020-07-20 | gnu: Add python-zope-proxy-bootstrap....* gnu/packages/python-web.scm (python-zope-proxy-bootstrap): New hidden package. | Efraim Flashner |
2020-07-20 | gnu: python-zope-exceptions: Enable tests....* gnu/packages/python-web.scm (python-zope-exceptions)[arguments]: Use custom 'check phase. [native-inputs]: Add python-zope-testrunner-bootstrap. | Efraim Flashner |
2020-07-20 | gnu: Add python-zope-testrunner-bootstrap....* gnu/packages/python-web.scm (python-zope-testrunner-bootstrap): New hidden package. | Efraim Flashner |
2020-07-20 | gnu: Add python-zope-exceptions-bootstrap....* gnu/packages/python-web.scm (python-zope-exceptions-bootstrap): New hidden package. | Efraim Flashner |
2020-07-20 | gnu: python-zope-exceptions: Update to 4.4....* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.4. | Efraim Flashner |
2020-07-20 | gnu: python-zope-testrunner: Update to 5.2....* gnu/packages/python-web.scm (python-zope-testrunner): Update to 5.2. | Efraim Flashner |
2020-07-20 | gnu: Add python-py3dns....* gnu/packages/python-xyz.scm (python-py3dns): New variable. | Efraim Flashner |
2020-07-20 | gnu: python-click: Update to 7.1.2....* 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> | Tanguy Le Carrour |
2020-07-20 | gnu: rust-parking-lot-0.10: Upgrade to 0.10.2....* 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> | John Soo |
2020-07-20 | gnu: rust-parking-lot-core-0.7: Update to 0.7.2....* 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> | John Soo |
2020-07-20 | gnu: Add rust-petgraph-0.5....* 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> | John Soo |
2020-07-20 | gnu: Add rust-fixedbitset-0.2....* 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> | John Soo |
2020-07-20 | gnu: rust-fixedbitset-0.1: Do not skip build....* gnu/packages/crates-io.scm (rust-fixedbitset-0.1): [arguments] Do not skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | John Soo |
2020-07-20 | gnu: rust-petgraph-0.4: Do not skip build....* 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> | John Soo |
2020-07-20 | gnu: Add rust-odds-0.2....* gnu/packages/crates-io.scm (rust-odds-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | John Soo |
2020-07-20 | gnu: rust-odds-0.3: Do not skip build....* 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> | John Soo |
2020-07-20 | gnu: Add rust-itertools-0.5....* gnu/packages/crates-io.scm (rust-itertools-0.5): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | John Soo |
2020-07-20 | gnu: rust-lock-api-0.3: Update to 0.3.4....* gnu/packages/crates-io.scm (rust-lock-api-0.3): Update to 0.3.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | John Soo |
2020-07-20 | gnu: python-pytest-vcr: Fix integration with pytest-5....* gnu/packages/python-check.scm (python-pytest-vcr): Update to 1.0.2-1.4d6c7b3. | Efraim Flashner |
2020-07-20 | gnu: java-cisd-jhdf5: Update location of commons-io jar....* gnu/packages/java.scm (java-cisd-jhdf5)[arguments]: Update location of commons-io jar. | Ricardo Wurmus |
2020-07-20 | gnu: java-cisd-base: Update location of commons-io jar....* gnu/packages/java.scm (java-cisd-base)[arguments]: Update location of commons-io jar. | Ricardo Wurmus |
2020-07-20 | gnu: widelands: Update to 21....* 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> | Michael Rohleder |
2020-07-20 | gnu: Add rust-directories-3....* gnu/packages/crates-io.scm (rust-directories-3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Alexandru-Sergiu Marton |
2020-07-20 | gnu: gnunet: Enable more tests....* gnu/packages/gnunet.scm (gnunet)[arguments]: Enable cadet tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | Tanguy Le Carrour |
2020-07-19 | gnu: emacs-telega: Update to 0.6.27-1....* 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. | Brett Gilio |
2020-07-19 | gnu: MPD: Update to 0.21.25....* gnu/packages/mpd.scm (mpd): Update to 0.21.25. | Leo Famulari |
2020-07-19 | gnu: libmpdclient: Update to 2.19....* gnu/packages/mpd.scm (libmpdclient): Update to 2.19. | Leo Famulari |
2020-07-19 | gnu: lean: Disable test cases for i686 and armhf....* gnu/packages/lean.scm (lean)[arguments]: Individual test cases are currently failing for 32-bit architectures. Disable them temporarily pending further investigation as to resolution. | Brett Gilio |
2020-07-20 | gnu: console-setup: Update to 1.196....* gnu/packages/xorg.scm (console-setup): Update to 1.196. [source]: Use git tag. | Tobias Geerinckx-Rice |
2020-07-20 | gnu: xev: Update to 1.2.4....* gnu/packages/xorg.scm (xev): Update to 1.2.4. | Tobias Geerinckx-Rice |
2020-07-20 | gnu: qutebrowser: Update to 1.13.1....* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.1. | Tobias Geerinckx-Rice |
2020-07-20 | gnu: python-pendulum: Update to 2.1.1....* gnu/packages/time.scm (python-pendulum): Update to 2.1.1. | Tobias Geerinckx-Rice |
2020-07-20 | gnu: zabbix-agentd, zabbix-server: Update to 5.0.2 [fixes CVE-2020-15803]....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.0.2. | Tobias Geerinckx-Rice |
2020-07-20 | gnu: mc: Update to 4.8.25....* gnu/packages/mc.scm (mc): Update to 4.8.25. | Tobias Geerinckx-Rice |
2020-07-20 | gnu: mtd-utils: Update to 2.1.2....* gnu/packages/linux.scm (mtd-utils): Update to 2.1.2. | Tobias Geerinckx-Rice |
2020-07-19 | gnu: libtorrent-rasterbar: Update to 1.2.7....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.7. [source]: Modify the URL. | Brett Gilio |
2020-07-19 | gnu: Add gdc-toolchain....* gnu/packages/commencement.scm(gdc-toolchain): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | guy fleury iteriteka |
2020-07-19 | gnu: Add gdc-10....* gnu/packages/gcc.scm (gdc-10): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | guy fleury iteriteka |
2020-07-19 | gnu: python-fasteners: Update to 0.15....* gnu/packages/python-xyz.scm (python-fasteners): Update to 0.15. [propagated-inputs]: Move python-testtools ... [native-inputs]: ... to here. | Efraim Flashner |