summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: linux-libre-headers: Update to 4.14.67.Marius Bakke2018-08-25
| | | | * gnu/packages/linux.scm (linux-libre-headers): Update to 4.14.67.
* gnu: Remove bison@2.7.Marius Bakke2018-08-25
| | | | * gnu/packages/bison.scm (bison-2.7): Remove variable.
* gnu: flex: Update bison-for-tests to 3.0.5.Marius Bakke2018-08-25
| | | | | * gnu/packages/flex.scm (flex)[inputs]: Make BISON-FOR-TESTS inherit source from BISON, and disable tests on it since they require flex.
* gnu: findutils: Fix build with glibc 2.28.Marius Bakke2018-08-25
| | | | | | | * gnu/packages/patches/findutils-gnulib-libio.patch, gnu/packages/patches/findutils-makedev.patch: New files. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/base.scm (findutils)[source](patches): Use them.
* gnu: grep: Work around test failure with glibc 2.28.Marius Bakke2018-08-25
| | | | * gnu/packages/base.scm (grep)[arguments]: Add phase 'disable-failing-tests'.
* gnu: coreutils: Update to 8.30.Marius Bakke2018-08-25
| | | | | * gnu/packages/base.scm (coreutils): Update to 8.30. [arguments]: Add phase to skip broken test.
* gnu: gzip: Fix FTBFS with glibc >= 2.28.Marius Bakke2018-08-25
| | | | | * gnu/packages/compression.scm (gzip)[arguments]: Add phase 'patch-for-glibc-2.28'.
* gnu: m4: Fix FTBFS with glibc >= 2.28.Marius Bakke2018-08-25
| | | | | | * gnu/packages/patches/m4-gnulib-libio.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/m4.scm (m4)[source](patches): New field.
* gnu: gcc: Fix build with glibc >= 2.28.Marius Bakke2018-08-25
| | | | | | * gnu/packages/patches/gcc-libsanitizer-ustat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gcc.scm (gcc-5)[source](patches): Add it.
* gnu: glibc: Update to 2.28.Marius Bakke2018-08-25
| | | | | | | | | * gnu/packages/patches/glibc-2.28-git-fixes.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/base.scm (glibc/linux): Update to 2.28. [source](patches): Add 'glibc-2.28-git-fixes.patch'. Remove 2.27 equivalent. (glibc-2.28): Remove variable. (glibc-2.27): New public variable
* gnu: boost: Update to 1.68.0.Marius Bakke2018-08-23
| | | | | * gnu/packages/boost.scm (boost): Update to 1.68.0. [arguments]: Remove /bin/sh substitution.
* gnu: boost: Provide libboost_python compatibility symlink.Marius Bakke2018-08-23
| | | | * gnu/packages/boost.scm (boost)[arguments]: Add phase 'provide-libboost_python'.
* gnu: python-cffi: Update to 1.11.5.Marius Bakke2018-08-22
| | | | * gnu/packages/libffi.scm (python-cffi): Update to 1.11.5.
* gnu: python-urllib3: Update to 1.23.Marius Bakke2018-08-22
| | | | * gnu/packages/python-web.scm (python-urllib3): Update to 1.23.
* gnu: python-certifi: Update to 2018.8.13.Marius Bakke2018-08-22
| | | | * gnu/packages/python-crypto.scm (python-certifi): Update to 2018.8.13.
* gnu: python-idna: Update to 2.7.Marius Bakke2018-08-22
| | | | * gnu/packages/python.scm (python-idna): Update to 2.7.
* gnu: Remove GCC ICE workarounds.Marius Bakke2018-08-22
| | | | | | | | | | * gnu/packages/patches/doxygen-gcc-ice.patch, gnu/packages/patches/mariadb-gcc-ice.patch, gnu/packages/patches/perf-gcc-ice.patch: Delete files * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/databases.scm (mariadb)[source](patches): Likewise. * gnu/packages/linux.scm (perf)[source](patches): Likewise. * gnu/packages/documentation.scm (doxygen)[inputs, arguments]: Likewise.
* gnu: gdbm: Update to 1.18.Marius Bakke2018-08-21
| | | | * gnu/packages/databases.scm (gdbm): Update to 1.18.
* gnu: python-numpydoc: Update to 0.8.0.Marius Bakke2018-08-21
| | | | | | * gnu/packages/python.scm (python-numpydoc): Update to 0.8.0. [source](uri): Use PYPI-URI. [source](snippet): Remove.
* gnu: python-greenlet: Update to 0.4.14.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-greenlet): Update to 0.4.14.
* gnu: cups-filters: Update to 1.21.0.Marius Bakke2018-08-21
| | | | * gnu/packages/cups.scm (cups-filters): Update to 1.21.0.
* gnu: python-sphinx: Update to 1.7.7.Marius Bakke2018-08-21
| | | | | | | | | | | | | | * gnu/packages/openstack.scm (python-mox3, python-openstackdocstheme, python-stevedore, python-oslo.config)[native-inputs]: Change PYTHON-SPHINX-1.6 to PYTHON-SPHINX. * gnu/packages/python.scm (python-sphinx): Update to 1.7.7. [arguments]: Incorporate changes from the 1.6 variant. Disable two tests. [propagated-inputs]: Add PYTHON-PACKAGING and PYTHON-SPHINXCONTRIB-WEBSUPPORT. [native-inputs]: Add IMAGEMAGICK and PYTHON-PYTEST. (python2-sphinx)[propagated-inputs]: Add PYTHON2-TYPING. (python-sphinx-1.6, python2-sphinx-1.6, python-sphinx-1.5.3): Remove variables. (python-matplotlib-documentation)[native-inputs]: Change from PYTHON-SPHINX-1.6 to PYTHON-SPHINX.
* gnu: python-sphinxcontrib-websupport: Add a python2 variant.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python2-sphinxcontrib-websupport): New public variable.
* gnu: python-sphinxcontrib-websupport: Update to 1.1.0.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-sphinxcontrib-websupport): Update to 1.1.0.
* gnu: python-sphinxcontrib-websupport: Disable tests.Marius Bakke2018-08-21
| | | | | | * gnu/packages/python.scm (python-sphinxcontrib-websupport)[arguments]: New field. [native-inputs, inputs]: Remove.
* gnu: python-jinja2: Update to 2.10.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-jinja2): Update to 2.10.
* gnu: python-babel: Run the tests.Marius Bakke2018-08-21
| | | | | | * gnu/packages/python.scm (python-babel)[native-inputs]: Add PYTHON-FREEZEGUN and PYTHON-PYTEST. [arguments]: Replace 'check' phase. Remove #:tests?.
* gnu: python-babel: Update to 2.6.0.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-babel): Update to 2.6.0.
* gnu: python-pytz: Update to 2018.5.Marius Bakke2018-08-21
| | | | | | * gnu/packages/time.scm (python-pytz): Update to 2018.5. [source](uri): Update file extension. [native-inputs]: Remove.
* gnu: python-sqlalchemy: Update to 1.2.11.Marius Bakke2018-08-21
| | | | * gnu/packages/databases.scm (python-sqlalchemy): Update to 1.2.11.
* gnu: python-sqlalchemy: Use 'invoke'.Marius Bakke2018-08-21
| | | | | * gnu/packages/databases.scm (python-sqlalchemy)[arguments]: Use INVOKE instead of SYSTEM*.
* gnu: python-packaging: Run the tests.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-packaging)[arguments]: Override 'check' phase.
* gnu: python-packaging: Update to 17.1.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-packaging): Update to 17.1.
* gnu: python-imagesize: Fix typo.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-imagesize)[synopsis]: Remove stray character.
* gnu: python-imagesize: Update to 1.0.0.Marius Bakke2018-08-21
| | | | | * gnu/packages/python.scm (python-imagesize): Update to 1.0.0. [arguments]: Remove.
* gnu: python-markupsafe: Update to 1.0.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-markupsafe): Update to 1.0.
* gnu: python-pytest: Run the tests again.Marius Bakke2018-08-21
| | | | | | | "python setup.py test" is ineffective since 3.6.x. The circle is complete. * gnu/packages/check.scm (python-pytest)[arguments]: Override 'check' phase. [native-inputs]: Add PYTHON-PYTEST-BOOTSTRAP.
* gnu: libssh2: MIPS workaround no longer is.Marius Bakke2018-08-21
| | | | | * gnu/packages/ssh.scm (libssh2)[arguments]: Override the 'bootstrap' phase regardless of target system. Remove 'autoreconf' phase.
* gnu: pango: Update to 1.42.4.Marius Bakke2018-08-21
| | | | * gnu/packages/gtk.scm (pango): Update to 1.42.4.
* gnu: libffi: Don't optimize for the build machine CPU.Marius Bakke2018-08-21
| | | | * gnu/packages/libffi.scm (libffi)[arguments]: Add #:configure-flags.
* gnu: libatomic-ops: Update to 7.6.6.Marius Bakke2018-08-21
| | | | * gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.6.
* gnu: python-olefile: Update to 0.45.1.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-olefile): Update to 0.45.1.
* gnu: python-lxml: Update to 4.2.4.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-lxml): Update to 4.2.4.
* gnu: python-ipaddress: Update to 1.0.22.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-ipaddress): Update to 1.0.22.
* gnu: python-pycparser: Update to 2.18.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-pycparser): Update to 2.18.
* gnu: python-setuptools-scm: Update to 3.1.0.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-setuptools-scm): Update to 3.1.0.
* gnu: python-hypothesis: Update to 3.68.2.Marius Bakke2018-08-21
| | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.68.2.
* gnu: python-more-itertools: Update to 4.3.0.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-more-itertools): Update to 4.3.0.
* gnu: python-scandir: Update to 1.9.0.Marius Bakke2018-08-21
| | | | * gnu/packages/python.scm (python-scandir): Update to 1.9.0.
* gnu: python-pytest: Update to 3.7.2.Marius Bakke2018-08-21
| | | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.7.2. (python2-pytest)[propagated-inputs]: Add PYTHON2-PATHLIB. (python2-pytest-bootstrap)[propagated-inputs]: Add PYTHON-PATHLIB2-BOOTSTRAP. * gnu/packages/python.scm (python2-pathlib2-bootstrap): New public variable.