- remove py38.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=8
This commit is contained in:
Dirk Mueller 2020-09-16 19:07:38 +00:00 committed by Git OBS Bridge
parent 8a2ec6084e
commit 630eb0eb27

View File

@ -7,6 +7,7 @@ Wed Sep 16 11:27:37 UTC 2020 - Dirk Mueller <dmueller@suse.com>
* 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 <tchvatal@suse.com>