net-im/py-zapzap: Update to 6.4.0
- Update list of build dependencies
- Add a post-patch target to fix the program version that does not match
the distribution version. This discrepancy causes the following error:
===> Generating temporary packing list
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/local/lib/python3.11/site-packages/installer/__main__.py", line 98, in <module>
_main(sys.argv[1:], "python -m installer")
File "/usr/local/lib/python3.11/site-packages/installer/__main__.py", line 86, in _main
with WheelFile.open(args.wheel) as source:
File "/usr/local/lib/python3.11/contextlib.py", line 137, in __enter__
return next(self.gen)
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/installer/sources.py", line 162, in open
with zipfile.ZipFile(path) as f:
[12 lines not shown]
devel/py-yamlordereddictloader: Deprecate/Set to expire
* The project has been deprecated by upstream and it's no longer
actively maintained. Users should use the improved version,
py-yamlloader, instead.
* There are no consumers left in the tree as well.
PR: 293459
Approved by: maintainer timeout (4+ weeks)
net-mgmt/netbox: Update to 4.5.6
Changelog:
Enhancements:
* Add OSFP224 (1.6T) interface type
* Add 2.5GBASE-X SFP modular interface type
* Improve object change diff styling and layout
* Add 50 Gbps, 800 Gbps, and 1.6 Tbps interface speed options
Bug Fixes:
* Fix resolution of the {module} variable for position fields in nested
modules
* Adjust custom field URL filter to support non-standard port numbers
* Fix grouping of owner fields in provider account add/edit forms
* Fix FieldError exception when sorting the circuit group assignment
table by the member column
* Use separate add/remove form fields when editing a site or provider
with a large number of ASNs assigned
[2 lines not shown]