From 69d4c66305133201bc279660e79325d151c305b45f2f362c4441b2855ab76367 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 6 Jan 2023 13:09:02 +0000 Subject: [PATCH] - add 217.patch for python 3.11 support - drop remove-nose.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jmespath?expand=0&rev=44 --- python-jmespath.changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-jmespath.changes b/python-jmespath.changes index 04ee571..bc70165 100644 --- a/python-jmespath.changes +++ b/python-jmespath.changes @@ -3,6 +3,8 @@ Sat Sep 17 15:41:47 UTC 2022 - Dirk Müller - update to 1.0.1: * Drop support for Python versions less than 3.7 (including Python 2). +- add 217.patch for python 3.11 support +- drop remove-nose.patch (upstream) ------------------------------------------------------------------- Mon Sep 27 03:03:07 UTC 2021 - Steve Kowalik