From 899848f53482c137e5baf846a6c7f8c6a0d512ac Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Tue, 25 Aug 2026 16:49:16 +1000 Subject: [PATCH] SQLCipher 4.18.0 --- debian/changelog | 6 ++++++ pyproject.toml | 2 +- release.sh | 4 ++-- rpm/bouquin-sqlcipher4.spec | 6 ++++-- sqlcipher | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a0d632..cd5399d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bouquin-sqlcipher4 (4.18.0-1~bouquin1) unstable; urgency=medium + + * Upgrade to SQLCipher 4.18.0 + + -- Miguel Jacq Tue, 25 Aug 2026 00:00:00 +0000 + bouquin-sqlcipher4 (4.16.0-1~bouquin1) unstable; urgency=medium * Initial internal package. diff --git a/pyproject.toml b/pyproject.toml index a0fb167..6000070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin-sqlcipher4" -version = "4.16.0" +version = "4.18.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 73aa917..fa255d7 100755 --- a/release.sh +++ b/release.sh @@ -10,7 +10,6 @@ cd sqlcipher && ./configure && make sqlite3.c && cp sqlite3.[ch] ../src/sqlciphe # Publish to Pypi poetry build -#poetry publish # Sign packages for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done @@ -47,7 +46,7 @@ sudo apt-get -y install createrepo-c rpm BUILD_OUTPUT="${HOME}/git/bouquin-sqlcipher4/dist" KEYID="54A91143AE0AB4F7743B01FE888ED1B423A3BC99" REPO_ROOT="${HOME}/git/repo_rpm" -REMOTE="letessier.mig5.net:/opt/repo_rpm" +REMOTE="ashpool.mig5.net:/opt/repo_rpm" DISTS=( fedora:43 @@ -88,4 +87,5 @@ done echo "==> Syncing repo to server..." rsync -aHPvz --exclude=.git --delete "$REPO_ROOT/" "$REMOTE/" +poetry publish echo "Done!" diff --git a/rpm/bouquin-sqlcipher4.spec b/rpm/bouquin-sqlcipher4.spec index 80f1ac0..d607b89 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.16.0 +%global upstream_version 4.18.0 Name: bouquin-sqlcipher4 Version: %{upstream_version} @@ -71,5 +71,7 @@ export BOUQUIN_SYSTEM_OPENSSL=1 %doc README.md %changelog -* Wed Dec 24 2025 Miguel Jacq - %{upstream_version} + Aug 25 2026 Miguel Jacq - %{upstream_version} +- New release 4.18 + Dec 24 2025 Miguel Jacq - %{upstream_version} - New release diff --git a/sqlcipher b/sqlcipher index e2a6040..63697be 160000 --- a/sqlcipher +++ b/sqlcipher @@ -1 +1 @@ -Subproject commit e2a6040f2ae5cfff2b3e08eb3320007d93cdf3fc +Subproject commit 63697beb0fafcb61faa7a3e6fd267036548ab11b