forked from pool/python-pyleri
* Don't raise UnusedElementError when used has more elems than Grammar OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyleri?expand=0&rev=5
28 lines
949 B
Plaintext
28 lines
949 B
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 6 07:57:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.4.3:
|
|
* Don't raise UnusedElementError when used has more elems than
|
|
Grammar
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Initial package, version 1.3.3
|