diff --git a/pytest-mypy-0.10.3.tar.gz b/pytest-mypy-0.10.3.tar.gz deleted file mode 100644 index 563148a78439d484eb3fedc87d56b21f1bb005d7..0000000000000000000000000000000000000000 Binary files a/pytest-mypy-0.10.3.tar.gz and /dev/null differ diff --git a/pytest_mypy-1.0.0.tar.gz b/pytest_mypy-1.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2b4b981539f89ddff184513fbe5b13adbe9952a0 Binary files /dev/null and b/pytest_mypy-1.0.0.tar.gz differ diff --git a/python-pytest-mypy.spec b/python-pytest-mypy.spec index 89fe61b00dbaeca92102230e07df38d37eb7c2a1..66ccb453eb6e6ba138bd6e389e4d1cf7171f0984 100644 --- a/python-pytest-mypy.spec +++ b/python-pytest-mypy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-mypy -Version: 0.10.3 -Release: 2 +Version: 1.0.0 +Release: 1 Summary: Mypy static type checker plugin for Pytest License: MIT URL: https://github.com/dbader/pytest-mypy -Source0: https://files.pythonhosted.org/packages/85/3a/318c91140f242cafff64ddac97d6999640bc3da9afbf37253475c2208e79/pytest-mypy-0.10.3.tar.gz +Source0: https://files.pythonhosted.org/packages/6b/32/378824e189749d88542f3a68c2c5d2c2c11a2a5d1f7358690249bc684457/pytest_mypy-1.0.0.tar.gz BuildArch: noarch %description @@ -51,7 +51,7 @@ on your source files as part of your pytest test runs. Does for mypy what the pytest-flake8 plugin does for flake8. %prep -%autosetup -n pytest-mypy-%{version} +%autosetup -n pytest_mypy-%{version} %build %pyproject_build @@ -86,6 +86,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 26 2025 liudy - 1.0.0-1 +- Update version to 1.0.0 +- Add test_pyproject_toml +- Update docs and links +- Drop Python 3.6 support and use PEP 621 metadata + * Thu Jul 6 2023 li-miaomiao_zhr - 0.10.3-2 - Upgrade the installation method to pyproject