diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-06-07 19:22:47 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-06-07 19:22:47 +0000 |
commit | a98f7fed0a4892a5cdb8eb98777ae78abc0e2b4b (patch) | |
tree | cf1b8ee9ae3c11119c302daede0900a5f9d96286 | |
parent | 781de8e0158aa485fb0b39218b83a367db36cc9d (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-typing-extensions.spec | 2 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -8,3 +8,4 @@ /typing_extensions-4.8.0.tar.gz /typing_extensions-4.11.0.tar.gz /typing_extensions-4.12.1.tar.gz +/typing_extensions-4.12.2.tar.gz diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index 9945a10..e6afdd8 100644 --- a/python-typing-extensions.spec +++ b/python-typing-extensions.spec @@ -1,5 +1,5 @@ Name: python-typing-extensions -Version: 4.12.1 +Version: 4.12.2 Release: %autorelease Summary: Backported and Experimental Type Hints for Python 3.8+ @@ -1 +1 @@ -7f5b3726b38d69205d592f26f1974546 typing_extensions-4.12.1.tar.gz +cf64c2313f5fa5eb04c1deb3fc93abe9 typing_extensions-4.12.2.tar.gz |