forked from pool/python-beartype
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3854b50eaaa98bb89490be57e73c69c777a0f304574e7043ac7da98ac6a735a6
|
||||
size 928887
|
3
beartype-0.12.0.tar.gz
Normal file
3
beartype-0.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b7545b3f333a6b07042b68b102141554c9add2e979dab7b0f8ed6378f7af7d7
|
||||
size 1029204
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 13:18:26 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- 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 <yarunachalam@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user