From 566fb37ccd8a69975872defe85eaa8eb7097d5d98d7686f79b39a166b6a38fee Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 16 Mar 2022 04:11:32 +0000 Subject: [PATCH] - 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 --- pytest-click-1.0.2.tar.gz | 3 --- pytest-click-1.1.0.tar.gz | 3 +++ python-pytest-click.changes | 8 ++++++++ python-pytest-click.spec | 6 ++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 pytest-click-1.0.2.tar.gz create mode 100644 pytest-click-1.1.0.tar.gz diff --git a/pytest-click-1.0.2.tar.gz b/pytest-click-1.0.2.tar.gz deleted file mode 100644 index da1a33c..0000000 --- a/pytest-click-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41a410fcc4ecd7eac0255b53c175b20b5010d7e86864e49041de7f31467f43d2 -size 7168 diff --git a/pytest-click-1.1.0.tar.gz b/pytest-click-1.1.0.tar.gz new file mode 100644 index 0000000..8fd23fb --- /dev/null +++ b/pytest-click-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0481c198a3c9dee978af16b511cc4dc5b5cafcfe1dcf7cf791819cd8fcc1f2c4 +size 8974 diff --git a/python-pytest-click.changes b/python-pytest-click.changes index b119fd4..695fda2 100644 --- a/python-pytest-click.changes +++ b/python-pytest-click.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 16 04:10:33 UTC 2022 - Steve Kowalik + +- 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 diff --git a/python-pytest-click.spec b/python-pytest-click.spec index c655c98..46604e0 100644 --- a/python-pytest-click.spec +++ b/python-pytest-click.spec @@ -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