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..f915a935bac9da28b1b8fb8e18f95c7ee523c7e7 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/source/e/EditorConfig/EditorConfig-%{version}.tar.gz BuildArch: noarch @@ -15,7 +15,7 @@ Core. EditorConfig Python core can be used as a an importable library. %package -n python3-EditorConfig Summary: EditorConfig File Locator and Interpreter for Python -Provides: python-EditorConfig +Provides: python-EditorConfig = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-EditorConfig @@ -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-%{version} %build %py3_build @@ -72,6 +72,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 04 2024 jiangxinyu - 0.12.4-1 +- Update package to version 0.12.4 + * fix: only support Python3 + * fix cloning submodules + * Sun Jun 25 2023 liukuo - 0.12.3-2 - License compliance rectification