15
0
forked from pool/python-rope

- Add assertEquals.patch, obsolete_escape_strings.patch, and

Python38-compatibility.patch to deal with various deprecated
  warnings.
- Switch off three tests to make the test suite pass under Python
  3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=35
This commit is contained in:
2020-03-09 09:55:16 +00:00
committed by Git OBS Bridge
parent 47f90583fe
commit dcbe97ef6d
6 changed files with 624 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 9 10:54:00 CET 2020 - Matej Cepl <mcepl@suse.com>
- Add assertEquals.patch, obsolete_escape_strings.patch, and
Python38-compatibility.patch to deal with various deprecated
warnings.
- Switch off three tests to make the test suite pass under Python
3.8.
-------------------------------------------------------------------
Thu Mar 5 12:18:53 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>