diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-08-28 09:54:13 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-08-28 10:01:44 +0200 |
commit | de6b97cf2f4e04aa64bee5a2b44cacdeb5f359a7 (patch) | |
tree | f56b7b79742a5db491fa2746f3722d6bf215e3eb /security/py-netbox-secrets/files | |
parent | net-mgmt/netbox: Update to 4.3.7 (diff) |
security/py-netbox-secrets: Update to 2.3.2
* Support for older versions of Python lower than 3.10 has been removed
with the 2.3.1 release, adjust USES=python accordingly.
Changelog since 2.3.0:
https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v2.3.0...v2.3.2
Diffstat (limited to 'security/py-netbox-secrets/files')
-rw-r--r-- | security/py-netbox-secrets/files/patch-requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-netbox-secrets/files/patch-requirements.txt b/security/py-netbox-secrets/files/patch-requirements.txt new file mode 100644 index 000000000000..ff23282835cf --- /dev/null +++ b/security/py-netbox-secrets/files/patch-requirements.txt @@ -0,0 +1,11 @@ +Relax version requirements. + +--- requirements.txt.orig 2025-08-27 10:56:41 UTC ++++ requirements.txt +@@ -4,5 +4,5 @@ + # + # pip-compile --output-file=requirements.txt requirements.in + # +-pycryptodome==3.23.0 ++pycryptodome>=3.23.0 + # via -r requirements.in |