Skip to content
Snippets Groups Projects
Commit 6269f0e5 authored by Kai Knoblich's avatar Kai Knoblich
Browse files

security/py-netbox-secretstore: Update to 1.4.1

* Remove no longer required patch.

Changelog since 1.3.0:

https://github.com/DanSheps/netbox-secretstore/compare/v1.3.0...v1.4.1

MFH:		No (not compatible with NetBox 3.3.x)
parent 93d981cd
No related branches found
No related tags found
No related merge requests found
PORTNAME= netbox-secretstore
DISTVERSION= 1.3.0
PORTREVISION= 1
DISTVERSION= 1.4.1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......
TIMESTAMP = 1661102853
SHA256 (netbox-secretstore-1.3.0.tar.gz) = 5960b266131f7192b49054357f9ced73e44ee3db9a8ec2153de86063abb0ee13
SIZE (netbox-secretstore-1.3.0.tar.gz) = 46744
TIMESTAMP = 1676976590
SHA256 (netbox-secretstore-1.4.1.tar.gz) = fb0a81cfddc38d1b3d9793ec7013fd97c7945d54c4b0989ac32f5a92920c4eaf
SIZE (netbox-secretstore-1.4.1.tar.gz) = 46819
Adjust version check to allow NetBox 3.3.10
https://github.com/DanSheps/netbox-secretstore/pull/106
--- netbox_secretstore/__init__.py.orig 2022-12-14 09:03:13 UTC
+++ netbox_secretstore/__init__.py
@@ -18,7 +18,7 @@ class NetBoxSecretStore(PluginConfig):
author_email = metadata.get('Author-email')
base_url = 'netbox_secretstore'
min_version = '3.3.0beta1'
- max_version = '3.3.9'
+ max_version = '3.3.10'
required_settings = []
default_settings = {
'public_key_size': 2048
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment