From ebf63e82d6d1b5043f9bda3ab6108c5d6c6fbfbe932b277fdf34a11b81553f74 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Oct 2024 21:13:46 +0000 Subject: [PATCH] Record renaming of patches OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=125 --- python-tox.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-tox.changes b/python-tox.changes index c8c2582..e92ff03 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -2,6 +2,12 @@ Tue Oct 8 19:20:42 UTC 2024 - Matej Cepl - Skip test_skip_develop_mode (gh#tox-dev/tox#3399) +- Rename patches: + - 0001-Make-use-of-devpi_process-optional.patch to optional_devpi_process.patch + - 0002-skip-test-which-require-network-access.patch to mark-network-tests.patch + which removes these two patches: + - 0001-Make-use-of-devpi_process-optional.patch + - 0002-skip-test-which-require-network-access.patch ------------------------------------------------------------------- Wed Mar 27 16:33:24 UTC 2024 - ecsos