14
0
forked from pool/python-pyleri

- update to 1.4.2:

* Fixed typing for delimiter on the List type.
  * Small PEP-8 fix.
- update to 1.4.1:
  * Added typing hints
- update to 1.4.0:
  * Extra keyword argument `line_number` to `.as_str(..)` method
    to include the line number with the error.
  * Regular expression object not with flags before the required
    `^` character.
- update to 1.3.4:
  * Fixed bug with recursion in Prio element. (issue #18)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyleri?expand=0&rev=3
This commit is contained in:
2024-01-07 19:55:33 +00:00
committed by Git OBS Bridge
parent 90c8f78dbb
commit 5cd7b4d02a
4 changed files with 30 additions and 10 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Jan 7 19:54:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.2:
* Fixed typing for delimiter on the List type.
* Small PEP-8 fix.
- update to 1.4.1:
* Added typing hints
- update to 1.4.0:
* Extra keyword argument `line_number` to `.as_str(..)` method
to include the line number with the error.
* Regular expression object not with flags before the required
`^` character.
- update to 1.3.4:
* Fixed bug with recursion in Prio element. (issue #18)
-------------------------------------------------------------------
Sat Jul 17 10:12:06 UTC 2021 - Martin Hauke <mardnh@gmx.de>