forked from pool/python-betamax
- update to 0.8.1:
- Previous attempts to sanitize cassette names were incomplete. Sanitization has become more thorough which could have some affects on existing cassette files. **This may cause new cassettes to be generated.** - Fix bug where there may be an exception raised in a ``betamax.exceptions.BetamaxError`` repr. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-betamax?expand=0&rev=10
This commit is contained in:
parent
de5d41b869
commit
bc0491a92c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c480852a70a1bb57bd3f505107ffc293185e26fdaf45e538478e675fd9c8a1
|
||||
size 78398
|
BIN
betamax-0.8.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
betamax-0.8.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 13 09:23:17 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 0.8.1:
|
||||
- Previous attempts to sanitize cassette names were incomplete.
|
||||
Sanitization has become more thorough which could have some affects on
|
||||
existing cassette files. **This may cause new cassettes to be generated.**
|
||||
- Fix bug where there may be an exception raised in a
|
||||
``betamax.exceptions.BetamaxError`` repr.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 16 15:57:27 UTC 2017 - dmueller@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-betamax
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-betamax
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: A VCR imitation for python-requests
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user