- update to 1.4.1:

* Replace usage of ``tmpdir`` by ``tmp_path``
  * Fix package so the ``LICENSE`` file is no longer in the root
    of the package.
  * Python 3.9 and 3.10 are now officially supported.
  * Python 2.7, 3.4 and 3.5 are no longer supported.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-datadir?expand=0&rev=6
This commit is contained in:
2023-05-04 23:14:33 +00:00
committed by Git OBS Bridge
parent 98b41554de
commit 905d937809
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 4 23:11:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.4.1:
* Replace usage of ``tmpdir`` by ``tmp_path``
* Fix package so the ``LICENSE`` file is no longer in the root
of the package.
* Python 3.9 and 3.10 are now officially supported.
* Python 2.7, 3.4 and 3.5 are no longer supported.
-------------------------------------------------------------------
Wed Dec 8 07:39:47 UTC 2021 - pgajdos@suse.com