From 0c9a89f1bdfb652d3ebdd67faaf92b03eabe385a271e2710e1623005cfe01dba Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Mar 2025 21:36:51 +0000 Subject: [PATCH] - 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: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beartype?expand=0&rev=29 --- beartype-0.20.0.tar.gz | 3 --- beartype-0.20.2.tar.gz | 3 +++ python-beartype.changes | 14 ++++++++++++++ python-beartype.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 beartype-0.20.0.tar.gz create mode 100644 beartype-0.20.2.tar.gz diff --git a/beartype-0.20.0.tar.gz b/beartype-0.20.0.tar.gz deleted file mode 100644 index fd7da37..0000000 --- a/beartype-0.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:599ecc86b88549bcb6d1af626f44d85ffbb9151ace5d7f9f3b493dce2ffee529 -size 1390635 diff --git a/beartype-0.20.2.tar.gz b/beartype-0.20.2.tar.gz new file mode 100644 index 0000000..68915b9 --- /dev/null +++ b/beartype-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c60c065ad99364a8c767e8a0e71ba8263d467b91414ed5dcffb7758a2e8079 +size 1410390 diff --git a/python-beartype.changes b/python-beartype.changes index 879a9ae..8b227af 100644 --- a/python-beartype.changes +++ b/python-beartype.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Mar 23 21:35:08 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-beartype.spec b/python-beartype.spec index 21c7c22..05f293a 100644 --- a/python-beartype.spec +++ b/python-beartype.spec @@ -17,7 +17,7 @@ Name: python-beartype -Version: 0.20.0 +Version: 0.20.2 Release: 0 Summary: Unbearably fast runtime type checking in pure Python License: MIT