forked from pool/python-baron
Accepting request 948241 from devel:languages:python
- 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/request/show/948241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-baron?expand=0&rev=4
This commit is contained in:
3
baron-0.10.1.tar.gz
Normal file
3
baron-0.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af822ad44d4eb425c8516df4239ac4fdba9fdb398ef77e4924cd7c9b4045bc2f
|
||||
size 1020211
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0589f32b91cf6dc450ea6a71b4a228c433ef8756b41fabf88815a3c2d392b3a
|
||||
size 182425
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-baron
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-baron
|
||||
Version: 0.9
|
||||
Version: 0.10.1
|
||||
Release: 0
|
||||
Summary: Full Syntax Tree for Python
|
||||
License: LGPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user