diff --git a/EditorConfig-0.12.1.tar.gz b/EditorConfig-0.12.1.tar.gz deleted file mode 100644 index b271433..0000000 --- a/EditorConfig-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b53c857956194a21043753c9adca5a5b0eaef6cf1db3273a362ddec78f2b8e3 -size 19282 diff --git a/EditorConfig-0.12.2.tar.gz b/EditorConfig-0.12.2.tar.gz new file mode 100644 index 0000000..e66c5b2 --- /dev/null +++ b/EditorConfig-0.12.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0ef345f9c3a673e492cfe608ed644b236139f7fceab5c6f513a71bcaf8a56c +size 13485 diff --git a/python-EditorConfig.changes b/python-EditorConfig.changes index df03a6f..3c6e137 100644 --- a/python-EditorConfig.changes +++ b/python-EditorConfig.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 5 14:55:37 UTC 2019 - Tomáš Chvátal + +- Update to 0.12.2: + * no upstream changelog + ------------------------------------------------------------------- Tue Dec 4 12:47:35 UTC 2018 - Matej Cepl diff --git a/python-EditorConfig.spec b/python-EditorConfig.spec index 1eca1b0..d7292a2 100644 --- a/python-EditorConfig.spec +++ b/python-EditorConfig.spec @@ -1,7 +1,7 @@ # # spec file for package python-EditorConfig # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-EditorConfig -Version: 0.12.1 +Version: 0.12.2 Release: 0 Summary: File Locator and Interpreter for Python -License: Python-2.0 +License: Python-2.0 AND BSD-2-Clause Group: Development/Languages/Python -Url: http://editorconfig.org -Source0: https://pypi.io/packages/source/E/EditorConfig/EditorConfig-%{version}.tar.gz +URL: http://editorconfig.org +Source0: https://files.pythonhosted.org/packages/source/E/EditorConfig/EditorConfig-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description @@ -47,11 +46,11 @@ command line program or as an importable library. %python_install # remove executable that is already supplied by the editorconfig package rm -rf %{buildroot}%{_bindir} -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE.txt README.rst +%license LICENSE.* COPYING +%doc README.rst %{python_sitelib}/editorconfig %{python_sitelib}/EditorConfig-%{version}-py%{py_ver}.egg-info