ipfabric_netbox 4.0.1b1__py3-none-any.whl → 4.0.1b3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ipfabric_netbox might be problematic. Click here for more details.
- ipfabric_netbox/__init__.py +1 -1
- ipfabric_netbox/views.py +2 -1
- {ipfabric_netbox-4.0.1b1.dist-info → ipfabric_netbox-4.0.1b3.dist-info}/METADATA +6 -12
- {ipfabric_netbox-4.0.1b1.dist-info → ipfabric_netbox-4.0.1b3.dist-info}/RECORD +5 -5
- {ipfabric_netbox-4.0.1b1.dist-info → ipfabric_netbox-4.0.1b3.dist-info}/WHEEL +0 -0
ipfabric_netbox/__init__.py
CHANGED
ipfabric_netbox/views.py
CHANGED
|
@@ -1014,7 +1014,7 @@ class IPFabricSourceTopology(LoginRequiredMixin, View):
|
|
|
1014
1014
|
error = None
|
|
1015
1015
|
except Exception as e:
|
|
1016
1016
|
error = e
|
|
1017
|
-
svg_data = link = None
|
|
1017
|
+
svg_data = link = snapshot_data = source = None
|
|
1018
1018
|
|
|
1019
1019
|
return render(
|
|
1020
1020
|
request,
|
|
@@ -1030,3 +1030,4 @@ class IPFabricSourceTopology(LoginRequiredMixin, View):
|
|
|
1030
1030
|
"error": error,
|
|
1031
1031
|
},
|
|
1032
1032
|
)
|
|
1033
|
+
return None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ipfabric_netbox
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.1b3
|
|
4
4
|
Summary: NetBox plugin to sync IP Fabric data into NetBox
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: netbox,ipfabric,plugin,sync
|
|
@@ -15,18 +15,12 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.13
|
|
17
17
|
Provides-Extra: ipfabric-6-10
|
|
18
|
-
Provides-Extra: ipfabric-6-6
|
|
19
|
-
Provides-Extra: ipfabric-6-7
|
|
20
|
-
Provides-Extra: ipfabric-6-8
|
|
21
|
-
Provides-Extra: ipfabric-6-9
|
|
22
18
|
Provides-Extra: ipfabric-7-0
|
|
23
|
-
|
|
24
|
-
Requires-Dist: ipfabric (>=6.
|
|
25
|
-
Requires-Dist: ipfabric (>=6.6.4) ; extra != "
|
|
26
|
-
Requires-Dist: ipfabric (>=
|
|
27
|
-
Requires-Dist: ipfabric (>=
|
|
28
|
-
Requires-Dist: ipfabric (>=6.9.0,<6.10.0) ; extra != "ipfabric_6_6" and extra != "ipfabric_6_7" and extra != "ipfabric_6_8" and extra == "ipfabric_6_9" and extra != "ipfabric_6_10" and extra != "ipfabric_7_0"
|
|
29
|
-
Requires-Dist: ipfabric (>=7.0.0,<7.1.0) ; extra != "ipfabric_6_6" and extra != "ipfabric_6_7" and extra != "ipfabric_6_8" and extra != "ipfabric_6_9" and extra != "ipfabric_6_10" and extra == "ipfabric_7_0"
|
|
19
|
+
Provides-Extra: ipfabric-7-2
|
|
20
|
+
Requires-Dist: ipfabric (>=6.10.0,<6.11.0) ; extra == "ipfabric_6_10" and extra != "ipfabric_7_0" and extra != "ipfabric_7_2"
|
|
21
|
+
Requires-Dist: ipfabric (>=6.6.4) ; extra != "ipfabric_6_10" and extra != "ipfabric_7_0" and extra != "ipfabric_7_2"
|
|
22
|
+
Requires-Dist: ipfabric (>=7.0.0,<7.1.0) ; extra != "ipfabric_6_10" and extra == "ipfabric_7_0" and extra != "ipfabric_7_2"
|
|
23
|
+
Requires-Dist: ipfabric (>=7.2.0,<7.3.0) ; extra != "ipfabric_6_10" and extra != "ipfabric_7_0" and extra == "ipfabric_7_2"
|
|
30
24
|
Requires-Dist: netboxlabs-netbox-branching (>=0.5.5,<0.6.0)
|
|
31
25
|
Requires-Dist: netutils
|
|
32
26
|
Project-URL: Bug Tracker, https://gitlab.com/ip-fabric/integrations/ipfabric-netbox-sync/-/issues
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ipfabric_netbox/__init__.py,sha256=
|
|
1
|
+
ipfabric_netbox/__init__.py,sha256=X-yzjLvLZgX2bfGp4cRqtOrhQMrva0wUFDOLw0E1SRw,674
|
|
2
2
|
ipfabric_netbox/api/__init__.py,sha256=DOkvDAI4BoNgdCiNxfseeExEHyOrK8weG-LvjPRyK8A,101
|
|
3
3
|
ipfabric_netbox/api/nested_serializers.py,sha256=F-VpAL6xhNSUipuvR9_37sVw-3IPjr-XZB5CkouwelA,2174
|
|
4
4
|
ipfabric_netbox/api/serializers.py,sha256=BOhibC7IZDhaPhTAdQmt_RJtVxmgqjt-MXIo7UcNGZc,4496
|
|
@@ -67,7 +67,7 @@ ipfabric_netbox/utilities/ipfutils.py,sha256=hzMpNABaobxoMGPPXqV9pWBbhuQROXes9L2
|
|
|
67
67
|
ipfabric_netbox/utilities/logging.py,sha256=GYknjocMN6LQ2873_az3y0RKm29TCXaWviUIIneH-x0,3445
|
|
68
68
|
ipfabric_netbox/utilities/nbutils.py,sha256=kFBEiJOGvr_49hJWCS2duXojx2-A9kVk0Xp_vj0ohfs,2641
|
|
69
69
|
ipfabric_netbox/utilities/transform_map.py,sha256=QotbGc2TksINJrb62STgAigpC5Nsgi5umYHu_0rZd8k,2204
|
|
70
|
-
ipfabric_netbox/views.py,sha256=
|
|
71
|
-
ipfabric_netbox-4.0.
|
|
72
|
-
ipfabric_netbox-4.0.
|
|
73
|
-
ipfabric_netbox-4.0.
|
|
70
|
+
ipfabric_netbox/views.py,sha256=tPuceZgH2veu5ls4_avUiM9fuM5pYxr1KFWp5im5b0s,35898
|
|
71
|
+
ipfabric_netbox-4.0.1b3.dist-info/METADATA,sha256=IKUb6u8lqIUQaLNkjBvSKVe775SZZVbXon776Km6qWo,4345
|
|
72
|
+
ipfabric_netbox-4.0.1b3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
73
|
+
ipfabric_netbox-4.0.1b3.dist-info/RECORD,,
|
|
File without changes
|