Accepting request 487006 from home:alarrosa:branches:devel:languages:python

singlespec version of python3-responses

OBS-URL: https://build.opensuse.org/request/show/487006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=1
This commit is contained in:
Todd R 2017-04-24 16:27:22 +00:00 committed by Git OBS Bridge
commit 204672f7a6
5 changed files with 108 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

10
python-responses.changes Normal file
View File

@ -0,0 +1,10 @@
-------------------------------------------------------------------
Mon Apr 10 08:27:34 UTC 2017 - alarrosa@suse.com
- Update for singlespec
-------------------------------------------------------------------
Thu Jan 19 14:30:17 UTC 2017 - alarrosa@suse.com
- Initial release

71
python-responses.spec Normal file
View File

@ -0,0 +1,71 @@
#
# spec file for package python-responses
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-responses
Version: 0.5.1
Release: 0
Summary: A utility library for mocking out the `requests` Python library
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/getsentry/responses
Source: https://files.pythonhosted.org/packages/source/r/responses/responses-0.5.1.tar.gz
BuildRequires: %{python_module cookies}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module requests >= 2.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
# test requirements}
BuildRequires: %{python_module coverage >= 3.7.1}
BuildRequires: %{python_module flake8}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: python-rpm-macros
Requires: python-cookies
Requires: python-requests >= 2.0
Requires: python-six
Suggests: python-pytest
Suggests: python-coverage >= 3.7.1
Suggests: python-pytest-cov
Suggests: python-flake8
Suggests: python-mock
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
A utility library for mocking out the requests Python library.
Check https://github.com/getsentry/responses for more information
about the library.
%prep
%setup -q -n responses-%{version}
%build
%python_build
%install
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES LICENSE README.rst
%{python_sitelib}/*
%changelog

3
responses-0.5.1.tar.gz Normal file
View File

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