diff --git a/betamax-0.8.0.tar.gz b/betamax-0.8.0.tar.gz deleted file mode 100644 index d8c248d..0000000 --- a/betamax-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82c480852a70a1bb57bd3f505107ffc293185e26fdaf45e538478e675fd9c8a1 -size 78398 diff --git a/betamax-0.8.1.tar.gz b/betamax-0.8.1.tar.gz new file mode 100644 index 0000000..80ab5d6 --- /dev/null +++ b/betamax-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd050b71c2 +size 77526 diff --git a/python-betamax.changes b/python-betamax.changes index 3c9a627..38fdfc0 100644 --- a/python-betamax.changes +++ b/python-betamax.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Dec 13 09:23:17 UTC 2018 - Thomas Bechtold + +- 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 diff --git a/python-betamax.spec b/python-betamax.spec index 7c5d901..d4b0d35 100644 --- a/python-betamax.spec +++ b/python-betamax.spec @@ -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