aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2023-02-22 07:07:05 +0000
committerKai Knoblich <kai@FreeBSD.org>2023-02-22 07:07:05 +0000
commit6269f0e5c58e1c23e96fbdb94e064149e59e198e (patch)
treeab279d508193e0707200d76d901b1a3133630d6a
parent93d981cdb33ae6ef218e3595daa49f1f6e3d6ba8 (diff)
downloadports-6269f0e5c58e1c23e96fbdb94e064149e59e198e.tar.gz
ports-6269f0e5c58e1c23e96fbdb94e064149e59e198e.zip
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)
-rw-r--r--security/py-netbox-secretstore/Makefile3
-rw-r--r--security/py-netbox-secretstore/distinfo6
-rw-r--r--security/py-netbox-secretstore/files/patch-netbox__secretstore_____init____.py15
3 files changed, 4 insertions, 20 deletions
diff --git a/security/py-netbox-secretstore/Makefile b/security/py-netbox-secretstore/Makefile
index 438c55934402..1e673017fbd3 100644
--- a/security/py-netbox-secretstore/Makefile
+++ b/security/py-netbox-secretstore/Makefile
@@ -1,6 +1,5 @@
PORTNAME= netbox-secretstore
-DISTVERSION= 1.3.0
-PORTREVISION= 1
+DISTVERSION= 1.4.1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-netbox-secretstore/distinfo b/security/py-netbox-secretstore/distinfo
index ae18aa5a79c9..f8cf5c30d526 100644
--- a/security/py-netbox-secretstore/distinfo
+++ b/security/py-netbox-secretstore/distinfo
@@ -1,3 +1,3 @@
-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
diff --git a/security/py-netbox-secretstore/files/patch-netbox__secretstore_____init____.py b/security/py-netbox-secretstore/files/patch-netbox__secretstore_____init____.py
deleted file mode 100644
index 69fa9877125a..000000000000
--- a/security/py-netbox-secretstore/files/patch-netbox__secretstore_____init____.py
+++ /dev/null
@@ -1,15 +0,0 @@
-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