summaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
Commit message (Collapse)AuthorAge
* gnu: mycli: Placate sanity check.Marius Bakke2022-01-11
| | | | * gnu/packages/databases.scm (mycli)[arguments]: Add phase.
* gnu: python-sqlparse: Specify CPE name.Marius Bakke2022-01-11
| | | | * gnu/packages/databases.scm (python-sqlparse)[properties]: New field.
* gnu: python-sqlparse: Update to 0.4.2 [fixes CVE-2021-32839].Marius Bakke2022-01-11
| | | | * gnu/packages/databases.scm (python-sqlparse): Update to 0.4.2.
* gnu: pgloader: Use G-expressions.Tobias Geerinckx-Rice2022-01-04
| | | | | | * gnu/packages/databases.scm (pgloader)[arguments]: Rewrite as G-expressions. [inputs]: Remove input labels.
* gnu: pgloader: Update to 3.6.3.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/databases.scm (pgloader): Update to 3.6.3.
* gnu: leveldb: Remove --no-rtti flag.Ricardo Wurmus2021-12-20
| | | | | * gnu/packages/databases.scm (leveldb)[arguments]: Patch CMakeLists.txt in 'allow-RTTI phase.
* gnu: rocksdb: Update to 6.26.1.Ricardo Wurmus2021-12-20
| | | | | | | | * gnu/packages/databases.scm (rocksdb): Update to 6.26.1. [build-system]: Use cmake-build-system. [arguments]: Disable tests for all architectures; update configure-flags to new build system; remove build phase customization; add two phases: 'build-generically and 'patch-CMakeLists.txt.
* gnu: galera: Update to 26.4.10.Tobias Geerinckx-Rice2021-12-19
| | | | | * gnu/packages/databases.scm (galera): Update to 26.4.10. [source]: Use Git tag.
* gnu: leveldb: Update to 1.23.Tobias Geerinckx-Rice2021-12-19
| | | | | | | * gnu/packages/databases.scm (leveldb): Update to 1.23. [arguments]: Rewrite as a keyword/gexp list. Add a new 'unpack-third_party-sources phase. Add #:configure-flags to prevent these from being installed to the output.
* gnu: Rename emacs-recutils to emacs-rec-mode.Liliana Marie Prikler2021-12-14
| | | | | | | This fixes ‘guix refresh emacs-rec-mode’. * gnu/packages/databases.scm (emacs-rec-mode): New variable. (emacs-recutils): Deprecate in favor of emacs-rec-mode.
* gnu: emacs-recutils: Update to 1.8.2.Morgan Smith2021-12-14
| | | | | | | | | | | * gnu/packages/databases.scm (emacs-recutils): Update to 1.8.2. No longer inherit from recutils. [source]: Add origin, fetching tarball from ELPA. [native-inputs]: Add texinfo. [arguments]: Add ‘make-info’ phase. [home-page, license]: Fill in missing information no longer inherited. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* 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.