fix: add-apt-repository with GNUPGHOME, true arm64 base; license to AGPLv3
curl|gpg --dearmor was silently dropping the deadsnakes key (gpg exits 0 on bad input), leaving apt unable to find python3.13. Reverted to add-apt-repository with GNUPGHOME=$(mktemp -d) to isolate gpg from any pre-existing agent socket. Removed --platform=\$BUILDPLATFORM from the arm64 base so the image contains real arm64 binaries. License updated from MIT to AGPL-3.0-or-later. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -1,15 +1,15 @@
|
||||
[project]
|
||||
name = "winnow"
|
||||
version = "0.2.7"
|
||||
version = "0.2.8"
|
||||
description = "Immich to Frigate training sets"
|
||||
license = "MIT"
|
||||
license = "AGPL-3.0-or-later"
|
||||
requires-python = ">=3.13"
|
||||
authors = [{ name = "Holden Salomon", email = "holden@arch.fyi" }]
|
||||
keywords = ["immich", "frigate", "face-recognition", "training-data", "arcface", "insightface"]
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Topic :: Scientific/Engineering :: Image Recognition",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user