summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-spidev: set LIC_FILES_CHKSUM to remote fileJan Vermaete2024-11-191-1/+1
| | | | | | | License stays MIT Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: upgrade 4.18.5 -> 4.18.6J. S.2024-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Change log found at https://gitlab.xfce.org/xfce/xfce4-panel/-/tags/xfce4-panel-4.18.6 - Update copyright year - Do not use g_log_set_always_fatal() - launcher: Ensure default icon in empty launchers - build: Search for bind_textdomain_codeset in libintl too - Fix memory management of GTypeModules - pager: Avoid recursion in WnckScren signal handler - pager: Do not query workspace count if screen is not initialized - libxfce4panel: Fix custom menu items management - clock: Create monitor proxy asynchronously - Add missing G_BEGIN_DECLS - Translation Updates: Czech, Finnish, Hungarian, Icelandic, Interlingue, Italian, Portuguese (Brazil), Turkish Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-boxes: require opengl distro featureChen Qi2024-11-191-1/+2
| | | | | | | | spice-gtk requires opengl distro feature, so gnome-boxes should require it too. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo-plugins: consider opengl distro feature for default PACKAGECONFIGChen Qi2024-11-191-1/+4
| | | | | | | | gnome-online-accounts requires opengl by default, so lua-factory PACKAGECONFIG should rely on opengl by default. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysprof: require opengl distro feature when gtk4 is dependend onChen Qi2024-11-191-1/+4
| | | | | | | | | gkt4 has 'opengl' in its REQUIRED_DISTRO_FEATURES, so when it is depended upon by sysprof, 'opengl' distro feature should also be required. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspelling: require opengl distro featureChen Qi2024-11-191-1/+4
| | | | | | | | The gkt4 in DEPENDS has 'opengl' in its REQUIRED_DISTRO_FEATURES, so libspelling also needs to set this. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snapper: pass --pam-security=${libdir}/securityMartin Jansa2024-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pam_snapper.so is installed in libdir as the default in configure.ac is: PAM_SECURITY=${libdir}/security https://github.com/openSUSE/snapper/blob/master/configure.ac#L66 and depending on multilib configuration this fails with: ERROR: QA Issue: lib32-snapper: Files/directories were installed but not shipped in any package: /usr/lib32/security/pam_snapper.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-snapper: 1 installed and not shipped files. [installed-vs-shipped] or ERROR: QA Issue: snapper: Files/directories were installed but not shipped in any package: /usr/lib64/security/pam_snapper.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. snapper: 1 installed and not shipped files. [installed-vs-shipped] when default libdir doesn't match with nonarch_libdir Some recipes are using ${base_libdir}/security and some just ${libdir}/security with the usrmerge being the default and required with systemd I'm not sure which one is better. Now all files are packaged some in libdir some in nonarch_libdir: snapper/0.11.2 $ find packages-split/snapper/usr/lib* packages-split/snapper/usr/lib packages-split/snapper/usr/lib/systemd packages-split/snapper/usr/lib/systemd/system packages-split/snapper/usr/lib/systemd/system/snapper-timeline.timer packages-split/snapper/usr/lib/systemd/system/snapper-timeline.service packages-split/snapper/usr/lib/systemd/system/snapper-boot.timer packages-split/snapper/usr/lib/systemd/system/snapper-cleanup.timer packages-split/snapper/usr/lib/systemd/system/snapperd.service packages-split/snapper/usr/lib/systemd/system/snapper-boot.service packages-split/snapper/usr/lib/systemd/system/snapper-cleanup.service packages-split/snapper/usr/lib/snapper packages-split/snapper/usr/lib/snapper/systemd-helper packages-split/snapper/usr/lib/snapper/plugins packages-split/snapper/usr/lib/snapper/installation-helper packages-split/snapper/usr/lib/pam_snapper packages-split/snapper/usr/lib/pam_snapper/pam_snapper_pamconfig.sh packages-split/snapper/usr/lib/pam_snapper/pam_snapper_userdel.sh packages-split/snapper/usr/lib/pam_snapper/pam_snapper_homeconvert.sh packages-split/snapper/usr/lib/pam_snapper/pam_snapper_useradd.sh packages-split/snapper/usr/lib64 packages-split/snapper/usr/lib64/libsnapper.so.7.4.3 packages-split/snapper/usr/lib64/security packages-split/snapper/usr/lib64/security/pam_snapper.so packages-split/snapper/usr/lib64/snapper packages-split/snapper/usr/lib64/snapper/testsuite packages-split/snapper/usr/lib64/snapper/testsuite/directory1 packages-split/snapper/usr/lib64/snapper/testsuite/permissions2 packages-split/snapper/usr/lib64/snapper/testsuite/error2 packages-split/snapper/usr/lib64/snapper/testsuite/simple1 packages-split/snapper/usr/lib64/snapper/testsuite/ug-tests packages-split/snapper/usr/lib64/snapper/testsuite/xattrs1 packages-split/snapper/usr/lib64/snapper/testsuite/owner3 packages-split/snapper/usr/lib64/snapper/testsuite/run-all packages-split/snapper/usr/lib64/snapper/testsuite/missing-directory1 packages-split/snapper/usr/lib64/snapper/testsuite/permissions1 packages-split/snapper/usr/lib64/snapper/testsuite/test-btrfsutils packages-split/snapper/usr/lib64/snapper/testsuite/owner2 packages-split/snapper/usr/lib64/snapper/testsuite/xattrs3 packages-split/snapper/usr/lib64/snapper/testsuite/permissions3 packages-split/snapper/usr/lib64/snapper/testsuite/CAUTION packages-split/snapper/usr/lib64/snapper/testsuite/xattrs4 packages-split/snapper/usr/lib64/snapper/testsuite/ascii-file packages-split/snapper/usr/lib64/snapper/testsuite/setup-and-run-all packages-split/snapper/usr/lib64/snapper/testsuite/owner1 packages-split/snapper/usr/lib64/snapper/testsuite/xattrs2 packages-split/snapper/usr/lib64/snapper/testsuite/error4 packages-split/snapper/usr/lib64/snapper/testsuite/error1 packages-split/snapper/usr/lib64/libsnapper.so.7 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: handle CVE-2024-45802Peter Marko2024-11-191-2/+3
| | | | | | | | | | | | | | | | | | | | | According to [1] the ESI implementation in squid feature is vulnerable without any fix available. NVD says it's fixed in 6.10, however the change in this release only disables ESI by default (which we always did via PACKAGECONFIG). This means CVE report would say Patched even if the vulnerability is still present if someone adapts squid PACKAGECONFIG. Commit in master branch related to this CVE is [2]. Title is "Remove Edge Side Include (ESI) protocol" and it's also what it does. So there will never be a fix for these ESI vulnerabilities. Based on this, remove vulnerable ESI PACKAGECONFIG already now. [1] https://github.com/squid-cache/squid/security/advisories/GHSA-f975-v7qw-q7hj [2] https://github.com/squid-cache/squid/commit/5eb89ef3d828caa5fc43cd8064f958010dbc8158 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: upgrade 6.10 -> 6.12Peter Marko2024-11-192-2/+58
| | | | | | | | | License-Update: copyright year updated Add patch to fix new build failure from release tarball. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: inherit cython classRoss Burton2024-11-191-9/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycocotools: inherit cython classRoss Burton2024-11-191-6/+2
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: inherit cython classRoss Burton2024-11-191-8/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: inherit cython classRoss Burton2024-11-191-12/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: inherit cython classRoss Burton2024-11-191-12/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: inherit cython classRoss Burton2024-11-191-6/+2
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-systemd: switch to python_setuptools_build_metaRoss Burton2024-11-191-4/+9
| | | | | | | | Switch to the modern build system, and sort the recipe assignments to be more idiomatic. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* autoconf-2.13-native: fix interpreter on shebang line for autoscanYi Zhao2024-11-191-4/+5
| | | | | | | | | | Pass CACHED_CONFIGUREVARS to configure to fix the following error: ERROR: autoconf-2.13-native-2.13-r0 do_populate_sysroot: QA Issue: : /work/x86_64-linux/autoconf-2.13-native/2.13/sysroot-destdir/work/x86_64-linux/autoconf-2.13-native/2.13/recipe-sysroot-native/usr/bin/autoscan213 maximum shebang size exceeded, the maximum size is 128. [shebang-size] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* taisei: add a recipe for version 1.4.2Thomas Perrot2024-11-064-0/+84
| | | | | | | Taisei Project is an open source danmaku. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: conditionally depend on ${PN}-compilerChristian Eggers2024-11-061-1/+1
| | | | | | | | | If ${PN}-compiler is not build due to PACKAGECONFIG, we shouldn't depend on it. Otherwise installation on -dev package fails during populate_sdk. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipmitool: srcrev bump ab5ce5baff..bf774149aeJayanth Othayoth2024-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added version bump to fix the ipmitool build issue. Build failure details available as part of this commit. https://codeberg.org/IPMITool/ipmitool/commit/bf774149ae7f74c12164a5b021b23520c5ca4016 Additional commit included in this version bump are below. Alexander Amelkin (1): man: Remove duplicate description for -b and -B Alexander Filippov (3): Remove trailing spaces replace HAS_PRAGMA_PACK macros imb: refix structure packing Howitzer105mm (4): Establish a uniform structure packing syntax ipmievd: Eliminate a possible command line overrun (#27) open: Eliminate buffer overrun (#24) lan: Clean compile time warning from LAN authentication (#22) István Donkó (1): doc: fix a small typo in `print_user_usage` Johnathan Mantey (1): fru: Fix a typo causing compilation to fail (#37) Miao Wang (1): lan: fix lan print fails on unsupported parameters bbradley (1): chassis: Partial revert of 6e037d6bfbb (#19) Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exprtk: upgrade 0.0.2 -> 0.0.3 releaseArash Partow2024-11-061-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: append to PACKAGES_DYNAMICChristian Eggers2024-11-061-1/+1
| | | | | | | | PACKAGES_DYNAMIC may already contain entries (e.g. set by bitbake.conf or the distro configuration files). Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parallel: Add recipe for GNU ParallelZhang Peng2024-11-061-0/+29
| | | | | | | | This recipe adds the parallel package, a shell tool for executing jobs in parallel using one or more computers. Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: dropped Python version in SUMMARYJan Vermaete2024-11-061-1/+1
| | | | | | | | The info at the homepage was that the python version 3.8+ is supported. But having this info in the SUMMARY has not point. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: upgrade 4.0.2 -> 4.0.3Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | Changelog: ========== - progress: support markup on label update STDIN - progress: Properly setup custom ok/cancel labels - color: Properly support custom ok/cancel labels - test: Add test for custom ok/cancel buttons Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-abyssinica: upgrade 2.201 -> 2.300Wang Mingyu2024-11-051-2/+2
| | | | | | | | | License-Update: Copyright url changed FAQ url changed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 3.9.4 -> 3.9.5Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.135.0 -> 0.136.0Wang Mingyu2024-11-051-3/+3
| | | | | | | | | | | | | | License-Update: License changed to LGPL-2.1-or-later Changelog: =========== - fix: update python-semantic-release to fix release process - fix: add ignore for .c file for wheels - fix: correct typos - feat: use SPDX license identifier Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 3.4.2 -> 3.4.3Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | Changelog: ========== - Fix incorrect validation error for substitution group with abstract head - Refactor XSD identities processing using also typed XPath 2.0+ for getting values - Clean tag retrieval during encode for some converter types Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-whitenoise: upgrade 6.7.0 -> 6.8.2Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== - Fix compression speed gains for the thread pool when running Django's collectstatic. - Raise any errors from threads in the whitenoise.compress command. - Drop Django 3.2 to 4.1 support. - Drop Python 3.8 support. - Support Python 3.13. - Fix a bug introduced in version 6.0.0 where Range requests could lead to database connection errors in other requests. - Use Django's FORCE_SCRIPT_NAME setting correctly. - Compress files using a thread pool. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 5.0.3 -> 6.0.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== -Pin test dependecies. - [docs] Add typing info to quick start. - [inotify] Use of select.poll() instead of deprecated select.select(), if available. - [inotify] Fix reading inotify file descriptor after closing it. - [utils] The stop_signal keyword-argument type of the AutoRestartTrick class can now be either a signal.Signals or an int. - [utils] Added the __repr__() method to the Trick class. - [utils] Removed the unused echo_class() function from the echo module. - [utils] Removed the unused echo_instancemethod() function from the echo module. - [utils] Removed the unused echo_module() function from the echo module. - [utils] Removed the unused is_class_private_name() function from the echo module. - [utils] Removed the unused is_classmethod() function from the echo module. - [utils] Removed the unused ic_method(met() function from the echo module. - [utils] Removed the unused method_name() function from the echo module. - [utils] Removed the unused name() function from the echo module. - [watchmedo] Fixed Mypy issues. - [watchmedo] Added the __repr__() method to the HelpFormatter class. - [watchmedo] Removed the --trace CLI argument from the watchmedo log command, useless since events are logged by default at the LoggerTrick class level. - [windows] Fixed Mypy issues. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-types-psutil: upgrade 6.0.0.20241011 -> 6.1.0.20241102Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: Update type for psutil.cpu_count Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.66.5 -> 4.66.6Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | Changelog: ========== - cli: zip-safe --manpath, --comppath - misc framework updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-smbus2: upgrade 0.4.3 -> 0.5.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | Chanelog: ========= - Slight change of SMBus object life-cycle to better handle "open -> close -> open" scenarios. - Documentation builds again - Typing corrections. - Python 3.12, 3.13 added. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sdbus: upgrade 0.12.0 -> 0.13.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: https://github.com/python-sdbus/python-sdbus/releases/tag/0.13.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.9.3 -> 13.9.4Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: Optimizations to cell_len which may speed up Rich / Textual output Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-codspeed: upgrade 2.2.1 -> 3.0.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/releases/tag/v3.0.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.7.3 -> 3.7.4Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Clean PDU init - Wrong close, when transaction do not match - Remove unmaintained (not working) example contributions - All pdu (incl. function code) tests to pdu directory - Add no_response_expected argument to requests - Resubmit: Don't close/reopen tcp connection on single modbus message timeout - 100% test coverage for PDU - Type DecodePDU - Update to use DecodePDU - Client/Server decoder renamed and moved to pdu - Move client/server decoder to pdu - Introducing PyModbus Guru on Gurubase.io - Remove IllegalFunctionRequest - remove ModbusResponse - Add typing to pdu base classes - Updated roadmap. - remove databuffer from framer - Improve retries for sync client - Move process test to framer tests - Framer do not check ids - Remove callback from framer - Auto fill device ids for clients - Reenable multidrop tests - write_register/s accept bytes or int - roadmap corrections. - Added roadmap (not written in stone) - Update README to show python 3.13. - Test on Python 3.13 - Use @AbstractMethod - Corrected smaller documentation bugs - README as landing page in readthedocs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 14.0.4 -> 14.0.5Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pulsectl: upgrade 24.8.0 -> 24.11.0Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: upgrade 3.11.0 -> 3.12.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Emit DeprecationWarnings for hrule and tableStyle constants - Add new themes to ColorTable - Use SPDX license identifier - Add IntEnum for HRuleStyle and VRuleStyle - Add IntEnum for Table styles - Add OptionsType - Add attribute type hints - Add missing attribute annotations - Add type aliases for Align, VAlign, HeaderStyle - Add type annotations for attributes property - Improve TableHandler type annotations - Improve function type annotations - Improve row and column type annotations - Improve type annotations for field names - Include RowType in __all__ - Small improvements - Generate __version__ at build to avoid slow importlib.metadata call - Release to PyPI using Trusted Publishing - Drop support for Python 3.8 - Update new home to prettytable/prettytable - Fix drawing headerless colored tables with title - 1Adjust format validation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-moteus: upgrade 0.3.72 -> 0.3.73Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icu: upgrade 2.13.1 -> 2.14Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 6.1.3 -> 6.1.4Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | | Changelog: ========= - Remove dependency on requests-2.27.0 - sort imports - import JSONDecodeError straight from requests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.66.2 -> 1.67.1Wang Mingyu2024-11-052-3/+3
| | | | | | | | 0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch refreshed for 1.67.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.66.2 -> 1.67.1Wang Mingyu2024-11-053-14/+13
| | | | | | | | | 0001-protobuf-Disable-musttail-attribute-on-mips.patch 0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch refreshed for 1.67.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-reflection: upgrade 1.66.2 -> 1.67.1Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-channelz: upgrade 1.66.2 -> 1.67.1Wang Mingyu2024-11-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-wtf: upgrade 1.2.1 -> 1.2.2Wang Mingyu2024-11-051-1/+1
| | | | | | | | | | Changelog: ============ - Move the project to the pallets-eco organization. - Stop support for Python 3.8. Start support for Python 3.13. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-et-xmlfile: upgrade 1.1.0 -> 2.0.0Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: Implement proper incremental writing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>