From 204672f7a665c987d1838e7fc1231f2954bdee59f125f787c6d6d516c37adcc4 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 24 Apr 2017 16:27:22 +0000 Subject: [PATCH] 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 --- .gitattributes | 23 +++++++++++++ .gitignore | 1 + python-responses.changes | 10 ++++++ python-responses.spec | 71 ++++++++++++++++++++++++++++++++++++++++ responses-0.5.1.tar.gz | 3 ++ 5 files changed, 108 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 python-responses.changes create mode 100644 python-responses.spec create mode 100644 responses-0.5.1.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/python-responses.changes b/python-responses.changes new file mode 100644 index 0000000..8f0b019 --- /dev/null +++ b/python-responses.changes @@ -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 + diff --git a/python-responses.spec b/python-responses.spec new file mode 100644 index 0000000..a7bf17b --- /dev/null +++ b/python-responses.spec @@ -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 diff --git a/responses-0.5.1.tar.gz b/responses-0.5.1.tar.gz new file mode 100644 index 0000000..59bcc47 --- /dev/null +++ b/responses-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cad64c45959a651ceaf0023484bd26180c927fea64a81e63d334ddf6377ecea +size 10164