diff --git a/python-mypy.spec b/python-mypy.spec index 5539c7925fee0e2baf286a62feee061ad1c9830f..bfa12dec6170aa4615863bd9980ee678a52e20ed 100644 --- a/python-mypy.spec +++ b/python-mypy.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy -Version: 1.8.0 +Version: 1.10.0 Release: 1 Summary: Optional static typing for Python License: MIT and Python-2.0 @@ -106,6 +106,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 7 2024 tenglei - 1.10.0-1 +- upgrade package to 1.10.0 +- Enum private attributes are not enum members + * Thu Jan 11 2024 Paul Thomas - 1.8.0-1 - update to version 1.8.0 diff --git a/v1.10.0.tar.gz b/v1.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1c2191d3e78ac40a210ad7440f3281486eacb8f8 Binary files /dev/null and b/v1.10.0.tar.gz differ diff --git a/v1.8.0.tar.gz b/v1.8.0.tar.gz deleted file mode 100644 index 1dfec96e534ad4c1e6dffecef88e87088efa2d7e..0000000000000000000000000000000000000000 Binary files a/v1.8.0.tar.gz and /dev/null differ