- Update to 1.3.1:

* Add python_requires to setup.py so pip will not try to install
    pytest-datadir in incompatible Python versions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-datadir?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-11-05 10:59:15 +00:00
committed by Git OBS Bridge
parent 0fca5356c5
commit 7505f97cf5
4 changed files with 15 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 5 10:57:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.3.1:
* Add python_requires to setup.py so pip will not try to install
pytest-datadir in incompatible Python versions.
-------------------------------------------------------------------
Thu Mar 21 02:06:40 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>