From 1b3924f2d5ed2c2d8695a9769a278e79733a47e6 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 13 May 2026 15:02:58 +1000 Subject: [PATCH] Update to SQLCipher 4.16.0 --- debian/changelog | 2 +- pyproject.toml | 2 +- release.sh | 6 +++--- rpm/bouquin-sqlcipher4.spec | 2 +- sqlcipher | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index ed6ecfb..4a0d632 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 8f44350..a0fb167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] 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" authors = [ "Miguel Jacq ", diff --git a/release.sh b/release.sh index 28e512b..f46752b 100755 --- a/release.sh +++ b/release.sh @@ -10,7 +10,7 @@ cd sqlcipher && ./configure && make sqlite3.c && cp sqlite3.[ch] ../src/sqlciphe # Publish to Pypi poetry build -poetry publish +#poetry publish # Sign packages 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 \ bouquin-sqlcipher4-deb:${release} - debfile=$(ls -1 dist/${release}/*.deb) - reprepro -b /home/user/git/repo includedeb "${release}" "${debfile}" + find "dist/${release}" -name '*.deb' -print0 \ + | xargs -0 -n1 reprepro -b /home/user/git/repo includedeb "${release}" done # RPM diff --git a/rpm/bouquin-sqlcipher4.spec b/rpm/bouquin-sqlcipher4.spec index 5eeacb6..80f1ac0 100644 --- a/rpm/bouquin-sqlcipher4.spec +++ b/rpm/bouquin-sqlcipher4.spec @@ -7,7 +7,7 @@ # 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 # PEP517 uses setuptools.build_meta with minimal requirements. -%global upstream_version 4.12.0 +%global upstream_version 4.16.0 Name: bouquin-sqlcipher4 Version: %{upstream_version} diff --git a/sqlcipher b/sqlcipher index ab223bd..e2a6040 160000 --- a/sqlcipher +++ b/sqlcipher @@ -1 +1 @@ -Subproject commit ab223bd801ec225d1497a077da08777d21d1266d +Subproject commit e2a6040f2ae5cfff2b3e08eb3320007d93cdf3fc