diff --git a/EditorConfig-0.12.3.tar.gz b/EditorConfig-0.12.3.tar.gz deleted file mode 100644 index c4c5370aec46b43638e92f06c559444b34712d96..0000000000000000000000000000000000000000 Binary files a/EditorConfig-0.12.3.tar.gz and /dev/null differ diff --git a/EditorConfig-0.12.4.tar.gz b/EditorConfig-0.12.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..65b412da93267126c7c935ab53bd6e3c3f7fc3e7 Binary files /dev/null and b/EditorConfig-0.12.4.tar.gz differ diff --git a/python-EditorConfig.spec b/python-EditorConfig.spec index ff06813c5b3a72986f95b567cc9bdfca69d4d5bb..e0a2f27b764fb6509d9c2aebcb3f4f1ebec0432c 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.3 -Release: 2 +Version: 0.12.4 +Release: 1 Summary: EditorConfig File Locator and Interpreter for Python License: PSF-2.0 URL: http://editorconfig.org/ -Source0: https://files.pythonhosted.org/packages/13/31/8382c65fb54ef19b8335f8e05e9ed9f62e33122f9619d989a151cc7e5152/EditorConfig-0.12.3.tar.gz +Source0: https://files.pythonhosted.org/packages/3d/85/7b5c2fac7fdc37d959fab714b13b9acb75884490dcc0e8b1dc5e64105084/EditorConfig-0.12.4.tar.gz BuildArch: noarch @@ -32,7 +32,7 @@ Core. EditorConfig Python core can be used as a an importable library. %prep -%autosetup -n EditorConfig-0.12.3 +%autosetup -n EditorConfig-0.12.4 %build %py3_build @@ -72,6 +72,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 30 2024 jinshuaiyu - 0.12.4-1 +- Update package to version 0.12.4 +- Bump to v0.12.4 + * Sun Jun 25 2023 liukuo - 0.12.3-2 - License compliance rectification