forked from pool/python-beartype
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
feb0d76c55 | |||
126ffc764b | |||
308f9e8411 | |||
79175b0630 | |||
1a17d42318 | |||
c1994b35fa | |||
54d69b6bc3 | |||
62e620f0c5 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:264ddc2f1da9ec94ff639141fbe33d22e12a9f75aa863b83b7046ffff1381927
|
||||
size 1193506
|
3
beartype-0.21.0.tar.gz
Normal file
3
beartype-0.21.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9a5078f5ce87261c2d22851d19b050b64f6a805439e8793aecf01ce660d3244
|
||||
size 1437066
|
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 08:28:04 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Update to 0.21.0
|
||||
* see upstream release announcement:
|
||||
https://github.com/beartype/beartype/releases/tag/v0.21.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 23 21:35:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.20.2:
|
||||
* @beartype `0.20.2` apologizes for the bald-faced
|
||||
transgressions of @beartype `0.20.1`, which tried to resolve
|
||||
issue #512 for @rg936672 but mostly did nothing except sit
|
||||
around and read fantasy books.
|
||||
- update to 0.20.1:
|
||||
* @beartype `0.20.1` materializes before your astonished
|
||||
keyboard with an explosive fizzy sizzling not unlike that of
|
||||
a flimsy soda can bursting its aluminum seams all over your
|
||||
astonished keyboard:
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 10:29:41 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update to 0.20.0:
|
||||
* see upstream release announcement:
|
||||
https://github.com/beartype/beartype/releases/tag/v0.20.0
|
||||
- Drop fix-python313.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 17:09:42 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Update to 0.19.0:
|
||||
* see upstream release announcement:
|
||||
https://github.com/beartype/beartype/releases/tag/v0.19.0
|
||||
- Add fix-python313.patch to fix tests under Python 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 08:59:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-beartype
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,13 @@
|
||||
|
||||
|
||||
Name: python-beartype
|
||||
Version: 0.18.5
|
||||
Version: 0.21.0
|
||||
Release: 0
|
||||
Summary: Unbearably fast runtime type checking in pure Python
|
||||
License: MIT
|
||||
URL: https://github.com/beartype/beartype
|
||||
Source: https://files.pythonhosted.org/packages/source/b/beartype/beartype-%{version}.tar.gz
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@@ -30,11 +31,15 @@ BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module mypy >= 0.800}
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module numba}
|
||||
BuildRequires: %{python_module numpy}
|
||||
BuildRequires: %{python_module pytest >= 4.0.0}
|
||||
BuildRequires: %{python_module torch}
|
||||
BuildRequires: %{python_module typing_extensions}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Suggests: python-torch
|
||||
Suggests: python-numba
|
||||
Suggests: python-typing_extensions >= 3.10.0.0
|
||||
Suggests: python-coverage >= 5.5
|
||||
Suggests: python-sphinx
|
||||
|
Reference in New Issue
Block a user