| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: virtuoso-ose: Use G-expressions.•••* gnu/packages/databases.scm (virtuoso-ose)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice | 2023-07-16 | 1 | -63/+65 |
* | gnu: virtuoso-ose: Update to 7.2.10.•••* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.10.
| Tobias Geerinckx-Rice | 2023-07-16 | 1 | -2/+2 |
* | gnu: redis: Update to 7.0.12.•••* gnu/packages/databases.scm (redis): Update to 7.0.12.
[arguments]: Ever so slightly tweak style.
| Tobias Geerinckx-Rice | 2023-07-16 | 1 | -4/+4 |
* | gnu: redis: Fetch over HTTPS.•••* gnu/packages/databases.scm (redis)[source]: Use HTTPS.
| Tobias Geerinckx-Rice | 2023-07-16 | 1 | -1/+1 |
* | gnu: apache-arrow: Update to 12.0.1.•••* gnu/packages/databases.scm (apache-arrow): Update to 12.0.1.
| Ricardo Wurmus | 2023-07-12 | 1 | -2/+2 |
* | gnu: recutils: Symlink bash loadables.•••This makes it so that the "enable" builtin finds readrec and testrec without
having to supply the full store path.
* gnu/packages/databases.scm (recutils)[#:phases]: Add
‘symlink-bash-loadables’.
| Liliana Marie Prikler | 2023-06-25 | 1 | -1/+16 |
* | gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14.•••* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14.
(go-github.com-mattn-go-runewidth): Remove, and change users to to refer
to 'go-github-com-mattn-go-runewidth'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nguyễn Gia Phong | 2023-06-21 | 1 | -1/+1 |
* | gnu: recutils: Use correct bash headers.•••* gnu/packages/databases.scm (recutils)[arguments]: Convert to G-Expressions.
Drop gratuitous dirname.
[native-inputs]: Drop labels. Move bash:include...
[inputs]: ... here. Also add regular bash.
| Liliana Marie Prikler | 2023-06-18 | 1 | -11/+8 |
* | gnu: python-pyarrow: Include dataset support.•••* gnu/packages/databases.scm (python-pyarrow)[arguments]: Remove obsolete
build phase 'make-git-checkout-writable; rename phase
'set-PYARROW_WITH_PARQUET to 'set-pyarrow-build-options and also enable
building of dataset extension.
| Ricardo Wurmus | 2023-06-08 | 1 | -5/+3 |
* | gnu: python-sqlite-utils: Update to 3.32.1.•••* gnu/packages/databases.scm (python-sqlite-utils): Update to 3.32.1.
Co-authored-by: jgart <jgart@dismail.de>
| Felix Gruber | 2023-05-21 | 1 | -2/+2 |
* | gnu: tokyocabinet: Fix building on non-x86 systems.•••* gnu/packages/databases.scm (tokyocabinet)[arguments]: Adjust
configure-flags to not enable x86 specific cflags when building for
other architectures.
| Efraim Flashner | 2023-05-15 | 1 | -1/+5 |
* | gnu: mariadb: Fix building on riscv64-linux.•••* gnu/packages/databases.scm (mariadb)[arguments]: Add a phase when
building for riscv64-linux to apply a patch.
[native-inputs]: When building for riscv64-linux add patch and a patch
file.
* gnu/packages/patches/mariadb-rocksdb-atomic-linking.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner | 2023-05-15 | 1 | -2/+15 |
* | gnu: Rename json-modern-cxx to nlohmann-json.•••* gnu/packages/cpp.scm (nlohmann-json): New variable.
(json-modern-cxx): Mark as deprecated alias.
(xtl, jsonnet)[inputs]: Use nlohmann-json.
* gnu/packages/build-tools.scm (bear)[inputs]: Likewise.
* gnu/packages/cybersecurity.scm (blacksmith)[inputs]: Likewise.
* gnu/packages/databases.scm (sqlitebrowser)[inputs]: Adjust comment.
* gnu/packages/games.scm (openrct2)[inputs]: Use nlohmann-json.
* gnu/packages/graphics.scm (f3d)[native-inputs]: Likewise.
* gnu/packages/hardware.scm (openrgb)[inputs]: Likewise.
[arguments]: Adjust accordingly.
* gnu/packages/image-processing.scm (paraview)[inputs]: Adjust comment.
* gnu/packages/irods.scm (irods, irods-client-icommands)[inputs]: Use
nlohmann-json.
* gnu/packages/jupyter.scm (xeus)[inputs]: Likewise.
* gnu/packages/messaging.scm (mtxclient, nheko)[inputs]: Likewise.
* gnu/packages/text-editors.scm (jucipp)[inputs]: Likewise.
* gnu/packages/video.scm (mktoolnix)[inputs]: Likewise.
* gnu/packages/xdisorg.scm (nwg-launchers)[inputs]: Likewise.
| Liliana Marie Prikler | 2023-05-14 | 1 | -1/+1 |
* | gnu: python-databases: Revise description.•••* gnu/packages/databases.scm (python-databases)[synopsis]: Spell out
“Asynchronous”.
[description]: Mention that it's a wrapper around other libraries using
SQLAlchemy.
| Liliana Marie Prikler | 2023-05-09 | 1 | -2/+3 |
* | gnu: python-databases: Update to 0.7.0.•••* gnu/packages/databases.scm (python-databases): Update to 0.7.0.
| Liliana Marie Prikler | 2023-05-09 | 1 | -2/+2 |
* | gnu: python-aiosqlite: Update to 0.18.0.•••* gnu/packages/databases.scm (python-aiosqlite): Update to 0.18.0.
[source]: Use git-fetch and git-reference.
[build-system]: Use pyproject-build-system.
[arguments]: Adjust accordingly.
[propagated-inputs]: Remove.
[native-inputs]: Remove python-aiounittest.
Add python-flit-core, python-coverage and python-mypy.
| Liliana Marie Prikler | 2023-05-09 | 1 | -20/+21 |
* | gnu: python-aiomysql: Update to 0.1.1.•••* gnu/packages/databases.scm (python-aiomysql): Update to 0.1.1.
[build-system]: Change to pyproject-build-system.
| Liliana Marie Prikler | 2023-05-09 | 1 | -3/+3 |
* | gnu: python-pymysql: Update to 1.0.2.•••* gnu/packages/databases.scm (python-pymysql): Update to 1.0.2.
| Liliana Marie Prikler | 2023-05-09 | 1 | -2/+2 |
* | gnu: python-sqlalchemy: Use pyproject-build-system.•••* gnu/packages/databases.scm (python-sqlalchemy)[arguments]: Replace custom
'check phase with #:test-flags.
[build-system]: Use pyproject-build-system.
| Ricardo Wurmus | 2023-05-09 | 1 | -11/+5 |
* | gnu: python-sqlalchemy: Update to 1.4.42.•••* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.42.
| Liliana Marie Prikler | 2023-05-09 | 1 | -2/+2 |
* | gnu: apache-arrow: Update to 12.0.0.•••* gnu/packages/databases.scm (apache-arrow): Update to 12.0.0.
| Ricardo Wurmus | 2023-05-09 | 1 | -2/+2 |
* | gnu: apache-arrow: Drop package labels.•••* gnu/packages/databases.scm (apache-arrow)[inputs]: Drop labels.
| Ricardo Wurmus | 2023-05-09 | 1 | -14/+14 |
* | gnu: apache-arrow: Use G-expressions.•••* gnu/packages/databases.scm (apache-arrow)[arguments]: Use G-expressions to
refer to inputs without assoc-ref.
| Ricardo Wurmus | 2023-05-09 | 1 | -78/+72 |
* | gnu: docbook-xml-5: Make it the default docbook-xml.•••* gnu/packages/docbook.scm (docbook-xml-5): Rename to...
(docbook-xml): ... this, renaming the previous one to...
(docbook-xml-4.5): ... this.
(docbook2x) [inputs]: Replace docbook-xml with docbook-xml-4.5.
* gnu/packages/freedesktop.scm (wayland) [native-inputs]: Likewise.
* gnu/packages/freedesktop.scm (elogind): Likewise.
* gnu/packages/databases.scm (postgresql-15): Likewise.
* gnu/packages/documentation.scm (asciidoc): Likewise.
* gnu/packages/networking.scm (iputils)
[native-inputs]: Replace docbook-xml-5 with docbook-xml.
| Maxim Cournoyer | 2023-04-21 | 1 | -1/+1 |
* | gnu: mysql: Fix build.•••The version of mysql currently packaged doesn't support openssl-3.
* gnu/packages/databases.scm (mysql)[inputs]: Replace openssl by openssl-1.1.
| Guillaume Le Vaillant | 2023-04-17 | 1 | -1/+1 |
* | gnu: python-pytest-7.1: Deprecate package.•••The source was adjusted using the following command:
$ git grep -rl python-pytest-7.1 |
xargs sed -i 's/python-pytest-7.1/python-pytest/g'
* gnu/packages/check.scm (python-pytest-7.1): Delete variable.
| Maxim Cournoyer | 2023-04-14 | 1 | -1/+1 |
* | gnu: python-pluggy: Update to 1.0.0.•••* gnu/packages/python-xyz.scm (python-pluggy): Update to 1.0.0.
(python-pluggy-next): Delete variable.
* gnu/packages/check.scm (python-pytest-7.1)
[propagated-inputs]: Remove python-pluggy replacement.
* gnu/packages/databases.scm (datasette) [propagated-inputs]: Replace
python-pluggy-next with python-pluggy.
| Maxim Cournoyer | 2023-04-14 | 1 | -1/+1 |
* | Merge branch 'master' into core-updates.•••Conflicts:
gnu/local.mk
gnu/packages/build-tools.scm
gnu/packages/certs.scm
gnu/packages/check.scm
gnu/packages/compression.scm
gnu/packages/cups.scm
gnu/packages/fontutils.scm
gnu/packages/gnuzilla.scm
gnu/packages/guile.scm
gnu/packages/ibus.scm
gnu/packages/image-processing.scm
gnu/packages/linux.scm
gnu/packages/music.scm
gnu/packages/nss.scm
gnu/packages/pdf.scm
gnu/packages/python-xyz.scm
gnu/packages/qt.scm
gnu/packages/ruby.scm
gnu/packages/shells.scm
gnu/packages/tex.scm
gnu/packages/video.scm
gnu/packages/vulkan.scm
gnu/packages/web.scm
gnu/packages/webkit.scm
gnu/packages/wm.scm
| Maxim Cournoyer | 2023-04-14 | 1 | -81/+248 |
|\ |
|
| * | Merge staging branch.•••Conflicts resolved in:
gnu/packages/engineering.scm
gnu/packages/gnuzilla.scm
gnu/packages/photo.scm
| Maxim Cournoyer | 2023-04-13 | 1 | -78/+30 |
| |\ |
|
| | * | Merge branch 'master' into staging | Maxim Cournoyer | 2023-03-31 | 1 | -0/+155 |
| | |\ |
|
| | * \ | Merge remote-tracking branch 'origin/master' into staging | Maxim Cournoyer | 2023-03-28 | 1 | -1/+61 |
| | |\ \ |
|
| | * \ \ | Merge remote-tracking branch 'origin/master' into staging.•••With resolved conflicts in:
gnu/packages/ibus.scm
gnu/packages/image.scm
gnu/packages/lisp.scm
gnu/packages/virtualization.scm
| Maxim Cournoyer | 2023-03-23 | 1 | -121/+146 |
| | |\ \ \ |
|
| | * \ \ \ | Merge branch 'master' into staging.•••With conflicts resolved in:
gnu/packages/version-control.scm
| Maxim Cournoyer | 2023-02-08 | 1 | -4/+4 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2023-01-08 | 1 | -21/+0 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2022-12-28 | 1 | -40/+171 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into staging | Maxim Cournoyer | 2022-12-12 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ |
|
| | * | | | | | | | | gnu: postgresql@14: Update to 14.6.•••* gnu/packages/databases.scm (postgresql-14): Update to 14.6.
| Marius Bakke | 2022-12-12 | 1 | -2/+2 |
| | * | | | | | | | | Merge branch 'master' into staging | Marius Bakke | 2022-11-26 | 1 | -9/+16 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | gnu: MariaDB: Remove input labels.•••* gnu/packages/databases.scm (mariadb)[arguments]: Don't reference OpenSSL by
label.
[inputs]: Remove labels.
| Marius Bakke | 2022-11-20 | 1 | -16/+15 |
| | * | | | | | | | | | gnu: MariaDB: Update to 10.10.2.•••* gnu/packages/databases.scm (mariadb): Update to 10.9.3.
[source](snippet): Remove adjustments for deprecated TokuDB.
[arguments]: Remove obsolete #:configure-flags. Build with system libfmt.
Adjust tests for 10.10.2, and mariadb_config file name. Remove patch phase.
[native-inputs]: Remove obsolete patch.
[inputs]: Add FMT. Change from OPENSSL-1.1 to OPENSSL.
* gnu/tests/databases.scm (%mysql-os): Adjust config file so MariaDB works on
overlayfs.
| Marius Bakke | 2022-11-20 | 1 | -63/+16 |
| * | | | | | | | | | | gnu: python-redis: Update to 4.5.4.•••* gnu/packages/databases.scm (python-redis): Update to 4.5.4.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Yovan Naumovski | 2023-04-13 | 1 | -2/+2 |
| | |_|_|_|_|_|_|_|/
| |/| | | | | | | | |
|
| * | | | | | | | | | gnu: Add datasette.•••* gnu/packages/databases.scm (datasette): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Felix Gruber | 2023-03-29 | 1 | -0/+82 |
| * | | | | | | | | | gnu: Add python-sqlite-utils.•••* gnu/packages/databases.scm (python-sqlite-utils): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Felix Gruber | 2023-03-29 | 1 | -0/+54 |
| * | | | | | | | | | gnu: Add python-sqlite-fts4.•••* gnu/packages/databases.scm (python-sqlite-fts4): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Felix Gruber | 2023-03-29 | 1 | -0/+19 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| * | | | | | | | | gnu: Add ruby-hiredis.•••* gnu/packages/databases.scm (ruby-hiredis): New variable.
* gnu/packages/patches/ruby-hiredis-use-system-hiredis.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Maxim Cournoyer | 2023-03-28 | 1 | -1/+61 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | gnu: soci: Update to 4.0.3.•••* gnu/packages/databases.scm (soci): Update to 4.0.3.
| Ricardo Wurmus | 2023-04-08 | 1 | -2/+2 |
* | | | | | | | | Merge remote-tracking branch 'origin/master' into core-updates | Andreas Enge | 2023-03-20 | 1 | -110/+137 |
|\| | | | | | | |
|
| * | | | | | | | gnu: python-aioredis: Deprecate by python-redis.•••* gnu/packages/databases.scm (python-aioredis): Mark as deprecated by
python-redis.
| Maxim Cournoyer | 2023-03-20 | 1 | -35/+3 |
| * | | | | | | | gnu: python-fakeredis: Update to 2.10.1 and enable tests.•••* gnu/packages/databases.scm (python-fakeredis): Update to 2.10.1.
[source]: Fetch via git.
[build-system]: Use pyproject-build-system.
[arguments]: Enable tests. Add #:phases.
[native-inputs]: New field.
[propagated-inputs]: Remove python-aioredis and python-packaging.
[home-page]: Update URL.
| Maxim Cournoyer | 2023-03-20 | 1 | -14/+21 |
| * | | | | | | | gnu: python-redis: Update to 4.5.2 and enable tests.•••* gnu/packages/databases.scm (python-redis): Update to 4.5.2.
[source]: Fetch from git.
[build-system]: Use pyproject-build-system.
[arguments]: Enable tests. Add #:test-flags and #:phases.
[native-inputs]: Add field.
[propagated-inputs]: Add field.
[home-page]: Update URL.
| Maxim Cournoyer | 2023-03-20 | 1 | -14/+49 |