This commit is contained in:
parent
26812c623c
commit
899848f534
5 changed files with 14 additions and 6 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -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
|
bouquin-sqlcipher4 (4.16.0-1~bouquin1) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial internal package.
|
* Initial internal package.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "bouquin-sqlcipher4"
|
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"
|
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>",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ cd sqlcipher && ./configure && make sqlite3.c && cp sqlite3.[ch] ../src/sqlciphe
|
||||||
|
|
||||||
# Publish to Pypi
|
# Publish to Pypi
|
||||||
poetry build
|
poetry build
|
||||||
#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
|
||||||
|
|
@ -47,7 +46,7 @@ sudo apt-get -y install createrepo-c rpm
|
||||||
BUILD_OUTPUT="${HOME}/git/bouquin-sqlcipher4/dist"
|
BUILD_OUTPUT="${HOME}/git/bouquin-sqlcipher4/dist"
|
||||||
KEYID="54A91143AE0AB4F7743B01FE888ED1B423A3BC99"
|
KEYID="54A91143AE0AB4F7743B01FE888ED1B423A3BC99"
|
||||||
REPO_ROOT="${HOME}/git/repo_rpm"
|
REPO_ROOT="${HOME}/git/repo_rpm"
|
||||||
REMOTE="letessier.mig5.net:/opt/repo_rpm"
|
REMOTE="ashpool.mig5.net:/opt/repo_rpm"
|
||||||
|
|
||||||
DISTS=(
|
DISTS=(
|
||||||
fedora:43
|
fedora:43
|
||||||
|
|
@ -88,4 +87,5 @@ done
|
||||||
echo "==> Syncing repo to server..."
|
echo "==> Syncing repo to server..."
|
||||||
rsync -aHPvz --exclude=.git --delete "$REPO_ROOT/" "$REMOTE/"
|
rsync -aHPvz --exclude=.git --delete "$REPO_ROOT/" "$REMOTE/"
|
||||||
|
|
||||||
|
poetry publish
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
|
|
||||||
|
|
@ -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.16.0
|
%global upstream_version 4.18.0
|
||||||
|
|
||||||
Name: bouquin-sqlcipher4
|
Name: bouquin-sqlcipher4
|
||||||
Version: %{upstream_version}
|
Version: %{upstream_version}
|
||||||
|
|
@ -71,5 +71,7 @@ export BOUQUIN_SYSTEM_OPENSSL=1
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
- New release
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e2a6040f2ae5cfff2b3e08eb3320007d93cdf3fc
|
Subproject commit 63697beb0fafcb61faa7a3e6fd267036548ab11b
|
||||||
Loading…
Add table
Add a link
Reference in a new issue