summaryrefslogtreecommitdiff
path: root/python-responses.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-responses.spec')
-rw-r--r--python-responses.spec14
1 files changed, 8 insertions, 6 deletions
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