summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into stagingLudovic Courtès2022-06-12
|\
| * gnu: python-pyodbc-c: Fix comment.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | * gnu/packages/databases.scm (python-pyodbc-c): Fix comment about tests.
| * gnu: python-pyodbc-c: Fix metadata.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | | | | | | | It appears to have been copied from python-pyodbc, a different project. * gnu/packages/databases.scm (python-pyodbc-c)[synopsis, description]: Describe this project instead, and how it differs. [home-page]: Point elsewhere.
| * gnu: python-pyodbc-c: Update to 3.1.5.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | * gnu/packages/databases.scm (python-pyodbc-c): Update to 3.1.5.
| * gnu: python-pyodbc-c: Don't use unstable tarball.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | * gnu/packages/databases.scm (python-pyodbc-c)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| * gnu: python-pyodbc: Update to 4.0.32.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | * gnu/packages/databases.scm (python-pyodbc): Update to 4.0.32.
| * gnu: python-pyodbc: Document the test situation.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | | | * gnu/packages/databases.scm (python-pyodbc)[arguments]: Replace counterfactual comment with one that isn't. Add a custom 'check phase, which doesn't run.
| * gnu: python-pyodbc: Remove precompiled .pyc files from source.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | * gnu/packages/databases.scm (python-pyodbc)[source]: Add a snippet. Remove no-op file-name.
| * gnu: galera: Update to 26.4.12.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | * gnu/packages/databases.scm (galera): Update to 26.4.12.
| * gnu: perl-dbi, timescaledb: Fix typo in description.Tobias Geerinckx-Rice2022-06-05
| | | | | | | | | | * gnu/packages/databases.scm (perl-dbi, timescaledb): Fix ‘an database’ typo.
* | Merge branch 'master' into stagingLudovic Courtès2022-06-08
|\|
| * gnu: virtuoso-ose: Do not embed kernel version and timestamps.Vagrant Cascadian2022-06-06
| | | | | | | | | | * gnu/packages/databases.scm (virtuoso-ose)[arguments]: Add 'avoid-embedding-kernel-and-timestamps phase.
| * gnu: timescaledb: Do not embed running kernel version.Vagrant Cascadian2022-06-05
| | | | | | | | | | * gnu/packages/databases.scm (timescaledb)[arguments]: Add 'remove-kernel-version phase.
| * gnu: mycli: Update to 1.25.0.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/databases.scm (mycli): Update to 1.25.0. [arguments]: Remove obsolete 'loosen-requirements phase.
* | gnu: timescaledb: Adjust test preparation to PostgreSQL 13.6.Ludovic Courtès2022-06-07
| | | | | | | | | | | | | | | | | | The previous method of making a union with symlinks would work with 13.4 but not with 13.6, which has an extra 'canonicalize_path' call in 'find_my_exec'. * gnu/packages/databases.scm (timescaledb)[arguments]: In 'prepare-tests', pass #:symlink argument to 'union-build'.
* | gnu: postgresql@10: Fix manual compilation.Ludovic Courtès2022-06-05
| | | | | | | | | | | | This is a followup to f0227a18c2394d3403d0265f3c700cfd9d1ee5b4. * gnu/packages/databases.scm (postgresql-10)[native-inputs]: New field.
* | gnu: postgresql@11: Depend on docbook-xml@4.2.Ludovic Courtès2022-06-02
| | | | | | | | * gnu/packages/databases.scm (postgresql-11)[native-inputs]: New field.
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\|
| * gnu: Remove 4store.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | | | * gnu/packages/databases.scm (4store): Delete variable. * gnu/packages/patches/4store-fix-buildsystem.patch: Delete file. * gnu/packages/patches/4store-unset-preprocessor-directive.patch: Likewise. * gnu/local.mk (dist_patch_DATA): De-register them.
| * gnu: libpqxx: Update to 7.7.3.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | | | | | * gnu/packages/databases.scm (libpqxx): Update to 7.7.3. [source]: Use git. [native-inputs]: Replace python-2 with python-wrapper. Add gcc-11. [tests?]: Expound comment. [phases]: Delete argument.
| * gnu: Remove python2-pysqlite.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-pysqlite): Delete variable.
| * gnu: Remove python2-sqlalchemy.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-sqlalchemy): Delete variable.
| * gnu: Remove python2-pickleshare.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-pickleshare): Delete variable.
| * gnu: Remove python2-pyodbc.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-pyodbc): Delete variable.
| * gnu: Remove python2-hiredis.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-hiredis): Delete variable.
| * gnu: Remove python2-pymysql.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-pymysql): Delete variable.
| * gnu: Remove python2-pyodbc-c.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-pyodbc-c): Delete variable.
| * gnu: Remove python2-py2neo.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-py2neo): Delete variable.
| * gnu: Remove python2-apsw.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-apsw): Delete variable.
| * gnu: Remove python2-ccm.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-ccm): Delete variable.
| * gnu: Remove python2-peewee.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-peewee): Delete variable.
| * gnu: Remove python2-trollius-redis.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-trollius-redis): Delete variable.
| * gnu: Remove python2-redis.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-redis): Delete variable.
| * gnu: Remove python2-neo4j-driver.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/databases.scm (python2-neo4j-driver): Delete variable.
| * gnu: virtuoso-ose: Update to 7.2.7.Roel Janssen2022-05-30
| | | | | | | | | | | | | | * gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.7; Run autogen after applying the patch below. * gnu/packages/patches/virtuoso-ose-remove-pre-built-jar-files.patch: New file.
| * gnu: apache-arrow: Update to 8.0.0.Ricardo Wurmus2022-05-28
| | | | | | | | * gnu/packages/databases.scm (apache-arrow): Update to 8.0.0.
* | Merge branch 'master' into stagingLudovic Courtès2022-05-26
|\|
| * gnu: emacs-rec-mode: Remove input labels.Tobias Geerinckx-Rice2022-05-22
| | | | | | | | | | * gnu/packages/databases.scm (emacs-rec-mode)[native-inputs]: Remove input labels.
| * gnu: emacs-rec-mode: Update to 1.8.3.Tobias Geerinckx-Rice2022-05-22
| | | | | | | | * gnu/packages/databases.scm (emacs-rec-mode): Update to 1.8.3.
| * gnu: litecli: Update to 1.8.0.Tobias Geerinckx-Rice2022-05-22
| | | | | | | | * gnu/packages/databases.scm (litecli): Update to 1.8.0.
* | Merge branch 'master' into stagingEfraim Flashner2022-05-16
|\|
| * gnu: python2-sqlalchemy: Skip a failing test.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/databases.scm (python2-sqlalchemy)[phases]{check}: Skip the test_fixture_five test.
| * gnu: Remove python-orator due to being broken and unmaintained.Maxim Cournoyer2022-05-12
| | | | | | | | * gnu/packages/databases.scm (python-orator): Delete variable.
| * gnu: python-fakeredis: Update to 1.7.1.Maxim Cournoyer2022-05-12
| | | | | | | | | | * gnu/packages/databases.scm (python-fakeredis): Update to 1.7.1. [propagated-inputs]: Add python-aioredis.
| * gnu: Add python-aioredis.Maxim Cournoyer2022-05-12
| | | | | | | | * gnu/packages/databases.scm (python-aioredis): New variable.
| * gnu: python-sqlalchemy: Update to 1.4.35.Maxim Cournoyer2022-05-12
| | | | | | | | * gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.35.
| * gnu: python-sqlalchemy: Run tests in parallel via xdist.Maxim Cournoyer2022-05-12
| | | | | | | | | | | | * gnu/packages/databases.scm (python-sqlalchemy)[phases]: Use gexps. {check}: Run tests in parallel; skip slow test_memusage. * gnu/packages/databases.scm (python2-sqlalchemy): Adjust to avoid xdist.
| * gnu: recutils: Fix cross-compilation.Tobias Geerinckx-Rice2022-05-08
| | | | | | | | | | | | * gnu/packages/databases.scm (recutils) [arguments]: Point "--with-bash-headers" to the root bash "/include" directory.
| * gnu: recutils: Remove some input labels.Tobias Geerinckx-Rice2022-05-08
| | | | | | | | | | | | * gnu/packages/databases.scm (recutils)[inputs]: Remove input labels. [arguments]: Adjust accordingly.
| * gnu: recutils: Omit static libraries.Tobias Geerinckx-Rice2022-05-08
| | | | | | | | | | * gnu/packages/databases.scm (recutils)[arguments]: Add "--disable-static" to #:configure-flags.