diff --git a/EditorConfig-0.12.4.tar.gz b/EditorConfig-0.12.4.tar.gz deleted file mode 100644 index 65b412da93267126c7c935ab53bd6e3c3f7fc3e7..0000000000000000000000000000000000000000 Binary files a/EditorConfig-0.12.4.tar.gz and /dev/null differ diff --git a/editorconfig-0.17.1.tar.gz b/editorconfig-0.17.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f87dd8aa98cc8a8d07ce4bef42fc875bf37d7743 Binary files /dev/null and b/editorconfig-0.17.1.tar.gz differ diff --git a/python-EditorConfig.spec b/python-EditorConfig.spec index f915a935bac9da28b1b8fb8e18f95c7ee523c7e7..5b2d54f4c8ea2e3ab917cab2354c829fcca3a46d 100644 --- a/python-EditorConfig.spec +++ b/python-EditorConfig.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-EditorConfig -Version: 0.12.4 +Version: 0.17.1 Release: 1 Summary: EditorConfig File Locator and Interpreter for Python License: PSF-2.0 -URL: http://editorconfig.org/ -Source0: https://files.pythonhosted.org/packages/source/e/EditorConfig/EditorConfig-%{version}.tar.gz +URL: https://pypi.org/project/EditorConfig +Source0: https://files.pythonhosted.org/packages/88/3a/a61d9a1f319a186b05d14df17daea42fcddea63c213bcd61a929fb3a6796/editorconfig-0.17.1.tar.gz BuildArch: noarch @@ -32,7 +32,7 @@ Core. EditorConfig Python core can be used as a an importable library. %prep -%autosetup -n EditorConfig-%{version} +%autosetup -n editorconfig-%{version} %build %py3_build @@ -72,6 +72,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 04 2025 Xu Jin - 0.17.1-1 +- Update to 0.17.1 + Add CI for Runtime Test + Add renovate for auto updating dependencies + Remove python 2 compatibility, add type hints + * Mon Nov 04 2024 jiangxinyu - 0.12.4-1 - Update package to version 0.12.4 * fix: only support Python3