This commit is contained in:
parent
a5c6cfe134
commit
1b3924f2d5
5 changed files with 7 additions and 7 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <mig@mig5.net>",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ab223bd801ec225d1497a077da08777d21d1266d
|
||||
Subproject commit e2a6040f2ae5cfff2b3e08eb3320007d93cdf3fc
|
||||
Loading…
Add table
Add a link
Reference in a new issue