forked from pool/python-mitmproxy-rs
Accepting request 1244640 from devel:languages:python
- Update to 0.11.1:
* Add LocalRedirector.unavailable_reason() and
TunInterface.unavailable_reason().
* Add active_processes() on Linux.
* tun mode: disable rp_filter, remove debug logging.
* tun mode: re-add debug logging.
* tun mode: add default netmask
* Remove superfluous debug logs.
* Add debug info.
* Assign a local IP address to our tun interface for Linux compatibility.
* Add tun mode.
- Switch to srctar for cargo vendoring.
OBS-URL: https://build.opensuse.org/request/show/1244640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mitmproxy-rs?expand=0&rev=3
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="src">mitmproxy_rs-0.9.2</param>
|
||||
<param name="srctar">mitmproxy_rs-0.11.1.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="filter">true</param>
|
||||
</service>
|
||||
|
||||
3
mitmproxy_rs-0.11.1.tar.gz
Normal file
3
mitmproxy_rs-0.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a77c022bc0563f9d56fa0809a27013ed2fb5d3145c599098cb1175e7326e7829
|
||||
size 1184746
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20f69510edefdb4f1408ff18c42f239e7c512f9f133b67a8dced59b9b47db91e
|
||||
size 1180072
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 04:48:26 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.11.1:
|
||||
* Add LocalRedirector.unavailable_reason() and
|
||||
TunInterface.unavailable_reason().
|
||||
* Add active_processes() on Linux.
|
||||
* tun mode: disable rp_filter, remove debug logging.
|
||||
* tun mode: re-add debug logging.
|
||||
* tun mode: add default netmask
|
||||
* Remove superfluous debug logs.
|
||||
* Add debug info.
|
||||
* Assign a local IP address to our tun interface for Linux compatibility.
|
||||
* Add tun mode.
|
||||
- Switch to srctar for cargo vendoring.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 14:06:26 UTC 2024 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-mitmproxy-rs
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python39 1
|
||||
Name: python-mitmproxy-rs
|
||||
Version: 0.9.2
|
||||
Version: 0.11.1
|
||||
Release: 0
|
||||
Summary: Rust bits for mitmproxy
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6bf83c57e71be5a6bd65247713c3f4f6a27e2ac3ae3ea89a258315ed750d84b
|
||||
size 17693186
|
||||
oid sha256:e9f3c2af6a751b70221ae245af89bf0f96a582732c86a9b4184fb1d640e97eea
|
||||
size 18539595
|
||||
|
||||
Reference in New Issue
Block a user