1
0

- Update to 1.1.0:

* Added build for Python 3.10
  * Drop support of Python 3.5 & 3.6 
- Drop mock from BuildRequires, it has always fallen back to stdlib.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-click?expand=0&rev=7
This commit is contained in:
Steve Kowalik 2022-03-16 04:11:32 +00:00 committed by Git OBS Bridge
parent 7c9be09c15
commit 566fb37ccd
4 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 16 04:10:33 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.1.0:
* Added build for Python 3.10
* Drop support of Python 3.5 & 3.6
- Drop mock from BuildRequires, it has always fallen back to stdlib.
-------------------------------------------------------------------
Wed Oct 7 18:42:23 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pytest-click
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,14 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-click
Version: 1.0.2
Version: 1.1.0
Release: 0
Summary: Pytest plugin for Click
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Stranger6667/pytest-click
Source: https://github.com/Stranger6667/pytest-click/archive/v%{version}.tar.gz#/pytest-click-%{version}.tar.gz
BuildRequires: %{python_module mock}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros