Update to SQLCipher 4.16.0
All checks were successful
CI / test (push) Successful in 2m43s

This commit is contained in:
Miguel Jacq 2026-05-13 15:02:58 +10:00
parent a5c6cfe134
commit 1b3924f2d5
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
5 changed files with 7 additions and 7 deletions

2
debian/changelog vendored
View file

@ -1,4 +1,4 @@
bouquin-sqlcipher4 (4.12.0-1~bouquin1) unstable; urgency=medium bouquin-sqlcipher4 (4.16.0-1~bouquin1) unstable; urgency=medium
* Initial internal package. * Initial internal package.

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "bouquin-sqlcipher4" name = "bouquin-sqlcipher4"
version = "4.12.0" version = "4.16.0"
description = "DB-API 2.0 interface for SQLCipher 4.x, for use with Bouquin" description = "DB-API 2.0 interface for SQLCipher 4.x, for use with Bouquin"
authors = [ authors = [
"Miguel Jacq <mig@mig5.net>", "Miguel Jacq <mig@mig5.net>",

View file

@ -10,7 +10,7 @@ cd sqlcipher && ./configure && make sqlite3.c && cp sqlite3.[ch] ../src/sqlciphe
# Publish to Pypi # Publish to Pypi
poetry build poetry build
poetry publish #poetry publish
# Sign packages # Sign packages
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done
@ -38,8 +38,8 @@ for dist in ${DISTS[@]}; do
-v "$PWD/dist/${release}":/out \ -v "$PWD/dist/${release}":/out \
bouquin-sqlcipher4-deb:${release} bouquin-sqlcipher4-deb:${release}
debfile=$(ls -1 dist/${release}/*.deb) find "dist/${release}" -name '*.deb' -print0 \
reprepro -b /home/user/git/repo includedeb "${release}" "${debfile}" | xargs -0 -n1 reprepro -b /home/user/git/repo includedeb "${release}"
done done
# RPM # RPM

View file

@ -7,7 +7,7 @@
# To keep the RPM build closer to Debian while still using %pyproject_* macros, # To keep the RPM build closer to Debian while still using %pyproject_* macros,
# this spec rewrites ONLY the [build-system] table at %prep time so that # this spec rewrites ONLY the [build-system] table at %prep time so that
# PEP517 uses setuptools.build_meta with minimal requirements. # PEP517 uses setuptools.build_meta with minimal requirements.
%global upstream_version 4.12.0 %global upstream_version 4.16.0
Name: bouquin-sqlcipher4 Name: bouquin-sqlcipher4
Version: %{upstream_version} Version: %{upstream_version}

@ -1 +1 @@
Subproject commit ab223bd801ec225d1497a077da08777d21d1266d Subproject commit e2a6040f2ae5cfff2b3e08eb3320007d93cdf3fc