| Commit message (Expand) | Author | Age |
* | Merge branch 'master' into staging.•••With resolved conflicts in:
gnu/local.mk
gnu/packages/crates-io.scm
| Maxim Cournoyer | 2022-09-27 |
|\ |
|
| * | gnu: apache-arrow: Update to 9.0.0.•••* gnu/packages/databases.scm (apache-arrow): Update to 9.0.0.
| Ricardo Wurmus | 2022-09-20 |
* | | gnu: firebird: Add support for riscv64-linux.•••* 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.
| Efraim Flashner | 2022-09-24 |
* | | gnu: firebird: Update to 3.0.10.•••* 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.
| Efraim Flashner | 2022-09-24 |
* | | Merge branch 'master' into staging | Marius Bakke | 2022-09-08 |
|\| |
|
| * | gnu: python-apsw: Update to 3.39.2.1.•••* 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>
| Hilton Chain | 2022-09-07 |
* | | Merge branch 'master' into staging | Marius Bakke | 2022-08-30 |
|\| |
|
| * | gnu: Introduce versioned 'openssl-1.1' variable.•••...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.
| Marius Bakke | 2022-08-30 |
* | | Merge branch 'master' into staging | Marius Bakke | 2022-08-27 |
|\| |
|
| * | gnu: python-apsw: Remove obsolete code.•••* gnu/packages/databases.scm (python-apsw)[native-inputs]: Remove UNZIP.
[arguments]: Remove trailing #t's.
| Marius Bakke | 2022-08-27 |
| * | gnu: python-apsw: Update to 3.39.2.0.•••* 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>
| Hilton Chain | 2022-08-27 |
| * | gnu: memcached: Update to 1.6.16.•••* gnu/packages/databases.scm (memcached): Update to 1.6.16.
| Tobias Geerinckx-Rice | 2022-08-14 |
| * | gnu: sqlitebrowser: Fix description.•••* gnu/packages/databases.scm (sqlitebrowser)[synopsis]: Include more keywords.
[description]: Bring up to snuff.
| Tobias Geerinckx-Rice | 2022-08-14 |
| * | gnu: python-rq: Update to 1.11.•••* gnu/packages/databases.scm (python-rq): Update to 1.11.
[native-inputs]: Add PYTHON-PSUTIL.
| Marius Bakke | 2022-08-19 |
| * | gnu: Add python-sqlitedict.•••* gnu/packages/databases.scm (python-sqlitedict): New variable.
| Ricardo Wurmus | 2022-08-16 |
| * | gnu: python-pymysql: Remove unused input.•••* gnu/packages/databases.scm (python-pymysql)[native-inputs]: Remove
PYTHON-UNITTEST2.
| Marius Bakke | 2022-08-16 |
* | | Merge branch 'master' into staging | Marius Bakke | 2022-08-11 |
|\| |
|
| * | gnu: Add python-dogpile.cache.•••* gnu/packages/databases.scm (python-dogpile.cache): New variable.
| Hartmut Goebel | 2022-08-10 |
| * | gnu: qttools: Rename to qttools-5.•••Automated with:
git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer | 2022-07-31 |
| * | gnu: nanodbc: Update to 2.14.0.•••* gnu/packages/databases.scm (nanodbc): Update to 2.14.0.
| Tobias Geerinckx-Rice | 2022-07-24 |
* | | Merge branch 'master' into staging | Marius Bakke | 2022-07-13 |
|\| |
|
| * | gnu: emacs-rec-mode: Update to 1.9.0.•••* gnu/packages/databases.scm (emacs-rec-mode): Update to 1.9.0.
| Nicolas Goaziou | 2022-07-11 |
| * | gnu: Add sqls 0.2.18.•••* gnu/packages/databases (sqls): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| muradm | 2022-07-03 |
| * | gnu: recutils: Use regular check.•••* gnu/packages/databases.scm (recutils)[native-inputs]: Replace check-0.14
with check.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Thiago Jung Bauermann | 2022-07-02 |
| * | gnu: python-setuptools-scm: Move to (gnu packages python-build).•••* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here...
* gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
| Maxim Cournoyer | 2022-06-26 |
| * | gnu: pgloader: Update to 3.6.4.•••* gnu/packages/databases.scm (pgloader): Update to 3.6.4.
| Tobias Geerinckx-Rice | 2022-06-19 |
| * | gnu: litecli: Update to 1.9.0.•••* gnu/packages/databases.scm (litecli): Update to 1.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| jgart | 2022-06-23 |
* | | gnu: Remove postgresql@13 replacement.•••* 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.
| Marius Bakke | 2022-06-23 |
|/ |
|
* | gnu: PostgreSQL: Update to 14.4.•••* gnu/packages/databases.scm (postgresql-14): Update to 14.4.
| Marius Bakke | 2022-06-20 |
* | gnu: Add python-pyarrow-0.16.•••* gnu/packages/databases.scm (python-pyarrow-0.16): New variable.
| Ricardo Wurmus | 2022-06-16 |
* | gnu: Add apache-arrow-0.16.•••* gnu/packages/databases.scm (apache-arrow-0.16): New variable.
| Ricardo Wurmus | 2022-06-16 |
* | gnu: PostgreSQL: Promote version 14 to the default.•••* gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14.
* gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
| Marius Bakke | 2022-06-14 |
* | gnu: python-asyncpg: Update to 0.25.0.•••* 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.
| Marius Bakke | 2022-06-14 |
* | gnu: python-tortoise-orm: Update to 0.19.1.•••* gnu/packages/databases.scm (python-tortoise-orm): Update to 0.19.1.
| Marius Bakke | 2022-06-14 |
* | gnu: python-pypika-tortoise: Update to 0.1.5.•••* gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.1.5.
| Marius Bakke | 2022-06-14 |
* | gnu: perl-dbd-pg: Update to 3.15.1.•••* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.15.1.
| Marius Bakke | 2022-06-14 |
* | gnu: TimescaleDB: Update to 2.7.0.•••* 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.
| Marius Bakke | 2022-06-14 |
* | gnu: PostgreSQL@13: Update replacement to 13.7 [fixes CVE-2022-1552].•••* gnu/packages/databases.scm (postgresql-13/replacement): Update to 13.7.
| Marius Bakke | 2022-06-14 |
* | gnu: PostgreSQL@10: Update to 10.21 [fixes CVE-2022-1552].•••* gnu/packages/databases.scm (postgresql-10): Update to 10.21.
| Marius Bakke | 2022-06-14 |
* | gnu: PostgreSQL@11: Update to 11.16 [fixes CVE-2022-1552].•••* gnu/packages/databases.scm (postgresql-11): Update to 11.16.
| Marius Bakke | 2022-06-14 |
* | gnu: PostgreSQL@14: Update to 14.3 [fixes CVE-2022-1552].•••* gnu/packages/databases.scm (postgresql-14): Update to 14.3.
| Marius Bakke | 2022-06-14 |
* | gnu: PostgreSQL: Permit loading plugins from symlink unions again.•••...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'.
| Marius Bakke | 2022-06-14 |
* | Merge branch 'master' into staging | Ludovic Courtès | 2022-06-12 |
|\ |
|
| * | gnu: python-pyodbc-c: Fix comment.•••* gnu/packages/databases.scm (python-pyodbc-c): Fix comment about tests.
| Tobias Geerinckx-Rice | 2022-06-05 |
| * | gnu: python-pyodbc-c: Fix metadata.•••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.
| Tobias Geerinckx-Rice | 2022-06-05 |
| * | gnu: python-pyodbc-c: Update to 3.1.5.•••* gnu/packages/databases.scm (python-pyodbc-c): Update to 3.1.5.
| Tobias Geerinckx-Rice | 2022-06-05 |
| * | gnu: python-pyodbc-c: Don't use unstable tarball.•••* gnu/packages/databases.scm (python-pyodbc-c)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice | 2022-06-05 |
| * | gnu: python-pyodbc: Update to 4.0.32.•••* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.32.
| Tobias Geerinckx-Rice | 2022-06-05 |
| * | gnu: python-pyodbc: Document the test situation.•••* gnu/packages/databases.scm (python-pyodbc)[arguments]: Replace
counterfactual comment with one that isn't. Add a custom 'check phase,
which doesn't run.
| Tobias Geerinckx-Rice | 2022-06-05 |
| * | gnu: python-pyodbc: Remove precompiled .pyc files from source.•••* gnu/packages/databases.scm (python-pyodbc)[source]: Add a snippet.
Remove no-op file-name.
| Tobias Geerinckx-Rice | 2022-06-05 |