15
0
forked from pool/python-baron

- update to 0.10.1:

* bug fix: in "a._" the "._" part was incorrectly recognized as a float
  * bug fix: baron is now able to parse "class A(b, c=d): pass"
  * some project cleaned and integration of tox with good pratices like flake8 and check-manifest
  * bug fix for missing edge case in inner formatting
  * complet support for float with underscores in them
  * bug fix for failure of parsing of "{**a}"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-baron?expand=0&rev=9
This commit is contained in:
2022-01-23 16:30:10 +00:00
committed by Git OBS Bridge
parent 26a706e42c
commit e1af172ee5
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 23 16:29:03 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.10.1:
* bug fix: in "a._" the "._" part was incorrectly recognized as a float
* bug fix: baron is now able to parse "class A(b, c=d): pass"
* some project cleaned and integration of tox with good pratices like flake8 and check-manifest
* bug fix for missing edge case in inner formatting
* complet support for float with underscores in them
* bug fix for failure of parsing of "{**a}"
-------------------------------------------------------------------
Wed Mar 6 13:42:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>