diff --git a/beartype-0.17.2.tar.gz b/beartype-0.17.2.tar.gz deleted file mode 100644 index 4253c33..0000000 --- a/beartype-0.17.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e911e1ae7de4bccd15745f7643609d8732f64de5c2fb844e89cbbed1c5a8d495 -size 1133779 diff --git a/beartype-0.18.4.tar.gz b/beartype-0.18.4.tar.gz new file mode 100644 index 0000000..47ab430 --- /dev/null +++ b/beartype-0.18.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49857bbad7294d729a82be98496a3d5a67907058d17398af75b056acee46e820 +size 1188521 diff --git a/python-beartype.changes b/python-beartype.changes index 9ba4800..a2bdf4c 100644 --- a/python-beartype.changes +++ b/python-beartype.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Apr 20 13:46:02 UTC 2024 - Dirk Müller + +- update to 0.18.4: + * resolves a critical low-level issue in dynamic type-checking + code generator for **nested tuple-in-dictionary type hints** +- update to 0.18.3: + * Beartype 0.18.3 is for @iamrecursion and @sylvorg. May their + usernames live forever in `git log` infamy. In this release, + a few more bugs die. +- update to 0.18.2: + * This patch release temporarily squelches (i.e., silences) + a low-level `assert` + statement erroneously performed during @beartype's dynamic + code generation loop. +- update to 0.18.0: + * We're *finally* type-checking general-purpose Python containers. + ------------------------------------------------------------------- Fri Feb 16 12:38:14 UTC 2024 - Ben Greiner diff --git a/python-beartype.spec b/python-beartype.spec index 97323f0..ba51dc2 100644 --- a/python-beartype.spec +++ b/python-beartype.spec @@ -17,7 +17,7 @@ Name: python-beartype -Version: 0.17.2 +Version: 0.18.4 Release: 0 Summary: Unbearably fast runtime type checking in pure Python License: MIT