forked from pool/python-pytest-responsemock
Accepting request 971974 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/971974 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-responsemock?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52652933f1019b8aaedae480ec230ba58728aa08904077fcce86725a90bd0ccc
|
||||
size 6553
|
||||
3
pytest-responsemock-1.1.1.tar.gz
Normal file
3
pytest-responsemock-1.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71abcebaf61f8930bd92bd643bfc9bc2891299e4e819e21fec18c8434d5dc9af
|
||||
size 6322
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 20:43:51 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.1.1
|
||||
* Made responses 0.19.0 compatible
|
||||
* Dropped support for Python 3.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 6 09:33:36 UTC 2020 - Marketa Machova <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-responsemock
|
||||
#
|
||||
# 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
|
||||
@@ -16,24 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
Name: python-pytest-responsemock
|
||||
Version: 1.0.1
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Summary: Simplified requests calls mocking for pytest
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/idlesign/pytest-responsemock
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-responsemock/pytest-responsemock-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest
|
||||
Requires: python-responses
|
||||
Requires: python-responses >= 0.18.0
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module responses}
|
||||
BuildRequires: %{python_module responses >= 0.18.0}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
@@ -57,6 +58,7 @@ Simplified requests calls mocking for pytest.
|
||||
%files %{python_files}
|
||||
%doc AUTHORS CHANGELOG README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/responsemock
|
||||
%{python_sitelib}/pytest_responsemock-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user