<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/databases.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: Add python-sqlmodel.</title>
<updated>2026-09-01T23:22:06+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T19:07:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3e17bbe7ebf50942743fca733986153aa59bc629'/>
<id>3e17bbe7ebf50942743fca733986153aa59bc629</id>
<content type='text'>
* gnu/packages/databases.scm (python-sqlmodel): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/databases.scm (python-sqlmodel): New variable.

Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer &lt;hugo@buddelmeijer.nl&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Fix missing newlines.</title>
<updated>2026-09-01T23:14:05+00:00</updated>
<author>
<name>Orahcio Felício de Sousa</name>
<email>orahcio@gmail.com</email>
</author>
<published>2026-09-01T16:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f9cd9899015f31e03562fc7165e093213970298f'/>
<id>f9cd9899015f31e03562fc7165e093213970298f</id>
<content type='text'>
* gnu/packages/algebra.scm: Add newline above fftw.
* gnu/packages/databases.scm: Add newline above sqlitebrowser.

Merges: guix/guix!10973
Modified-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/algebra.scm: Add newline above fftw.
* gnu/packages/databases.scm: Add newline above sqlitebrowser.

Merges: guix/guix!10973
Modified-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: mariadb: Skip flaky 'analyze_stmt_slow_query_log' test.</title>
<updated>2026-08-24T23:15:40+00:00</updated>
<author>
<name>Maxim Cournoyer</name>
<email>maxim@guixotic.coop</email>
</author>
<published>2026-08-01T00:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=07a733db592f7d775b3bfa40abc5d93712353eb2'/>
<id>07a733db592f7d775b3bfa40abc5d93712353eb2</id>
<content type='text'>
* gnu/packages/databases.scm (mariadb): [#:phases] {adjust-tests}: Skip
'main.analyze_stmt_slow_query_log'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/databases.scm (mariadb): [#:phases] {adjust-tests}: Skip
'main.analyze_stmt_slow_query_log'.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: mysql-connector-python: Fix tests.</title>
<updated>2026-08-22T21:53:50+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-22T21:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=588c6a2a756974264d7b253791c5af7842d8c139'/>
<id>588c6a2a756974264d7b253791c5af7842d8c139</id>
<content type='text'>
* gnu/packages/databases.scm (mysql-connector-python):
[phases]{regenerate-certificate}: New phase; certificate were expired
regenerate them before running tests with provided script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/databases.scm (mysql-connector-python):
[phases]{regenerate-certificate}: New phase; certificate were expired
regenerate them before running tests with provided script.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add pg-prove.</title>
<updated>2026-08-22T14:34:52+00:00</updated>
<author>
<name>Javier Olaechea</name>
<email>pirata@gmail.com</email>
</author>
<published>2026-08-18T06:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=a56b050d4badafa09790236f66ca588f9b797274'/>
<id>a56b050d4badafa09790236f66ca588f9b797274</id>
<content type='text'>
* gnu/packages/databases.scm (pg-prove): New variable.

Merges: https://codeberg.org/guix/guix/pulls/10638
Reviewed-by: Marius Bakke &lt;marius.andre.bakke@gmail.com&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/databases.scm (pg-prove): New variable.

Merges: https://codeberg.org/guix/guix/pulls/10638
Reviewed-by: Marius Bakke &lt;marius.andre.bakke@gmail.com&gt;
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-sqlite-anyio: Correct native-inputs.</title>
<updated>2026-08-21T12:16:22+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2026-08-17T09:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c0c3fd80155a4361435bc0d4a8f9d4caf3ebabb0'/>
<id>c0c3fd80155a4361435bc0d4a8f9d4caf3ebabb0</id>
<content type='text'>
* gnu/packages/databases.scm (python-sqlite-anyio)
[arguments]: Drop them.
[native-inputs]: Replace python-poetry-core by python-uv-build.

Relates-to: guix/guix!10610
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/databases.scm (python-sqlite-anyio)
[arguments]: Drop them.
[native-inputs]: Replace python-poetry-core by python-uv-build.

Relates-to: guix/guix!10610
Signed-off-by: Sharlatan Hellseher &lt;sharlatanus@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: sdb: Update to 2.5.0.</title>
<updated>2026-08-19T13:04:48+00:00</updated>
<author>
<name>bdunahu</name>
<email>bdunahu@operationnull.com</email>
</author>
<published>2026-08-16T00:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=27e725959b3e3377e85ead6c672f6011e11a4525'/>
<id>27e725959b3e3377e85ead6c672f6011e11a4525</id>
<content type='text'>
* gnu/packages/databases.scm (sdb): Update to 2.5.0.

Merges: https://codeberg.org/guix/guix/pulls/10587
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/databases.scm (sdb): Update to 2.5.0.

Merges: https://codeberg.org/guix/guix/pulls/10587
Signed-off-by: Nguyễn Gia Phong &lt;cnx@loang.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-crate: Update to 2.2.1.</title>
<updated>2026-08-11T10:30:24+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-11T08:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=8911bcd0fd923c741c78c0973b088f1dd8eba1ba'/>
<id>8911bcd0fd923c741c78c0973b088f1dd8eba1ba</id>
<content type='text'>
* gnu/packages/databases.scm (python-crate): Update to 2.2.1.
[arguments] &lt;#:test-flags&gt;: Enable more tests, skip only networking
ones.
[phases]{set-version}: New phase.
[propagated-inputs]: Add python-orjson and python-verlib2.
[native-inputs]: Remove python-orjson, python-setuptools,
python-sqlalchemy, and python-verlib2; add python-hatchling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/databases.scm (python-crate): Update to 2.2.1.
[arguments] &lt;#:test-flags&gt;: Enable more tests, skip only networking
ones.
[phases]{set-version}: New phase.
[propagated-inputs]: Add python-orjson and python-verlib2.
[native-inputs]: Remove python-orjson, python-setuptools,
python-sqlalchemy, and python-verlib2; add python-hatchling.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Remove emacs-recutils.</title>
<updated>2026-08-10T08:54:30+00:00</updated>
<author>
<name>Andreas Enge</name>
<email>andreas@enge.fr</email>
</author>
<published>2026-08-05T09:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fa2724ed0bfe40fad276d8c16b4fbd942ac0baee'/>
<id>fa2724ed0bfe40fad276d8c16b4fbd942ac0baee</id>
<content type='text'>
* gnu/packages/databases.scm (emacs-recutils): Delete variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/databases.scm (emacs-recutils): Delete variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: python-pyarrow: Improve and simplify packaging.</title>
<updated>2026-08-09T22:32:01+00:00</updated>
<author>
<name>Sharlatan Hellseher</name>
<email>sharlatanus@gmail.com</email>
</author>
<published>2026-08-09T22:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=c3629508f0a06f7b05eb079fd11427ad04c2c939'/>
<id>c3629508f0a06f7b05eb079fd11427ad04c2c939</id>
<content type='text'>
* gnu/packages/databases.scm (python-pyarrow):
[phases]{set-version}: Remove redundant phase.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove cmake and python-pytest-runner.

Relates-to: guix/guix#7474
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/databases.scm (python-pyarrow):
[phases]{set-version}: Remove redundant phase.
[propagated-inputs]: Remove python-six.
[native-inputs]: Remove cmake and python-pytest-runner.

Relates-to: guix/guix#7474
</pre>
</div>
</content>
</entry>
</feed>
