diff --git a/python-mitmproxy.changes b/python-mitmproxy.changes index 0aeaaf2..a1ba12c 100644 --- a/python-mitmproxy.changes +++ b/python-mitmproxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 29 21:27:19 UTC 2024 - Dirk Müller + +- switch to python311 build + ------------------------------------------------------------------- Thu Dec 15 17:32:53 UTC 2022 - Daniel Garcia @@ -164,10 +169,10 @@ Wed Jan 27 14:37:07 UTC 2021 - Markéta Machová - Update to 6.0.2 * Mitmproxy now requires Python 3.8 or above. - * Deprecation of pathod and pathoc tools and modules. Future releases + * Deprecation of pathod and pathoc tools and modules. Future releases will not contain them! * SSLKEYLOGFILE now supports TLS 1.3 secrets - * Tests: Replace asynctest with stdlib mock + * Tests: Replace asynctest with stdlib mock * Many smaller improvements and bugfixes - Drop unpin.patch and replace it with a sed script - Drop merged replace-asynctest.patch @@ -175,7 +180,7 @@ Wed Jan 27 14:37:07 UTC 2021 - Markéta Machová ------------------------------------------------------------------- Tue Aug 11 10:05:06 UTC 2020 - Benjamin Greiner -- Update to v5.2 +- Update to v5.2 * Add Filter message to mitmdump (@sarthak212) * Display TCP flows at flow list (@Jessonsotoventura, @nikitastupin, @mhils) @@ -189,7 +194,7 @@ Tue Aug 11 10:05:06 UTC 2020 - Benjamin Greiner (@JustAnotherArchivist) * Fix HTTP reason value on HTTP/2 reponses (@rbdixon) * mitmweb: support wslview to open a web browser (@G-Rath) - * Fix dev version detection with parent git repo + * Fix dev version detection with parent git repo (@JustAnotherArchivist) * Restructure examples and supported addons (@mhils) * Certificate generation: mark SAN as critical if no CN is set @@ -223,7 +228,7 @@ Tue Aug 11 10:05:06 UTC 2020 - Benjamin Greiner - refresh unpin.patch - replace unmaintained asynctest by native python 3.8 unittest calls - * replace-asynctest.patch + * replace-asynctest.patch * gh#mitmproxy/mitmproxy#4020 ------------------------------------------------------------------- diff --git a/python-mitmproxy.spec b/python-mitmproxy.spec index 7e52cfe..3baa11d 100644 --- a/python-mitmproxy.spec +++ b/python-mitmproxy.spec @@ -1,7 +1,7 @@ # # spec file for package python-mitmproxy # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 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,7 @@ # -%define skip_python2 1 -%define skip_python36 1 -%define skip_python38 1 +%{?sle15_python_module_pythons} Name: python-mitmproxy Version: 9.0.1 Release: 0 @@ -90,7 +88,7 @@ Requires: python-zstandard >= 0.11 Requires: python-typing_extensions >= 4.3 %endif Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages