15
0

- update to 8.0.2:

* Update dependencies.
  * Other minor improvements and cleanups.
  * Minor documentation fix.
  * Drop Python 3.7 support (GL#34)
  * Added a claimfile property to Lock objects
  * Switch to pdm- ackend (GL#33)
  * Use ruff for linting, since its much faster.
  * Update all dependencies eagerly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.lock?expand=0&rev=17
This commit is contained in:
2024-01-05 17:31:14 +00:00
committed by Git OBS Bridge
parent 3a61c738bd
commit ac2a1e60bf
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 5 17:22:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 8.0.2:
* Update dependencies.
* Other minor improvements and cleanups.
* Minor documentation fix.
* Drop Python 3.7 support (GL#34)
* Added a claimfile property to Lock objects
* Switch to pdm- ackend (GL#33)
* Use ruff for linting, since its much faster.
-------------------------------------------------------------------
Mon Jun 12 06:54:25 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
@@ -18,7 +30,7 @@ Wed Sep 28 15:32:42 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 7.1 (2022-08-27)
* Add support for Python 3.11.
* Update to pdm 1.3.
* Update all dependencies eagerly.
* Update all dependencies eagerly.
-------------------------------------------------------------------
Wed Aug 31 16:29:35 UTC 2022 - Markéta Machová <mmachova@suse.com>