From e1af172ee5d0a4b1e88cb71895984ac817bb33c75d5d2ae7fe88dc092bfab010 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Jan 2022 16:30:10 +0000 Subject: [PATCH] - 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 --- baron-0.10.1.tar.gz | 3 +++ baron-0.9.tar.gz | 3 --- python-baron.changes | 11 +++++++++++ python-baron.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 baron-0.10.1.tar.gz delete mode 100644 baron-0.9.tar.gz diff --git a/baron-0.10.1.tar.gz b/baron-0.10.1.tar.gz new file mode 100644 index 0000000..e59b5ba --- /dev/null +++ b/baron-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af822ad44d4eb425c8516df4239ac4fdba9fdb398ef77e4924cd7c9b4045bc2f +size 1020211 diff --git a/baron-0.9.tar.gz b/baron-0.9.tar.gz deleted file mode 100644 index 19cd815..0000000 --- a/baron-0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0589f32b91cf6dc450ea6a71b4a228c433ef8756b41fabf88815a3c2d392b3a -size 182425 diff --git a/python-baron.changes b/python-baron.changes index cd4c072..cd79ab0 100644 --- a/python-baron.changes +++ b/python-baron.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jan 23 16:29:03 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-baron.spec b/python-baron.spec index 3a928e1..e0e53a6 100644 --- a/python-baron.spec +++ b/python-baron.spec @@ -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