Changelog for
python312-six-1.16.0-5.18.noarch.rpm :
* Tue Jan 02 2024 Dirk Müller
- require setuptools
* Sun Apr 23 2023 Matej Cepl - Switch documentation to be within the main package.
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Jun 17 2021 Benjamin Greiner - provide python3
*dist(six): work around boo#1186870
* Sun May 09 2021 Dirk Müller - update to 1.16.0:- Port _SixMetaPathImporter to Python 3.10.
* Fri Oct 23 2020 Benjamin Greiner - Use %pycache_only %python_sitelib instead of %python3_sitelib
* fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348
* Tue Jun 02 2020 Dirk Mueller - update to 1.15.0: - Pull request #331: Optimize `six.ensure_str` and `six.ensure_binary`.
* Tue Mar 10 2020 Tomáš Chvátal - Do not cause buildcycle with previous change but rather install the egg-info prepared metadata from the tarball
* Mon Mar 09 2020 Dirk Mueller - use setuptools for building to support pip 10.x (bsc#1166139)
* Tue Jan 21 2020 Ondřej Súkup - update to 1.14.0
* Add `six.assertNotRegex`
* `six.moves._dummy_thread` now points to the `_thread` module on Python 3.9+. Python 3.7 and later requires threading and deprecated the `_dummy_thread` module
* Remove support for Python 2.6 and Python 3.2
* `six.wraps` now ignores missing attributes