From 3cd5fdd3515942630b88d5b857a4de2d3fd885ea6550778c3b95eb418e310d98 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 13:44:14 +0000 Subject: [PATCH] - update to 0.9.0: * Add support for urllib3 2.0 * Fix documentation * Add support for binary serializer storage; useful with custom serializers (such as pickle based), however all builtin betamax serializers remain text based. * Fix bug with new_episodes always trying to record. * Improved documentation. * This release drops support for Python 3.3; if you are still using Python 3.3 update your Python or don't update to betamax 0.8.2. * This release is the first release that declares support for Python 3.7, however previous versions most likely worked with 3.7 as well. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-betamax?expand=0&rev=15 --- betamax-0.8.1.tar.gz | 3 --- betamax-0.9.0.tar.gz | 3 +++ python-betamax.changes | 18 ++++++++++++++++++ python-betamax.spec | 18 +++++++++--------- 4 files changed, 30 insertions(+), 12 deletions(-) delete mode 100644 betamax-0.8.1.tar.gz create mode 100644 betamax-0.9.0.tar.gz diff --git a/betamax-0.8.1.tar.gz b/betamax-0.8.1.tar.gz deleted file mode 100644 index 80ab5d6..0000000 --- a/betamax-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd050b71c2 -size 77526 diff --git a/betamax-0.9.0.tar.gz b/betamax-0.9.0.tar.gz new file mode 100644 index 0000000..c1ab25d --- /dev/null +++ b/betamax-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82316e1679bc6879e3c83318d016b54b7c9225ff08c4462de4813e22038d5f94 +size 79957 diff --git a/python-betamax.changes b/python-betamax.changes index 06db628..7fe8385 100644 --- a/python-betamax.changes +++ b/python-betamax.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Apr 20 13:42:31 UTC 2024 - Dirk Müller + +- update to 0.9.0: + * Add support for urllib3 2.0 + * Fix documentation + * Add support for binary serializer storage; useful with custom + serializers (such as pickle based), however all builtin + betamax serializers remain text based. + * Fix bug with new_episodes always trying to record. + * Improved documentation. + * This release drops support for Python 3.3; if you are still + using Python 3.3 update your Python or don't update to + betamax 0.8.2. + * This release is the first release that declares support for + Python 3.7, however previous versions most likely worked with + 3.7 as well. + ------------------------------------------------------------------- Fri Apr 21 12:22:39 UTC 2023 - Dirk Müller diff --git a/python-betamax.spec b/python-betamax.spec index 47720fd..50e1cee 100644 --- a/python-betamax.spec +++ b/python-betamax.spec @@ -1,7 +1,7 @@ # # spec file for package python-betamax # -# 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 @@ -16,20 +16,20 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-betamax -Version: 0.8.1 +Version: 0.9.0 Release: 0 Summary: A VCR imitation for python-requests License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/sigmavirus24/betamax -Source: https://pypi.io/packages/source/b/betamax/betamax-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/b/betamax/betamax-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros Requires: python-requests >= 2.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -41,15 +41,15 @@ much easier. %setup -q -n betamax-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %files %{python_files} -%defattr(-,root,root,-) %doc AUTHORS.rst README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/betamax +%{python_sitelib}/betamax-%{version}.dist-info %changelog