public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-bcrypt] f43: Make Rust dependency licenses easier to edit and audit
@ 2026-07-07 5:31 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-07 5:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-bcrypt
Branch : f43
Commit : 0bbbe125e9210b21991627a9c1e16380fff8cc66
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-07T05:28:08+01:00
Stats : +14/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-bcrypt/c/0bbbe125e9210b21991627a9c1e16380fff8cc66?branch=f43
Log:
Make Rust dependency licenses easier to edit and audit
[skip changelog]
---
diff --git a/python-bcrypt.spec b/python-bcrypt.spec
index 2db759d..dcb4e66 100644
--- a/python-bcrypt.spec
+++ b/python-bcrypt.spec
@@ -31,8 +31,21 @@ Patch: python-bcrypt-4.3.0-pyo3.patch
%package -n python3-%{modname}
Summary: %{sum}
+# Includes statically linked Rust dependencies from %%{cargo_license_summary}:
+#
+# Apache-2.0 OR MIT
+# BSD-3-Clause
+# MIT
+# MIT OR Apache-2.0
+# Unlicense OR MIT
+License: %{shrink:
+ Apache-2.0 AND LicenseRef-Fedora-Public-Domain AND
+ BSD-3-Clause AND
+ MIT AND
+ (Apache-2.0 OR MIT) AND
+ (Unlicense OR MIT)
+ }
# LICENSE.dependencies contains a full license breakdown
-License: Apache-2.0 AND LicenseRef-Fedora-Public-Domain AND BSD-3-Clause AND MIT AND (Apache-2.0 OR MIT) AND (Unlicense OR MIT)
BuildRequires: python3-devel
BuildRequires: rust-packaging
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 5:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 5:31 [rpms/python-bcrypt] f43: Make Rust dependency licenses easier to edit and audit Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox