From 4849a5b03f8663f5f01832c2c7191c6e4dbc69bf Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Sun, 26 Mar 2023 12:21:08 -0400 Subject: initial commit --- crn/packages/patches/typeguard-version.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crn/packages/patches/typeguard-version.patch (limited to 'crn/packages/patches') diff --git a/crn/packages/patches/typeguard-version.patch b/crn/packages/patches/typeguard-version.patch new file mode 100644 index 0000000..adef1e5 --- /dev/null +++ b/crn/packages/patches/typeguard-version.patch @@ -0,0 +1,9 @@ +--- a/setup.cfg 2023-03-25 12:48:39.885304905 -0400 ++++ b/setup.cfg 2023-03-25 12:49:00.593286388 -0400 +@@ -1,5 +1,6 @@ + [metadata] + name = typeguard ++version = 2.13.3 + description = Run-time type checker for Python + long_description = file: README.rst + author = Alex Grönholm -- cgit v1.2.3