Packages changed: MicroOS-release (20240421 -> 20240423) python-matplotlib (3.8.3 -> 3.8.4) python-pycparser (2.21 -> 2.22) python-pycups (2.0.1 -> 2.0.4) === Details === ==== MicroOS-release ==== Version update (20240421 -> 20240423) Subpackages: MicroOS-release-appliance MicroOS-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== python-matplotlib ==== Version update (3.8.3 -> 3.8.4) - Update to 3.8.4 * Enable building against numpy 2.0; released wheels are built against numpy 2 * Add a draw during show for macos backend * Fix color sequence data for Set2 and Set3 * gtk: Ensure pending draws are done before GTK draw * Update "Created with" url in hand.svg * Avoid modifying user input to Axes.bar * fix quiver3d incorrect arrow colors ==== python-pycparser ==== Version update (2.21 -> 2.22) - update to 2.22: * Add missing SCHAR limit defines * Use proper SPDX identifier * Add Python 3.11 as a supported version * Fix multi-pragma/single statement blocks (#479) * Add an encoding parameter to parse_file * Feature/add pragma support * Set up permissions to ci.yml * _build_tables: Invalidate cache before importing generated modules * Upgrade GitHub Actions * Create a Security Policy * New example to generate AST from scratch * Add support for Python 3.12 * ply: Make generated lextab.py deterministic - drop fix-lexer-build.patch (upstream) ==== python-pycups ==== Version update (2.0.1 -> 2.0.4) - update to 2.0.4: * remove the install_requires from setup.py * removed shebang from example/cupstree.py * ignore driverless utilities for postscriptdriver tags creation (Fedora bug #1873385) * remove epydoc from Makefile (#27) * fix invalid delete of pointer (#11) * Makefile uses wrong Python (#32) * define PY_SSIZE_T_CLEAN in cupsipp.h - fixes traceback during IPPRequest.writeIO with Python 3.10 * fix the test.py when there is no printer installed (#46) * Use PyObject_Call() instead of deprecated PyEval