This version adds options and functions that allow to print numbers
in the open interval (-1 .. 1) with or without a leading 0 digit.
Additionally, an option has been added to prevent line wrap and
allows to print arbitrarily long results on a single line.
Changelog since 2.11.12:
It contains many bugfixes/enhancements and the following new features:
* Updated User Interface
* GraphQL API
* IP Ranges
* Custom Model Validation
* SVG Cable Traces
* New Views for Models Previously Under the Admin UI
* REST API Token Provisioning
* New Housekeeping Command
* Custom Queue Support for Plugins
https://netbox.readthedocs.io/en/stable/release-notes/version-3.0/
MFH: No (feature release)
* Upstream switched to a two-part CalVer versioning scheme where the
first number is the year and the second is the release number within
that year.
Changelog:
https://github.com/carltongibson/django-filter/blob/21.1/CHANGES.rst
MFH: No (not compatible with net-mgmt/netbox in 2021Q4)
To make it possible to easily import py-pyjwt v2.x move the current port
to a versioned directory. Bump consumers after rename of the dependency.
PR: 254038
Update to the latest. It contains a number of minor fixes.
From 202109:
* pcm-raw: support collecting events by names from event lists
(https://download.01.org/perfmon/). Details: link
* pcm-raw: support event group multiplexing
* pcm-iio: support csv output
* Extended Windows PCM driver to support all ICX uncore performance
monitoring units
* Developed a workaround to make PCM work in VMware guest
From 202107:
* support systems with > 1024 logical cores
* support Rocket Lake (#298)
* pcm-pcie: fix HIT metrics calculation on Broadwell/Haswell server
platforms (#306)
* pcm: add several additional columns to the socket and core sections
in csv output
* pcm-iio: fix multiplier value for outbound events on Snowridge and
Icelake server platforms
* implement workaround for Linux watchdog not clearing its event
programming
* move Icelake top-down events to a separate group to fix counting
through Linux perf API
* add pcm-mmio utility to rpm
Sponsored by: Netflix
* Full changelog: https://github.com/Jackett/Jackett/releases
* For FreeBSD versions >= 12.0-RELEASE
Remove USE=mono (mono 5.10) who causes Jackett crashes due
to the FileSystemWatcher (kevent) deadlock problem (PR #198727)
replaced by a RUN_DEPENDS on mono 6.8.
After FreeBSD 12.0 is no longer possible to run Jackett and an
applications such as radarr or sonarr who was built against default
mono version on the same computer.
PR: 255710
PR: 256576
Reported by: Michiel van Baak <michiel@vanbaak.eu>
unittest2pytest is a tool that helps rewriting Python unittest
test-cases into pytest test-cases.
In contrast to other similar tools, this unittest2pytest
* handles keyword arguments,
* handles single-line test-cases and several tests on one line,
* uses context-handlers where appropriate.
This is done by using lib2to3 and Python's mighty inspect module.
WWW: https://pypi.org/project/unittest2pytest/
WWW: https://github.com/pytest-dev/unittest2pytest