* Added support for Python 3.13 and PyPy 3.11
* Removed support for Python 3.8
* Queue classes now accept ``os.PathLike`` paths
* Fixed test failures on Windows
* Switched the build system to ``hatchling``
* Improved linting and CI configuration
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Update BuildRequires from pyproject.toml
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-queuelib?expand=0&rev=13
- version update to 1.6.2
Version 1.6.2
-------------
(released on August 26th, 2021)
No functionality changes with respect to 1.6.1
* Added `python_requires>=3.5` to `setup.py`
* Formatted the codebase with `black`
* Added type annotations
* Added CI checks for typing, security and linting
Version 1.6.1
-------------
(released on April 21st, 2021)
No code changes with respect to 1.6
* Migrate CI to GitHub actions
* Fix release
Version 1.6
-----------
(released on April 21st, 2021)
* Add peek support
* Remove py2 support
* Full test coverage
OBS-URL: https://build.opensuse.org/request/show/917055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-queuelib?expand=0&rev=10