- update to 0.4.0:

* ``-R`` is added as a short version for the command-line
    option ``--remote-data``. [#62]
  * Version of Python <3.7 are no longer supported. [#65]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-remotedata?expand=0&rev=11
This commit is contained in:
2023-05-04 22:43:00 +00:00
committed by Git OBS Bridge
parent e6781f5da7
commit 0fd75b9ab8
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 4 22:41:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.4.0:
* ``-R`` is added as a short version for the command-line
option ``--remote-data``. [#62]
* Version of Python <3.7 are no longer supported. [#65]
-------------------------------------------------------------------
Thu Aug 11 10:42:42 UTC 2022 - Ben Greiner <code@bnavigator.de>