- 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66920bf1c62928b079d0e611379111a0d49f10a9509ced54c8269514ccce6ee3
size 12718

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be21c558e34d7c11b0f6aeb50956c09520bffcd02b7fce9c6f8e8531a401a1c8
size 13227

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-remotedata
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-pytest-remotedata
Version: 0.3.3
Version: 0.4.0
Release: 0
Summary: Pytest plugin for controlling remote data access
License: BSD-3-Clause