summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: python-dateutil: Update to 2.8.0.Marius Bakke2019-02-09
| | | | | | * gnu/packages/time.scm (python-dateutil): Update to 2.8.0. [arguments]: New field. [native-inputs]: Add PYTHON-PYTEST.
* gnu: python-packaging: Update to 19.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-packaging): Update to 19.0.
* gnu: python-fonttools: Update to 3.37.3.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-fonttools): Update to 3.37.3.
* gnu: python-freezegun: Update to 0.3.11.Marius Bakke2019-02-09
| | | | * gnu/packages/check.scm (python-freezegun): Update to 0.3.11.
* gnu: python-setuptools: Update to 40.8.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-setuptools): Update to 40.8.0.
* gnu: python-more-itertools: Update to 5.0.0.Marius Bakke2019-02-09
| | | | | * gnu/packages/python-xyz.scm (python-more-itertools): Update to 5.0.0. [arguments]: Remove.
* gnu: python-configparser: Update to 3.7.1.Marius Bakke2019-02-09
| | | | | * gnu/packages/python-xyz.scm (python-configparser): Update to 3.7.1. [source](uri): Use PYPI-URI.
* gnu: python2-pathlib2: Update to 2.3.3.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python2-pathlib2): Update to 2.3.3.
* gnu: python-pluggy: Update to 0.8.1.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-pluggy): Update to 0.8.1.
* gnu: python-atomicwrites: Update to 1.3.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-atomicwrites): Update to 1.3.0.
* gnu: python-coverage: Update to 4.5.2.Marius Bakke2019-02-09
| | | | * gnu/packages/check.scm (python-coverage): Update to 4.5.2.
* gnu: python-pycodestyle: Update to 2.5.0.Marius Bakke2019-02-09
| | | | | | | * gnu/packages/patches/python-pycodestyle-stdlib-tokenize-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-pycodestyle): Update to 2.5.0. [source](patches): Remove.
* gnu: Remove python-flake8@3.5.Marius Bakke2019-02-09
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-flake8-3.5): Rename to ... (python-flake8): ... this. Update to 3.6.0. Remove previous variant. [arguments]: Remove phases 'delete-broken-test' and 'fix-problem-with-pycodestyle'. [properties]: Adjust for renamed variable. (python2-flake8-3.5): Rename to ... (python2-flake8): ... this. Remove previous variable. * gnu/packages/check.scm (python-hypothesis)[native-inputs]: Adjust accordingly.
* gnu: python-hypothesis: Update to 4.5.3.Marius Bakke2019-02-09
| | | | * gnu/packages/check.scm (python-hypothesis): Update to 4.5.3.
* gnu: python-setuptools-scm: Update to 3.2.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.2.0.
* gnu: python-py: Update to 1.7.0.Marius Bakke2019-02-09
| | | | * gnu/packages/python-xyz.scm (python-py): Update to 1.7.0.
* gnu: Tcl/Tk: Update to 8.6.9.Marius Bakke2019-02-09
| | | | | | * gnu/packages/tcl.scm (tcl): Update to 8.6.9. (tk): Update to 8.6.9.1. [source](uri): Use VERSION-PREFIX to take only the first three components.
* gnu: sqlite: Enable FTS3 support.Marius Bakke2019-02-09
| | | | | | | This is no longer enabled by default since 3.25.0. * gnu/packages/sqlite.scm (sqlite)[arguments]: Add "-DSQLITE_ENABLE_FTS3" to #:configure-flags.
* gnu: sqlite: Update to 3.27.1.Marius Bakke2019-02-09
| | | | * gnu/packages/sqlite.scm (sqlite): Update to 3.27.1.
* Merge branch 'master' into core-updatesMarius Bakke2019-02-09
|\
| * gnu: python-pytest: Update home page.Marius Bakke2019-02-09
| | | | | | | | | | * gnu/packages/check.scm (python-pytest)[home-page]: Follow redirects to https://docs.pytest.org/en/latest/.
| * gnu: python-configparser: Update home page.Marius Bakke2019-02-09
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-configparser)[home-page]: Set to source repository.
| * gnu: notmuch: Update to 0.28.1.Marius Bakke2019-02-09
| | | | | | | | * gnu/packages/mail.scm (notmuch): Update to 0.28.1.
| * gnu: tracker: Build against the regular SQLite.Marius Bakke2019-02-09
| | | | | | | | | | | | | | FTS5 is enabled by default in the current version. * gnu/packages/sqlite.scm (sqlite-with-fts5): Remove variable. * gnu/packages/gnome.scm (tracker)[inputs]: Change from that to SQLITE.
| * gnu: webkitgtk: Update to 2.22.6.Marius Bakke2019-02-09
| | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.6.
| * gnu: libvpx: Update to 1.8.0.Marius Bakke2019-02-09
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gst-plugins-good-libvpx-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (libvpx): Update to 1.8.0. [source](patches): Remove obsolete patch. (libvpx-1.7): New public variable. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Use LIBVPX-1.7 instead of LIBVPX. * gnu/packages/gstreamer.scm (gst-plugins-good)[source](patches): New field. [arguments]: Add #:make-flags.
| * gnu: offlineimap: Remove redundant wrapper.Marius Bakke2019-02-09
| | | | | | | | * gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'.
| * gnu: Add xbanish.Marius Bakke2019-02-09
| | | | | | | | * gnu/packages/xdisorg.scm (xbanish): New public variable.
| * Merge branch 'staging'Ludovic Courtès2019-02-09
| |\
| | * gnu: mariadb: Add comments about failing tests.Marius Bakke2019-02-06
| | | | | | | | | | | | * gnu/packages/databases.scm (mariadb): Add comments.
| | * gnu: vulkan-headers: Update to 1.1.99.Rutger Helling2019-02-06
| | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.99. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.1.97.0.
| | * gnu: php: Fix test failure.Oleg Pykhalov2019-02-04
| | | | | | | | | | | | | | | * gnu/packages/php.scm (php)[arguments]: Delete 'ext/curl/tests/curl_basic_009.phpt' file.
| | * gnu: gtk-vnc: Update to 0.9.0.Oleg Pykhalov2019-02-04
| | | | | | | | | | | | * gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0.
| | * gnu: libreoffice: Fix FTBFS with Boost 1.69.0.Marius Bakke2019-02-02
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/libreoffice-boost.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add it.
| | * Merge branch 'master' into stagingMarius Bakke2019-01-31
| | |\
| | * | gnu: telepathy-glib: Build sequentially.Ludovic Courtès2019-01-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (telepathy-glib)[arguments]: Pass #:parallel-build? #f.
| | * | download: Ask not to use TLS 1.3.Ludovic Courtès2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Works around <https://bugs.gnu.org/34102>. Reported by Marius Bakke <mbakke@fastmail.com>. * guix/build/download.scm (tls-wrap): Add "-VERS-TLS1.3" to the priority string when (gnutls-version) is not prefixed by "3.5".
| | * | Merge branch 'master' into stagingRicardo Wurmus2019-01-25
| | |\ \
| | * \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-25
| | |\ \ \
| | * \ \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-23
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into stagingRicardo Wurmus2019-01-23
| | |\ \ \ \ \
| | * | | | | | gnu: mariadb: Disable sporadically failing tests.Carl Dong2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/packages/databases.scm: Disable sporadically failing tests. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
| | * | | | | | gnu: qscintilla: Update to 2.10.8.Efraim Flashner2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qscintilla): Update to 2.10.8. (python-qscintilla)[arguments]: Update custom 'configure phase.
| | * | | | | | gnu: python-pyqt: Update to 5.11.3.Efraim Flashner2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-pyqt): Update to 5.11.3. * gnu/packages/patches/pyqt-public-sip: Update patch.
| | * | | | | | gnu: python-sip: Update to 4.19.13.Efraim Flashner2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-sip): Update to 4.19.13.
| | * | | | | | gnu: qt: Update to 5.11.3.Efraim Flashner2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qt, qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel qtwebglplugin, qtwebview, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtscxml, qtgamepad, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech): Update to 5.11.3. (qt)[source]: Remove patch. * gnu/packages/patches/qt-5-renameat2.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
| | * | | | | | Merge branch 'master' into stagingLudovic Courtès2019-01-20
| | |\ \ \ \ \ \
| | * | | | | | | gnu: bitshuffle-for-snappy: Inherit package arguments.Efraim Flashner2019-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/compression.scm (bitshuffle-for-snappy)[arguments]: Inherit package arguments from bitshuffle. Always skip tests.
| | * | | | | | | Merge branch 'master' into stagingMarius Bakke2019-01-13
| | |\ \ \ \ \ \ \
| | * | | | | | | | gnu: vulkan-headers: Update to 1.1.97.Rutger Helling2019-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.97. [source]: Use git-fetch. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. [source]: Use git-fetch. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. [source]: Use git-fetch.