forked from pool/python-EditorConfig
Accepting request 914558 from home:glaubitz:branches:devel:languages:python
- Update to 0.12.3 * Update 0.12.3 to final version * Add Python 3.9 support * Fix fnmatch adjacent nested curly braces (#33) * tests: bump to master (#32) * editorconfig as a module (#31) * setup.py: read version without installing (#30) * travis: support Python 3.8 * Fix deprecation warnings coming with Python 3.7 * Add (c) to copyright notices per @xuhdev's request OBS-URL: https://build.opensuse.org/request/show/914558 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EditorConfig?expand=0&rev=10
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-EditorConfig
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-EditorConfig
|
||||
Version: 0.12.2
|
||||
Version: 0.12.3
|
||||
Release: 0
|
||||
Summary: File Locator and Interpreter for Python
|
||||
License: Python-2.0 AND BSD-2-Clause
|
||||
License: BSD-2-Clause AND Python-2.0
|
||||
URL: https://editorconfig.org
|
||||
Source0: https://files.pythonhosted.org/packages/source/E/EditorConfig/EditorConfig-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
||||
Reference in New Issue
Block a user