summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-07 10:45:12 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-07 10:45:12 +0000
commit5e54171aa5af658b6233a1aaa15849334fea66e3 (patch)
tree0a570eaf0e5ab27cf9f9ace1834f6f8efcf29a9c
parent9516f8228b515c1fde1ed9861b37e40aa2483f8b (diff)
automatic import of python-responses
-rw-r--r--.gitignore1
-rw-r--r--python-responses.spec14
-rw-r--r--sources2
3 files changed, 10 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index daf2b16..2fa0f3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/responses-0.22.0.tar.gz
+/responses-0.23.1.tar.gz
diff --git a/python-responses.spec b/python-responses.spec
index 07d716c..c95de8a 100644
--- a/python-responses.spec
+++ b/python-responses.spec
@@ -1,17 +1,17 @@
%global _empty_manifest_terminate_build 0
Name: python-responses
-Version: 0.22.0
+Version: 0.23.1
Release: 1
Summary: A utility library for mocking out the `requests` Python library.
License: Apache 2.0
URL: https://github.com/getsentry/responses
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/cc/c15e28fdbc81909ac18a4c22bebe8517bbafef43947a072da6f042fbd4d5/responses-0.22.0.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fa/4f/5033bf66528c832e7fcc48e76f540bf401302c55041c7fb488b4fbaaec4a/responses-0.23.1.tar.gz
BuildArch: noarch
Requires: python3-requests
Requires: python3-urllib3
-Requires: python3-toml
-Requires: python3-types-toml
+Requires: python3-pyyaml
+Requires: python3-types-PyYAML
Requires: python3-typing-extensions
Requires: python3-pytest
Requires: python3-coverage
@@ -21,6 +21,8 @@ Requires: python3-pytest-httpserver
Requires: python3-flake8
Requires: python3-types-requests
Requires: python3-mypy
+Requires: python3-tomli-w
+Requires: python3-tomli
%description
A utility library for mocking out the ``requests`` Python library.
@@ -44,7 +46,7 @@ A utility library for mocking out the ``requests`` Python library.
Responses requires Python 3.7 or newer, and requests >= 2.22.0
%prep
-%autosetup -n responses-0.22.0
+%autosetup -n responses-0.23.1
%build
%py3_build
@@ -84,5 +86,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.22.0-1
+* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.23.1-1
- Package Spec generated
diff --git a/sources b/sources
index a55f998..e13a91f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2af2314bbf8badf8b24b36f43093139 responses-0.22.0.tar.gz
+9572e33dadb1b76ec05a3a67a31dda5e responses-0.23.1.tar.gz