diff --git a/python-responses.changes b/python-responses.changes index bb8c62d..357d533 100644 --- a/python-responses.changes +++ b/python-responses.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 28 20:56:31 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-responses.spec b/python-responses.spec index 8aea1b5..8028df8 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-responses -Version: 0.25.3 +Version: 0.25.7 Release: 0 Summary: A utility library for mocking out the `requests` Python library License: Apache-2.0 @@ -74,6 +74,6 @@ export PYTHONIOENCODING="utf_8" %doc CHANGES README.rst %license LICENSE %{python_sitelib}/responses -%{python_sitelib}/responses-%{version}*-info +%{python_sitelib}/responses-%{version}.dist-info %changelog diff --git a/responses-0.25.3.tar.gz b/responses-0.25.3.tar.gz deleted file mode 100644 index 818b2c9..0000000 --- a/responses-0.25.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:617b9247abd9ae28313d57a75880422d55ec63c29d33d629697590a034358dba -size 77798 diff --git a/responses-0.25.7.tar.gz b/responses-0.25.7.tar.gz new file mode 100644 index 0000000..3038a84 --- /dev/null +++ b/responses-0.25.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebae11405d7a5df79ab6fd54277f6f2bc29b2d002d0dd2d5c632594d1ddcedb +size 79203