14
0

- Update to 2.0.2

* Skip testBasicSortTests in general (Kelledin)
  * Add a TestResourceManager.id() API for letting test results
    report about a resource identity (freeekanayaka)
  * Refactor failIf to assertFalse for Python 3.12 Compatibility (cjwatson)
  * Add support for Python >=3.10 (jelmer)
- Drop use-correct-assertions.patch, merged upstream
- Refresh testresources-flaky-tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testresources?expand=0&rev=29
This commit is contained in:
2025-05-17 08:59:41 +00:00
committed by Git OBS Bridge
parent d098179271
commit 6269b7ebdb
6 changed files with 21 additions and 53 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 16 06:21:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.0.2
* Skip testBasicSortTests in general (Kelledin)
* Add a TestResourceManager.id() API for letting test results
report about a resource identity (freeekanayaka)
* Refactor failIf to assertFalse for Python 3.12 Compatibility (cjwatson)
* Add support for Python >=3.10 (jelmer)
- Drop use-correct-assertions.patch, merged upstream
- Refresh testresources-flaky-tests.patch
-------------------------------------------------------------------
Wed May 8 06:37:08 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>