- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-responses?expand=0&rev=65
This commit is contained in:
parent
8d0be16572
commit
16ef75752a
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 08:19:57 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b127c6ca3f8df0eb9cc82fd93109a3007a86acb24871834c47b77765152ecf8c
|
||||
size 77530
|
3
responses-0.25.0.tar.gz
Normal file
3
responses-0.25.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01ae6a02b4f34e39bffceb0fc6786b67a25eae919c6368d05eabc8d9576c2a66
|
||||
size 77681
|
Loading…
Reference in New Issue
Block a user