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 +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>