Changelog for
python310-testtools-2.7.2-ku.2.5.noarch.rpm :
* Mon Sep 23 2024 Markéta Machová
- Update to 2.7.2
* Treat methodName=\"runTest\" similar to unittest.TestCase, fixes compatibility with pytest 8.3. (Natanael Copa, #372)
* Use ruff for linting. (Jelmer Vernooij)
* Fix compatibility with Python 3.12.1. (Matthew Treinish)
* Deprecate SkippedTest exception. (Stephen Finucane)
* Drop support for Python 3.7. (Jelmer Vernooij)- Drop merged pytest82.patch- Add upstream twisted.patch to fix tests with new Twisted
* Fri May 17 2024 Markéta Machová - Add pytest82.patch to fix functionality with the new pytest.
* Wed May 08 2024 Steve Kowalik - Drop the now unneeded rpmlintrc.- Clean up BuildRequires and Requires to match reality.- Add missing _multibuild file.
* Sat Dec 30 2023 Dirk Müller - update to 2.7.1:
* Remove various unused imports.
* Fix build backend. This should prevent version from being set when building wheels.
* Fix compatibility with Python 3.12.
* Add typing in various modules (still lacking full coverage).
* Drop the \'test\' command for distutils. This has been deprecated since 2.6.0. (Jelmer Vernooij)
* Drop support for Python 3.6.
* Thu May 04 2023 Dirk Müller - update to 2.6.0:
* Add support for Python 3.10 and 3.11.
* Drop support for Python 3.5 (EOL).
* Use ``CompoundFixture`` from ``fixtures>=2.0`` rather than rolling our own.
* Make ``TestCase`` hashable.
* Prevent ``AttributeError`` in ``TestCase.__eq__`` for objects lacking a ``__dict__`` attribute.
* Replace deprecated ``cgi`` module usage with ``email``.
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Mon Nov 21 2022 Matej Cepl - Skip rpmlint error python-tests-in-package.
* Fri Nov 11 2022 pgajdosAATTsuse.com- silent rpmlint
* Fri Nov 11 2022 pgajdosAATTsuse.com- python-six is not required
* Sat Oct 16 2021 Dirk Müller - update to 2.5.0:
* Update testtools/compat.py
* Note Python 3.5 is EOL and will be dropped after the next release
* Fix for Python 3.10
* Add python 3.10 to ci configuration
* testtools.compat: provide BytesIO, StringIO again
* Add support for Python 3.9
* Update and simplify workflow
* Fix UserWarning: Usage of dash-separated ...
* Fix tests with Python 3.10
* Remove mimeparse dependency
* trivial: Cleanup imports
* Re-introduce \'try\\_imports\'
* Remove use of \'try\\_imports\'
* tox: Don\'t skip sdist
* Remove use of \'safe\\_hasattr\'
* NEWS: Add note about unittest2 removal
* Fix github actions
* Update testtools/content.py
* Update tox.ini
* Update github actions config to use release 3.9
* Drop traceback2 in favor of traceback and remove unused linecache2
* Update tox.ini
* Add tox.ini file
* Remove tox.ini file
* restore testtools/tests/test\\_testcase.py
* Remove unittest2 from setup.cfg and add tox.ini file
* Remove unrelated change
* Restore test\\_spinner.py
* Remove unused try\\_import
* Test on Python 3.9-dev
* Compare items using sets instead of sequences
* Add implementation for legacy assertItemsEqual existing in unittest2 library
* Do actually remove all references to unittest2 library
* Remove the travis config
* Add back travis config
* Update testtools/testcase.py
* Limit use of unittest2 to old Python versions
* Fix syntax error test for Python 3.9
* Remove Travis CI config
* Test on GitHub Actions
* Remove stray six import
* Testtools 2.4.0 is the last to support Python 2.7- remove python-testtools-no-unittest2.patch (upstream)