- 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:
Thomas Bechtold
2018-12-13 09:24:34 +00:00
committed by Git OBS Bridge
parent de5d41b869
commit bc0491a92c
4 changed files with 16 additions and 6 deletions

View File

@@ -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