- Update to 3.2.0:

* Converted setuptools metadata to configuration file
  * Convert reading entrypoints to use importlib.metadata.
    Depend on importlib-metadata on Python < 3.8.
  * Update Python support to 3.5-3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-01-06 13:09:04 +00:00
committed by Git OBS Bridge
parent df55719333
commit d415652bab
4 changed files with 18 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 6 13:03:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.2.0:
* Converted setuptools metadata to configuration file
* Convert reading entrypoints to use importlib.metadata.
Depend on importlib-metadata on Python < 3.8.
* Update Python support to 3.5-3.8.
-------------------------------------------------------------------
Mon Sep 9 09:20:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>