- update to 0.6.0:

* Replaced distutils with packaging; the latter now a required
    dependency.
  * Dropped support for Python 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-openfiles?expand=0&rev=11
This commit is contained in:
2024-10-24 08:54:47 +00:00
committed by Git OBS Bridge
parent 39ef5e8b01
commit a463bdd6a7
4 changed files with 21 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Oct 24 08:54:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* Replaced distutils with packaging; the latter now a required
dependency.
* Dropped support for Python 3.6.
-------------------------------------------------------------------
Sun Apr 19 14:30:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>