14
0

- Update to 3.2.0:

* fix subtest referencing objects (#220) 
  * Avoid including empty system-out and system-err when reporting
  * explicitly require lxml (#232)
  * make time measurements monotonic (#231)
  * Add outsuffix option (#238)
  * Used unittest.TextTestResult instead of an alias _TextTestResult
    removed in Python 3.11
  * Used assertRegex() instead of an alias assertRegexpMatches() removed
    in Python 3.11
  * Fix typo in tests/django_test.py.
  * Update Django testing.
  * Add LICENSE to tarball
- Switch to pyproject macros.
- Refresh python-311.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unittest-xml-reporting?expand=0&rev=32
This commit is contained in:
2024-01-30 05:54:30 +00:00
committed by Git OBS Bridge
parent 83f524556a
commit 189208fddc
5 changed files with 39 additions and 17 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jan 30 05:50:30 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.0:
* fix subtest referencing objects (#220)
* Avoid including empty system-out and system-err when reporting
* explicitly require lxml (#232)
* make time measurements monotonic (#231)
* Add outsuffix option (#238)
* Used unittest.TextTestResult instead of an alias _TextTestResult
removed in Python 3.11
* Used assertRegex() instead of an alias assertRegexpMatches() removed
in Python 3.11
* Fix typo in tests/django_test.py.
* Update Django testing.
* Add LICENSE to tarball
- Switch to pyproject macros.
- Refresh python-311.patch.
-------------------------------------------------------------------
Mon Feb 20 08:50:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>