diff --git a/python-responses.changes b/python-responses.changes index 3ac5074..187e653 100644 --- a/python-responses.changes +++ b/python-responses.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 14 08:19:57 UTC 2024 - Dirk Müller + +- update to 0.25.0: + * Added support for Python 3.12 + * Fixed `matchers.header_matcher` not failing when a matched + header is missing from the request. See #702 + ------------------------------------------------------------------- Mon Nov 27 18:39:54 UTC 2023 - Dirk Müller diff --git a/python-responses.spec b/python-responses.spec index bbe8ab8..c4c7261 100644 --- a/python-responses.spec +++ b/python-responses.spec @@ -1,7 +1,7 @@ # # spec file for package python-responses # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.24.1 +Version: 0.25.0 Release: 0 Summary: A utility library for mocking out the `requests` Python library License: Apache-2.0 diff --git a/responses-0.24.1.tar.gz b/responses-0.24.1.tar.gz deleted file mode 100644 index cf23fd4..0000000 --- a/responses-0.24.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b127c6ca3f8df0eb9cc82fd93109a3007a86acb24871834c47b77765152ecf8c -size 77530 diff --git a/responses-0.25.0.tar.gz b/responses-0.25.0.tar.gz new file mode 100644 index 0000000..d35a87a --- /dev/null +++ b/responses-0.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ae6a02b4f34e39bffceb0fc6786b67a25eae919c6368d05eabc8d9576c2a66 +size 77681