summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: apache-arrow: Update to 6.0.1.Ricardo Wurmus2021-11-24
| | | | | | | | | | | | | | | | * gnu/packages/databases.scm (apache-arrow): Update to 6.0.1. [arguments]: Add configuration options to disable micro-architecture optimizations; also set ARROW_PACKAGE_KIND to Guix. [inputs]: Move apache-thrift, lz4, zlib, and zstd from here... [propagated-inputs]: ...to here.
* | gnu: python-alembic: Update to 1.7.5.Marius Bakke2021-12-05
| | | | | | | | | | * gnu/packages/databases.scm (python-alembic): Update to 1.7.5. [propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES.
* | gnu: python-fakeredis: Update to 1.7.0.Marius Bakke2021-12-05
| | | | | | | | * gnu/packages/databases.scm (python-fakeredis): Update to 1.7.0.
* | gnu: python2-pylibmc: Remove package.zimoun2021-11-25
| | | | | | | | | | | | * gnu/packages/databases.scm (python2-pylibmc): Delete variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* | gnu: python2-sql: Remove package.zimoun2021-11-25
| | | | | | | | * gnu/packages/databases.scm (python2-sql): Delete variable.
* | gnu: python2-sadisplay: Remove package.zimoun2021-11-25
| | | | | | | | * gnu/packages/databases.scm (python2-sadisplay): Delete variable.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: Add python-tinydb.jgart2021-11-23
| | | | | | | | | | | | * gnu/packages/databases.scm (python-tinydb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add litecli.Foo Chuan Wei2021-11-20
| | | | | | | | | | | | * gnu/packages/databases.scm (litecli): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: mycli: Update home page.Arun Isaac2021-11-19
| | | | | | | | * gnu/packages/databases.scm (mycli)[home-page]: Update.
| * gnu: mycli: Update to 1.24.1.jgart2021-11-19
| | | | | | | | | | | | | | * gnu/packages/databases.scm (mycli): Update to 1.24.1. [propagated-inputs]: Add python-pyaes and python-pyperclip. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* | 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
|\|