Changelog for
python310-python-subunit-1.4.2-46.d_t.6.noarch.rpm :
* Thu Jul 13 2023 Johannes Kastl
- remove hardcoded python executable names from Makefile and test scripts- Use python_subpackage_only 1 everywhere, not only on Tumbleweed and Leap 15.5
* Mon Jul 03 2023 ecsos - Add %{?sle15_python_module_pythons}- Use python_subpackage_only 1 from Tumbleweed for Leap 15.5 also.
* Fri Mar 24 2023 Johannes Kastl - set PYTHON environment variable in %build step, to allow builds even if /usr/bin/python3 does not exist
* Mon Feb 20 2023 Matej Cepl - Upgrade to 1.4.2: - IMPROVEMENTS
* Drop various compatibility wrappers for Python < 3.6.
* Add support for Python 3.9
* Add support for Python 3.10
* Drop support for Python 2.7, 3.4, and 3.5
* Convert python scripts to entry_points.
* Migrate CI from travis to GitHub actions.
* Add options to output filter to set timestamps.
* Remove dependency on unittest2. - BUGFIXES
* Fix \"subunit-filter --fixup-expected-failures\" on Python 3.
* Fix tests with testtools >= 2.5.0.
* Mark rawstrings as such, fixing warnings.- Remove upstreamed patch python38-failing-tests.patch
* Mon May 09 2022 mceplAATTcepl.eu- Update to version 1.4.0+git.1643134405.a629de4:
* Explicitly invoke python3.
* Check minimum version of Python in configure.ac.
* Add testing for Python 3.10
* Stop using io imports from testtools
* Remove logic for Python < 3.6
* Drop support for Python 2.7, 3.5
* Sat Oct 16 2021 mceplAATTcepl.eu- Update to version 1.4.0+git.1627548288.c87ffbd:
* Update NEWS
* Handle different SyntaxError output in testtools 2.5.0
* Sort Content-Type parameters when writing details
* Import six from the right place
* Pivot CI to github actions
* Revert \"Merge pull request #17 from mtreinish/timestamp-output\"
* fix trailing comma
* Fix imports from testtools.compat
* python: Mark rawstrings as such
* run everything on focal, except pypy3.5 which only runs on xenial
* add missing reference
* add current pythons
* drop Python 3.4 support
* Unittest from testtools doesn\'t work, use the one from stdlib.
* Acommodate review requests.
* Fix timestamp test copy paste error
* Add options to output filter to set timestamps
* Remove dependency on unittest2- remove remove_unittest2.patch (upstream)
* Mon May 24 2021 Steve Kowalik - Run the subunit filters under python3.- Remove duplicate BuildRequires.
* Thu Mar 25 2021 Ben Greiner - Can\'t assume non-existence of python38 macros in Leap. gh#openSUSE/python-rpm-macros#107 Test for suse_version instead. Only Tumbleweed has and needs the python_subpackage_only support.
* Thu Dec 03 2020 Benjamin Greiner - Support multiple python flavors in python subpackage gh#openSUSE/python-rpm-macros#66
* Fri Jun 05 2020 Matej Cepl - Add remove_unittest2.patch to remove dependency on unittest2
* Tue Mar 31 2020 mceplAATTcepl.eu- Update to version 1.4.0+git.1584197985.0e9f67b:
* Release 1.4.0.
* Correctly handle py3 RawIOBase read()
* Wed Mar 11 2020 mceplAATTcepl.eu- Update to version 1.3.0+git.1583777524.8fb3e0c:
* trivial: Fix indentation
* Add license to setup.py
* Update setup.py
* Add support for new python versions and update pkg metadata
* Remove broken Python 2.6 travis CI job
* Check written bytes are not None before summing them to offset
* Fix file open for python3
* Stop running 3.3 on travis.- Switch off building python2 bindings.- Add python38-failing-tests.patch to skip failing tests.
* Wed Mar 11 2020 Matej Cepl - Add python38-failing-tests.patch skipping failing tests