forked from pool/python-typing-inspection
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e7fb07580a | |||
| 893de9921a | |||
| 9046f3dfa9 | |||
| e059263dd8 | |||
| fa62d11613 | |||
| e7f6302070 |
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 12 09:37:22 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.4.2
|
||||||
|
* Add typing_objects.is_noextraitems() by @Viicos in #47
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 30 18:03:09 UTC 2025 - Elisei Roca <eroca@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.4.1
|
||||||
|
* Fix compatibility with latest Python 3.14
|
||||||
|
* Add typing_objects.is_forwardref()
|
||||||
|
* Fix implementation of is_union_origin()
|
||||||
|
* Add SPDX license identifier
|
||||||
|
* Use list as a type hint for InspectedAnnotation.metadata
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 29 14:35:39 UTC 2025 - Elisei Roca <eroca@suse.com>
|
||||||
|
|
||||||
|
- Add %{?sle15_python_module_pythons} for SLE 15 builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 4 04:38:50 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Fri Apr 4 04:38:50 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-typing-inspection
|
# spec file for package python-typing-inspection
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-typing-inspection
|
Name: python-typing-inspection
|
||||||
Version: 0.4.0
|
Version: 0.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Runtime typing introspection tools
|
Summary: Runtime typing introspection tools
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
BIN
typing_inspection-0.4.0.tar.gz
LFS
BIN
typing_inspection-0.4.0.tar.gz
LFS
Binary file not shown.
3
typing_inspection-0.4.2.tar.gz
Normal file
3
typing_inspection-0.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464
|
||||||
|
size 75949
|
||||||
Reference in New Issue
Block a user