head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2025.02.04.12.10.02; author adam; state dead; branches; next 1.1; commitid 0PN8jJQgv5Xbd9IF; 1.1 date 2024.12.29.22.34.36; author leot; state Exp; branches; next ; commitid vpexYTea2cn3RrDF; desc @@ 1.2 log @py-mitmproxy_rs: updated to 0.11.4 06 January 2025: mitmproxy_rs 0.11.4 - Fix PyInstaller hooks to include `mitmproxy_linux`. 05 January 2025: mitmproxy_rs 0.11.3 - Fix CI to build wheels compatible with Python 3.13 for mitmproxy-linux. 03 January 2025: mitmproxy_rs 0.11.2 - Add local redirect mode for Linux. - Update dependencies. 11 December 2024: mitmproxy_rs 0.11.1 - Update twine to fix the deploy CI. 10 December 2024: mitmproxy_rs 0.11.0 - Add `LocalRedirector.unavailable_reason()` and `TunInterface.unavailable_reason()`. - Add `active_processes()` on Linux. 28 October 2024: mitmproxy_rs 0.10.7 - tun mode: disable rp_filter, remove debug logging. 28 October 2024: mitmproxy_rs 0.10.6 - tun mode: re-add debug logging. 27 October 2024: mitmproxy_rs 0.10.5 - tun mode: add default netmask 27 October 2024: mitmproxy_rs 0.10.4 - Remove superfluous debug logs. 27 October 2024: mitmproxy_rs 0.10.3 - Add more debug info. 27 October 2024: mitmproxy_rs 0.10.2 - Add debug info. 27 October 2024: mitmproxy_rs 0.10.1 - Assign a local IP address to our `tun` interface for Linux compatibility. 27 October 2024: mitmproxy_rs 0.10.0 - Add `tun` mode. @ text @$NetBSD: patch-pyproject.toml,v 1.1 2024/12/29 22:34:36 leot Exp $ Add missing version. This is required by newer maturin. Addressed upstream via a different patch. --- pyproject.toml.orig 2024-12-29 22:22:12.797107590 +0000 +++ pyproject.toml @@@@ -4,6 +4,7 @@@@ build-backend = "maturin" [project] name = "mitmproxy_rs" +version = "0.5.2" requires-python = ">=3.10" classifiers = [ "Programming Language :: Rust", @ 1.1 log @py-mitmproxy_rs: Add missing version Add missing version in pyproject.toml. Seems required with newer maturin. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @