15
0

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:
2021-08-28 10:04:17 +00:00
committed by Git OBS Bridge
parent 8233ea4359
commit 3325d82713
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b0ef345f9c3a673e492cfe608ed644b236139f7fceab5c6f513a71bcaf8a56c
size 13485

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57f8ce78afcba15c8b18d46b5170848c88d56fd38f05c2ec60dbbfcb8996e89e
size 13329

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Aug 27 09:45:50 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Sat Mar 14 08:59:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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}