aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging.Maxim Cournoyer2022-09-27
|\ | | | | | | | | | | With resolved conflicts in: gnu/local.mk gnu/packages/crates-io.scm
| * gnu: apache-arrow: Update to 9.0.0.Ricardo Wurmus2022-09-20
| | | | | | | | * gnu/packages/databases.scm (apache-arrow): Update to 9.0.0.
* | gnu: firebird: Add support for riscv64-linux.Efraim Flashner2022-09-24
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (firebird)[source]: Add patches. [arguments]: Add custom phase when building for riscv64-linux to force the bootstrap phase to occur. [native-inputs]: When building for riscv64-linux add autoconf, automake and libtool. * gnu/packages/patches/firebird-riscv64-support-pt1.patch, gnu/packages/patches/firebird-riscv64-support-pt2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
* | gnu: firebird: Update to 3.0.10.Efraim Flashner2022-09-24
| | | | | | | | | | | | | | | | * gnu/packages/databases.scm (firebird): Update to 3.0.10. [source]: Remove trailing #t. [arguments]: Remove trailing #t from phases. [inputs]: Replace icu4c-67 with icu4c. [properties]: Remove field.
* | Merge branch 'master' into stagingMarius Bakke2022-09-08
|\|
| * gnu: python-apsw: Update to 3.39.2.1.Hilton Chain2022-09-07
| | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (python-apsw): Update to 3.39.2.1. [source]: Change back to compressed release. * gnu/packages/patches/python-apsw-3.39.2.1-test-fix.patch: New file. * gnu/local.mk: Add patch. Signed-off-by: Marius Bakke <marius@gnu.org>
* | Merge branch 'master' into stagingMarius Bakke2022-08-30
|\|
| * gnu: Introduce versioned 'openssl-1.1' variable.Marius Bakke2022-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and use it in packages that do not yet support 3.0. * gnu/packages/tls.scm (openssl): Rename to ... (openssl-1.1): ... this. (openssl/fixed): Inherit from OPENSSL-1.1. (openssl-3.0): Likewise. (openssl): Turn into alias for OPENSSL-1.1. * gnu/packages/ruby.scm (ruby-2.6)[inputs]: Change from OPENSSL to OPENSSL-1.1. (ruby-3.0)[inputs]: Change "openssl" input to OPENSSL. (ruby-3.1): Inherit from RUBY-3.0. * gnu/packages/python.scm (python-2.7)[inputs]: Change from OPENSSL to OPENSSL-1.1. (python-3.9)[inputs]: Replace "openssl" with OPENSSL. * gnu/packages/python-crypto.scm (python-cryptography)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/databases.scm (mariadb)[inputs]: Likewise. * gnu/packages/node.scm (node)[native-inputs, inputs]: Likewise. (node-lts)[native-inputs]: Likewise.
* | Merge branch 'master' into stagingMarius Bakke2022-08-27
|\|
| * gnu: python-apsw: Remove obsolete code.Marius Bakke2022-08-27
| | | | | | | | | | * gnu/packages/databases.scm (python-apsw)[native-inputs]: Remove UNZIP. [arguments]: Remove trailing #t's.
| * gnu: python-apsw: Update to 3.39.2.0.Hilton Chain2022-08-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (python-apsw): Update to 3.39.2.0. [source]: Change to git-fetch. [inputs]: Replace sqlite with sqlite-next. [arguments]: Remove custom check phase. Some styling adjustments as well. Signed-off-by: Marius Bakke <marius@gnu.org>
| * gnu: memcached: Update to 1.6.16.Tobias Geerinckx-Rice2022-08-14
| | | | | | | | * gnu/packages/databases.scm (memcached): Update to 1.6.16.
| * gnu: sqlitebrowser: Fix description.Tobias Geerinckx-Rice2022-08-14
| | | | | | | | | | * gnu/packages/databases.scm (sqlitebrowser)[synopsis]: Include more keywords. [description]: Bring up to snuff.
| * gnu: python-rq: Update to 1.11.Marius Bakke2022-08-19
| | | | | | | | | | * gnu/packages/databases.scm (python-rq): Update to 1.11. [native-inputs]: Add PYTHON-PSUTIL.
| * gnu: Add python-sqlitedict.Ricardo Wurmus2022-08-16
| | | | | | | | * gnu/packages/databases.scm (python-sqlitedict): New variable.
| * gnu: python-pymysql: Remove unused input.Marius Bakke2022-08-16
| | | | | | | | | | * gnu/packages/databases.scm (python-pymysql)[native-inputs]: Remove PYTHON-UNITTEST2.
* | Merge branch 'master' into stagingMarius Bakke2022-08-11
|\|
| * gnu: Add python-dogpile.cache.Hartmut Goebel2022-08-10
| | | | | | | | * gnu/packages/databases.scm (python-dogpile.cache): New variable.
| * gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | | | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
| * gnu: nanodbc: Update to 2.14.0.Tobias Geerinckx-Rice2022-07-24
| | | | | | | | * gnu/packages/databases.scm (nanodbc): Update to 2.14.0.
* | Merge branch 'master' into stagingMarius Bakke2022-07-13
|\|
| * gnu: emacs-rec-mode: Update to 1.9.0.Nicolas Goaziou2022-07-11
| | | | | | | | * gnu/packages/databases.scm (emacs-rec-mode): Update to 1.9.0.
| * gnu: Add sqls 0.2.18.muradm2022-07-03
| | | | | | | | | | | | * gnu/packages/databases (sqls): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: recutils: Use regular check.Thiago Jung Bauermann2022-07-02
| | | | | | | | | | | | | | * gnu/packages/databases.scm (recutils)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: python-setuptools-scm: Move to (gnu packages python-build).Maxim Cournoyer2022-06-26
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
| * gnu: pgloader: Update to 3.6.4.Tobias Geerinckx-Rice2022-06-19
| | | | | | | | * gnu/packages/databases.scm (pgloader): Update to 3.6.4.
| * gnu: litecli: Update to 1.9.0.jgart2022-06-23
| | | | | | | | | | | | * gnu/packages/databases.scm (litecli): Update to 1.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Remove postgresql@13 replacement.Marius Bakke2022-06-23
|/ | | | | | | | * gnu/packages/databases.scm (postgresql-13)[replacement]: Remove. [source](patches): Inherit from POSTGRESQL-14. (postgresql-13/replacement): Remove variable. * gnu/packages/databases.scm (postgresql-11)[source](patches): Inherit from POSTGRESQL-13.
* gnu: PostgreSQL: Update to 14.4.Marius Bakke2022-06-20
| | | | * gnu/packages/databases.scm (postgresql-14): Update to 14.4.
* gnu: Add python-pyarrow-0.16.Ricardo Wurmus2022-06-16
| | | | * gnu/packages/databases.scm (python-pyarrow-0.16): New variable.
* gnu: Add apache-arrow-0.16.Ricardo Wurmus2022-06-16
| | | | * gnu/packages/databases.scm (apache-arrow-0.16): New variable.
* gnu: PostgreSQL: Promote version 14 to the default.Marius Bakke2022-06-14
| | | | | * gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14. * gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
* gnu: python-asyncpg: Update to 0.25.0.Marius Bakke2022-06-14
| | | | | | * gnu/packages/databases.scm (python-asyncpg): Update to 0.25.0. [native-inputs]: Remove PYTHON-FLAKE8, PYTHON-PYCODESTYLE, PYTHON-SPHINX, PYTHON-SPHINX-RTD-THEME, and PYTHON-SPHINXCONTRIB-ASYNCIO.
* gnu: python-tortoise-orm: Update to 0.19.1.Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (python-tortoise-orm): Update to 0.19.1.
* gnu: python-pypika-tortoise: Update to 0.1.5.Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.1.5.
* gnu: perl-dbd-pg: Update to 3.15.1.Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (perl-dbd-pg): Update to 3.15.1.
* gnu: TimescaleDB: Update to 2.7.0.Marius Bakke2022-06-14
| | | | | | | | * gnu/packages/databases.scm (timescaledb): Update to 2.7.0. [source](snippet): Remove more files. [source](patches): New field. * gnu/packages/patches/timescaledb-flaky-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: PostgreSQL@13: Update replacement to 13.7 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-13/replacement): Update to 13.7.
* gnu: PostgreSQL@10: Update to 10.21 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-10): Update to 10.21.
* gnu: PostgreSQL@11: Update to 11.16 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.16.
* gnu: PostgreSQL@14: Update to 14.3 [fixes CVE-2022-1552].Marius Bakke2022-06-14
| | | | * gnu/packages/databases.scm (postgresql-14): Update to 14.3.
* gnu: PostgreSQL: Permit loading plugins from symlink unions again.Marius Bakke2022-06-14
| | | | | | | | | ...this fixes a regression since 49b350fafc2c3 where the patch to disable symlink resolving went missing from versions < 14. * gnu/packages/databases.scm (postgresql-13/replacement): New variable. (postgresql-13)[replacement]: New field. (postgresql-11)[source](patches): Add 'postgresql-disable-resolve_symlinks.patch'.
* 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.