forked from pool/python-queuelib
* 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
85 lines
2.8 KiB
Plaintext
85 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed May 28 08:41:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 1.8.0
|
|
* 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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 10 09:52:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.7.0:
|
|
* Added support for Python 3.10-3.12 and PyPy 3.10
|
|
* Removed support for Python 3.5-3.7
|
|
* Improved type annotations and added the ``py.typed`` file
|
|
* Added ``pre-commit`` configuration
|
|
* Improved linting and CI configuration
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 6 09:07:34 UTC 2021 - pgajdos@suse.com
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 15 10:20:46 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- fix requires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:53:30 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 16 18:52:21 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Update to version 1.5.0
|
|
* rename Queue -> RRQueue
|
|
* start_keys -> start_domains
|
|
* Remove print
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 21 22:38:02 UTC 2017 - mpluskal@suse.com
|
|
|
|
- Update to version 1.4.2:
|
|
* No upstream changelog available
|
|
- Convert to singlespec
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 9 16:52:07 UTC 2014 - toms@opensuse.org
|
|
|
|
- Initial version 1.1.1
|
|
|