Accepting request 657780 from devel:languages:python

- 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.
- Use %license macro

OBS-URL: https://build.opensuse.org/request/show/657780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-betamax?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-12-13 18:49:42 +00:00 committed by Git OBS Bridge
commit 2822a297c3
4 changed files with 19 additions and 7 deletions

View File

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

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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.
- Use %license macro
-------------------------------------------------------------------
Tue May 16 15:57:27 UTC 2017 - dmueller@suse.com

View File

@ -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
@ -47,7 +47,8 @@ much easier.
%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS.rst LICENSE README.rst
%doc AUTHORS.rst README.rst
%license LICENSE
%{python_sitelib}/*
%changelog