forked from pool/python-responses
- update to 0.25.7:
* Added support for python 3.13 * Added py.typed to package_data * Responses can now match requests that use `data` with file- like objects. * Files will be read as bytes and stored in the request mock. * `RequestsMock.matchers` was added. This property is an alias to `responses.matchers`. See #739 * Removed tests from packaged wheels. See #746 * Improved recorder API to ease use in REPL environments. See #745 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=73
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 20:56:31 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.25.7:
|
||||||
|
* Added support for python 3.13
|
||||||
|
* Added py.typed to package_data
|
||||||
|
* Responses can now match requests that use `data` with file-
|
||||||
|
like objects.
|
||||||
|
* Files will be read as bytes and stored in the request mock.
|
||||||
|
* `RequestsMock.matchers` was added. This property is an alias
|
||||||
|
to `responses.matchers`. See #739
|
||||||
|
* Removed tests from packaged wheels. See #746
|
||||||
|
* Improved recorder API to ease use in REPL environments. See
|
||||||
|
#745
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 20 12:40:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 20 12:40:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-responses
|
# spec file for package python-responses
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-responses
|
Name: python-responses
|
||||||
Version: 0.25.3
|
Version: 0.25.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A utility library for mocking out the `requests` Python library
|
Summary: A utility library for mocking out the `requests` Python library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -74,6 +74,6 @@ export PYTHONIOENCODING="utf_8"
|
|||||||
%doc CHANGES README.rst
|
%doc CHANGES README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/responses
|
%{python_sitelib}/responses
|
||||||
%{python_sitelib}/responses-%{version}*-info
|
%{python_sitelib}/responses-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
responses-0.25.3.tar.gz
(Stored with Git LFS)
BIN
responses-0.25.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
responses-0.25.7.tar.gz
Normal file
3
responses-0.25.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8ebae11405d7a5df79ab6fd54277f6f2bc29b2d002d0dd2d5c632594d1ddcedb
|
||||||
|
size 79203
|
Reference in New Issue
Block a user