mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
47d4485ae41249961354398cd8a425adaa043ecc
Notable changes since 5.9.5: v6.0.0: - process_iter() is now ~20x faster (no longer pre-emptively checks PID reuse); add process_iter.cache_clear() API - Process.connections() renamed to Process.net_connections() (old name deprecated) - disk_partitions() namedtuple drops maxfile/maxpath fields - Support building with free-threaded CPython 3.13 v7.0.0: - Drop Python 2.7 support v7.2.0: - New heap_info() and heap_trim() functions for native C heap allocator access (glibc, mimalloc, libmalloc) - Tests are no longer part of the installed package v7.2.2: - [Linux] Process.wait() now uses pidfd_open() + poll() for waiting (no busy loop, faster response); requires Linux >= 5.3 + Python 3.9, falls back to polling otherwise - [macOS/BSD] Process.wait() now uses kqueue() for waiting - Various macOS memory leak and error handling fixes Also refresh 100-fix-non-Linux-compile.patch for the updated setup.py (noqa comment style changed; _compat imports removed upstream). Add test.sh. Full changelog: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
…
…
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.
Languages
Makefile
51.9%
Shell
32.7%
C
7.7%
UnrealScript
3%
C++
1.8%
Other
2.7%