diff --git a/EditorConfig-0.12.2.tar.gz b/EditorConfig-0.12.2.tar.gz deleted file mode 100644 index e66c5b2..0000000 --- a/EditorConfig-0.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b0ef345f9c3a673e492cfe608ed644b236139f7fceab5c6f513a71bcaf8a56c -size 13485 diff --git a/EditorConfig-0.12.3.tar.gz b/EditorConfig-0.12.3.tar.gz new file mode 100644 index 0000000..70fd3b3 --- /dev/null +++ b/EditorConfig-0.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f8ce78afcba15c8b18d46b5170848c88d56fd38f05c2ec60dbbfcb8996e89e +size 13329 diff --git a/python-EditorConfig.changes b/python-EditorConfig.changes index dcaac7c..5319c37 100644 --- a/python-EditorConfig.changes +++ b/python-EditorConfig.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Aug 27 09:45:50 UTC 2021 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-EditorConfig.spec b/python-EditorConfig.spec index fa8eebd..71f876f 100644 --- a/python-EditorConfig.spec +++ b/python-EditorConfig.spec @@ -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}