danigm
danigm
matplotlib.cm.get_cmap is deprecated, the documentation recommends to use matplotlib.colormaps.get_cmap instead. https://matplotlib.org/stable/api/cm_api.html#matplotlib.cm.get_cmap
Normalize all mock packages and reuse when possible.
In "src/efi.c" the function "log_append()" is called with a [log level "LOG_DEBUG"](https://github.com/nima/python-dmidecode/blob/4fdb678f9bea418318131884dd3ffb0a9ab9d1d6/src/efi.c#L87), but the corresponding function in "src/dmilog.c" [only allows "LOG_ERR" and "LOG_WARNING"](https://github.com/nima/python-dmidecode/blob/4fdb678f9bea418318131884dd3ffb0a9ab9d1d6/src/dmilog.c#L93). This bug was introduced with [a commit...
This patch fixes some type casting that are errors by default in gcc14 and greater. Fix https://github.com/nima/python-dmidecode/issues/56
Some parametrized tests are failing with the latest click release 8.2.1, possibly related to this bug: https://github.com/pallets/click/discussions/2863#discussioncomment-12675496 ``` FAILED tests/test_envvar.py::test_auto_envvar_parsing[command|working_envvar={'Magic': 'False'}|expected_flag=False] - AssertionError: assert 'Flag value: True\n' == 'Flag value:...
This patch uses the "hostname" attribute from the parsed url to get the host, instead of trying to calculate the host from netloc that can produce errors when "http://username:[email protected]" format...
This patch removes the override of createLock method so this class will use the default logging.Handler method. The tests are failing for python 3.13 because in this version there's a...
After this commit [1], it's better to return nullptr because the return was removed from the Macro. [1] https://github.com/pybind/pybind11/commit/974eba77a5a984ea3d1be7fa53574c9d9f00efc2
age is vulnerable to malicious plugin names, recipients, or identities causing arbitrary binary execution. This patch updates age to the patched version 0.10.1 and update all dependencies in Cargo.lock https://github.com/advisories/GHSA-4fg7-vxc8-qx5w