forked from pool/python-EditorConfig
Accepting request 681797 from devel:languages:python
- Update to 0.12.2: * no upstream changelog OBS-URL: https://build.opensuse.org/request/show/681797 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-EditorConfig?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b53c857956194a21043753c9adca5a5b0eaef6cf1db3273a362ddec78f2b8e3
|
||||
size 19282
|
||||
3
EditorConfig-0.12.2.tar.gz
Normal file
3
EditorConfig-0.12.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b0ef345f9c3a673e492cfe608ed644b236139f7fceab5c6f513a71bcaf8a56c
|
||||
size 13485
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 14:55:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.12.2:
|
||||
* no upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:47:35 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user