From 630eb0eb279ace4b19d7cafaf2aa6ae1bffcd21e4cd0ab41c91889e732bc8414 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 16 Sep 2020 19:07:38 +0000 Subject: [PATCH] - remove py38.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=8 --- python-immutables.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/python-immutables.changes b/python-immutables.changes index a358135..6decb47 100644 --- a/python-immutables.changes +++ b/python-immutables.changes @@ -7,6 +7,7 @@ Wed Sep 16 11:27:37 UTC 2020 - Dirk Mueller * Fix pure-Python implementation to accept keyword argument * Fix the mutation API to maintain elements count correctly * Allow None to be used as key in pure-Python implementation. +- remove py38.patch (upstream) ------------------------------------------------------------------- Mon Mar 9 08:33:40 UTC 2020 - Tomáš Chvátal