From d262951301143988e8f2728992dfa1a3cec5e1522f2de9cb97f298b2ac6e2b5c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 25 Jan 2023 13:19:47 +0000 Subject: [PATCH] - Disable test_beartype_in_sphinx, broken with sphinx 6.1.3 gh#beartype/beartype#209 - Update to version 0.12.0 Change log - https://github.com/beartype/beartype/releases OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beartype?expand=0&rev=5 --- beartype-0.11.0.tar.gz | 3 --- beartype-0.12.0.tar.gz | 3 +++ python-beartype.changes | 8 ++++++++ python-beartype.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 beartype-0.11.0.tar.gz create mode 100644 beartype-0.12.0.tar.gz diff --git a/beartype-0.11.0.tar.gz b/beartype-0.11.0.tar.gz deleted file mode 100644 index 543d18b..0000000 --- a/beartype-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3854b50eaaa98bb89490be57e73c69c777a0f304574e7043ac7da98ac6a735a6 -size 928887 diff --git a/beartype-0.12.0.tar.gz b/beartype-0.12.0.tar.gz new file mode 100644 index 0000000..b16b2f2 --- /dev/null +++ b/beartype-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7545b3f333a6b07042b68b102141554c9add2e979dab7b0f8ed6378f7af7d7 +size 1029204 diff --git a/python-beartype.changes b/python-beartype.changes index 928f694..fbaf567 100644 --- a/python-beartype.changes +++ b/python-beartype.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 25 13:18:26 UTC 2023 - Daniel Garcia + +- Disable test_beartype_in_sphinx, broken with sphinx 6.1.3 + gh#beartype/beartype#209 +- Update to version 0.12.0 + Change log - https://github.com/beartype/beartype/releases + ------------------------------------------------------------------- Wed Oct 12 02:44:23 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-beartype.spec b/python-beartype.spec index 0520bcb..b872e8f 100644 --- a/python-beartype.spec +++ b/python-beartype.spec @@ -1,7 +1,7 @@ # # spec file for package python-beartype # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-beartype -Version: 0.11.0 +Version: 0.12.0 Release: 0 Summary: Unbearably fast runtime type checking in pure Python License: MIT @@ -70,7 +69,8 @@ Unbearably fast runtime type checking in pure Python. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -k 'not (test_doc_readme or test_sphinx or test_pep561_mypy)' +# Disable test_beartype_in_sphinx, broken with sphinx 6.1.3 gh#beartype/beartype#209 +%pytest -k 'not (test_doc_readme or test_sphinx or test_pep561_mypy or test_beartype_in_sphinx)' %files %{python_files} %doc README.rst