SQLCipher 4.18.0
All checks were successful
CI / test (push) Successful in 3m23s

This commit is contained in:
Miguel Jacq 2026-08-25 16:49:16 +10:00
parent 26812c623c
commit 899848f534
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
5 changed files with 14 additions and 6 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
bouquin-sqlcipher4 (4.18.0-1~bouquin1) unstable; urgency=medium
* Upgrade to SQLCipher 4.18.0
-- Miguel Jacq <mig@mig5.nte> Tue, 25 Aug 2026 00:00:00 +0000
bouquin-sqlcipher4 (4.16.0-1~bouquin1) unstable; urgency=medium
* Initial internal package.

View file

@ -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 <mig@mig5.net>",

View file

@ -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!"

View file

@ -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 <mig@mig5.net> - %{upstream_version}
Aug 25 2026 Miguel Jacq <mig@mig5.net> - %{upstream_version}
- New release 4.18
Dec 24 2025 Miguel Jacq <mig@mig5.net> - %{upstream_version}
- New release

@ -1 +1 @@
Subproject commit e2a6040f2ae5cfff2b3e08eb3320007d93cdf3fc
Subproject commit 63697beb0fafcb61faa7a3e6fd267036548ab11b