ipfabric_netbox 4.0.1b1__py3-none-any.whl → 4.0.1b2__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.

@@ -6,7 +6,7 @@ class NetboxIPFabricConfig(PluginConfig):
6
6
  name = "ipfabric_netbox"
7
7
  verbose_name = "NetBox IP Fabric SoT Plugin"
8
8
  description = "Sync IP Fabric into NetBox"
9
- version = "4.0.1b1"
9
+ version = "4.0.1b2"
10
10
  base_url = "ipfabric"
11
11
  min_version = "4.2.4"
12
12
 
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.1b1
3
+ Version: 4.0.1b2
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
- Requires-Dist: ipfabric (>=6.10.0,<6.11.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"
24
- Requires-Dist: ipfabric (>=6.6.0,<6.7.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"
25
- Requires-Dist: ipfabric (>=6.6.4) ; 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"
26
- Requires-Dist: ipfabric (>=6.7.0,<6.8.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"
27
- Requires-Dist: ipfabric (>=6.8.0,<6.9.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"
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=yIwtT00_L8NEbRybwO8wfxzsrFl55hYantE1D7pU3eE,674
1
+ ipfabric_netbox/__init__.py,sha256=brj_e_PaM_6djkva3p5nj1wMgHoB5sr3VJ1Rr-Jqflk,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=hfRhRma9xGPUhATQXg3HNYdFSd4ItcDXQIaQ8wprPd4,35853
71
- ipfabric_netbox-4.0.1b1.dist-info/METADATA,sha256=wnqslxa29BwOQBJpvpn833cVdfS5IQkmWID-4vINEMw,5393
72
- ipfabric_netbox-4.0.1b1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
73
- ipfabric_netbox-4.0.1b1.dist-info/RECORD,,
70
+ ipfabric_netbox/views.py,sha256=tPuceZgH2veu5ls4_avUiM9fuM5pYxr1KFWp5im5b0s,35898
71
+ ipfabric_netbox-4.0.1b2.dist-info/METADATA,sha256=JMXeXmvYIlJ85X0efWdrxV-HSuL5niTnT_bFHyWz7UU,4345
72
+ ipfabric_netbox-4.0.1b2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
73
+ ipfabric_netbox-4.0.1b2.dist-info/RECORD,,