summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\
| * gnu: python-sqlalchemy: Update to 1.4.27.Marius Bakke2021-11-15
| | | | | | | | * gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.27.
| * gnu: python-psycopg2: Update to 2.9.2.Marius Bakke2021-11-15
| | | | | | | | | | * gnu/packages/databases.scm (python-psycopg2): Update to 2.9.2. (python2-psycopg2): Remove variable (no longer supported).
| * gnu: Remove python2-sqlalchemy-utils.Marius Bakke2021-11-15
| | | | | | | | | | | | Some of its dependencies no longer support Python 2, so drop it. * gnu/packages/databases.scm (python2-sqlalchemy-utils): Remove variable.
* | gnu: python-aiomysql: Update to 0.17.8.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (python-aiomysql): Update to 0.17.8. Update comment about why the tests are disabled. [native-inputs]: Remove. [propagated-inputs]{python-pypika, python-typing-extensions}: Remove. {python-asyncmy, python-asyncpg, python-iso8601, python-pypika-tortoise} {python-rapidjson, python-uvloop}: New propagated inputs. [synopsis, description]: Reformat and modify slightly.
* | gnu: Add python-aiomysql.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/databases.scm (python-aiomysql): New variable.
* | gnu: Add python-asyncmy.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/databases.scm (python-asyncmy): New variable.
* | gnu: Add python-asyncpg.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/databases.scm (python-asyncpg): New variable.
* | gnu: Add python-sphinxcontrib-asyncio.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/databases.scm (python-sphinxcontrib-asyncio): New variable.
* | gnu: Add python-pypika-tortoise.Maxim Cournoyer2021-11-11
| | | | | | | | * gnu/packages/databases.scm (python-pypika-tortoise): New variable.
* | gnu: mariadb: Only run the main test suite to avoid flaky tests.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | Tests from the perfschema test suite has a high failure rate. Upstream only tests the main test suite in their CI, so don't try to outdo them. * gnu/packages/databases.scm (mariadb): Delete trailing #t. [phases]{check}: Only run the main test suite.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-08
|\|
| * gnu: unqlite: Curate comparisons.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/databases.scm (unqlite)[description]: Keep the better-licenced comparisons.
| * gnu: python-sqlalchemy: Respect #:tests?.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | | | * gnu/packages/databases.scm (python-sqlalchemy)[argument]: Respect the #:tests? keyword in the custom 'check phase.
| * gnu: python-sqlalchemy: Update to 1.4.26.Tobias Geerinckx-Rice2021-11-03
| | | | | | | | * gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.26.
| * gnu: Add python-sqlalchemy@1.3.David Larsson2021-11-03
| | | | | | | | | | | | * gnu/packages/databases.scm (python-sqlalchemy-1.3): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* | gnu: RocksDB: Update to 6.25.3.Marius Bakke2021-11-06
| | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (rocksdb): Update to 6.25.3. [inputs]: Change from PYTHON-2 to PYTHON. [arguments]: Adjust #:make-flags for upstream changes. Use a less arbitrary test subset. Move the disable-optimizations phase contents to #:make-flags. Introduce 'clean' phase. While here, fix cross-compilation and remove trailing #t's.
* | gnu: mariadb: Only enable parallel tests on x86_64-linux.Efraim Flashner2021-10-26
| | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Only enable parallel tests when building on x86_64-linux.
* | gnu: mariadb: Don’t run tests in parallel on ppc64le targets.Thiago Jung Bauermann2021-10-25
| | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Set ‘#:parallel-tests?’ for powerpc64le machines. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: python-peewee: Update to 3.14.4.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/databases.scm (python-peewee): Update to 3.14.4. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-14
|\|
| * gnu: Rename google-brotli back to brotli.Tobias Geerinckx-Rice2021-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry for the noise, but good riddance. Our nonstandard name for this package has caused confusion since it was added. For example, the duplicate python-brotli and python-google-brotli packages added later, with the latter name making even less sense. The Python packages will be fixed in the next commit. * gnu/packages/compression.scm (google-brotli): Redefine as a deprecated-package, with… (brotli): …restored to canonical status. (python-google-brotli)[inherit]: Adjust accordingly. * gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly. * gnu/packages/fontutils.scm (woff2)[inputs]: Likewise. * gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise. * gnu/packages/networking (wireshark)[inputs]: Likewise. * gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: sequeler: Update to 0.8.2.Tobias Geerinckx-Rice2021-10-06
| | | | | | | | | | * gnu/packages/databases.scm (sequeler): Update to 0.8.2. [arguments]: Don't explicitly return #t from phases.
| * gnu: redis: Update to 6.2.6.Tobias Geerinckx-Rice2021-10-06
| | | | | | | | | | | | * gnu/packages/databases.scm (redis): Update to 6.2.6. [source]: Don't explicitly return #t snippet. [arguments]: Nor from phases.
| * gnu: memcached: Update to 1.6.12.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | * gnu/packages/databases.scm (memcached): Update to 1.6.12.
| * gnu: Consolidate duplicate copyright names.Greg Hogan2021-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/android.scm: Consolidate copyright lines with the same email address. * gnu/packages/code.scm: Likewise. * gnu/packages/cpp.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/file.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gps.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/web.scm: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: mysql: Add wrapper around mysql_config.zimoun2021-09-21
| | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/23045>. * gnu/packages/databases.scm (mysql): Add a 'wrap-mysql_helpers phase to wrap 'mysql_config' and 'mysqld_safe'. [inputs]: Add 'coreutils', 'gawk', 'grep', 'procps' and 'sed'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | gnu: mariadb: Update to 10.5.12.Efraim Flashner2021-09-29
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb): Update to 10.5.12. [source]: Remove patches. [arguments]: In custom 'adjust-tests phase, update list of skipped tests. Also remove tests already listed in mysql-test/unstable-tests. * gnu/packages/patches/mariadb-CVE-2021-27928.patch, gnu/packages/patches/mariadb-cmake-compat.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
* | gnu: mariadb: Honor parallel-tests?.Efraim Flashner2021-09-29
| | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: In custom 'check phase honor #:parallel-tests? flag.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm
| * gnu: Remove python2-alembic.Marius Bakke2021-09-16
| | | | | | | | | | | | This package currently fails to build and has no users in Guix. * gnu/packages/databases.scm (python2-alembic): Remove variable.
| * gnu: python-sql: Update to 1.3.0.Hartmut Goebel2021-09-16
| | | | | | | | * gnu/packages/databases.scm (python-sql): Update to 1.3.0.
| * gnu: python-sqlalchemy: Update to 1.4.23.Marius Bakke2021-09-15
| | | | | | | | | | * gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.23. [propagated-inputs]: Add PYTHON-GREENLET.
| * gnu: python-sadisplay: Update to 0.4.9.Marius Bakke2021-09-15
| | | | | | | | | | | | * gnu/packages/databases.scm (python-sadisplay): Update to 0.4.9. [arguments]: New field. Override check phase. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST.
| * gnu: python-alembic: Update to 1.7.1.Marius Bakke2021-09-15
| | | | | | | | | | * gnu/packages/databases.scm (python-alembic): Update to 1.7.1. [propagated-inputs]: Add PYTHON-IMPORTLIB-RESOURCES.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: nheko: Update to 0.8.2.nixo2021-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/messaging.scm (nheko): Update to 0.8.2. [source snippet]: Remove third_party folder. [arguments]: Remove -fpermissive flag, remove remove-Werror phase, add phase wrap-program and unbundle-dependencies. [inputs]: Add gst-plugins-base, gst-plugins-bad, libnice, qtkeychain, and unbundle blurhash, cpp-httplib and single-application, remove tweeny. [native-inputs]: Add doxygen, graphviz used to build documentation. [description]: Simplify by removing the long list, add new features. (mtxclient): Update to 0.5.1. [arguments]: Remove set-home phase. * gnu/packages/databases.scm (lmdbxx): Update to 1.0.0. [source]: Change repository to a fork required by nheko. [home-page]: Update accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: postgresql-9.6: Update to 9.6.23.Efraim Flashner2021-08-27
| | | | | | | | * gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.23.
| * gnu: postgresql-10: Update to 10.18.Efraim Flashner2021-08-27
| | | | | | | | * gnu/packages/databases.scm (postgresql-10): Update to 10.18.
| * gnu: postgresql-11: Update to 11.13.Efraim Flashner2021-08-27
| | | | | | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.13.
| * Update copyright/name notices for Christine Lemmer-Webber.Christopher Lemmer Webber2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber. * gnu/build/image.scm: Likewise. * gnu/build/vm.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/assembly.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/backup.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/finance.scm: Likewise. * gnu/packages/gnupg.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/haskell-xyz.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/sphinx.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/networking.scm: Likewise. * gnu/system/vm.scm: Likewise.
* | gnu: postgresql-13: Update to 13.4.Efraim Flashner2021-08-27
| | | | | | | | * gnu/packages/databases.scm (postgresql-13): Update to 13.4.
* | gnu: python-apsw: Update to 3.36.0-r1.Mathieu Othacehe2021-08-14
| | | | | | | | * gnu/packages/databases.scm (python-apsw): Update to 3.36.0-r1.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
| * gnu: rocksdb: set TEST_TMPDIR for faster test i/o.Ryan Sundberg2021-08-10
| | | | | | | | | | | | | | | | | | | | | | The rocksdb test can take an egregious amount of time on a spinning HDD. This will inherit guixbuild's /tmp mount for the rocksdb testing directory. * gnu/packages/databases.scm (rocksdb)[arguments]: set TEST_TMPDIR for check phase Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: tdb: Update to 1.4.5.Efraim Flashner2021-08-04
| | | | | | | | * gnu/packages/databases.scm (tdb): Update to 1.4.5.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-07-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm
| * gnu: apache-arrow: Update to 5.0.0.Ricardo Wurmus2021-07-29
| | | | | | | | * gnu/packages/databases.scm (apache-arrow): Update to 5.0.0.