15
0
forked from pool/python-empy

- update to 4.1:

* Add support for extension markup `@((...))`, `@[[...]]`,
   `@{{...}}`, `@<...>`, etc., with custom callbacks retained for
   backward compatibility; add `@[match]` control support; add
   interpreter cores for overriding interpreter behavior; add more
   command line option toggles; add notion of verbose/brief errors;
   more uniform error message formatting; various documentation
   updates.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-empy?expand=0&rev=7
This commit is contained in:
2024-04-06 18:54:41 +00:00
committed by Git OBS Bridge
parent 0450ff294f
commit 05d11d6371
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Apr 6 18:53:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.1:
* Add support for extension markup `@((...))`, `@[[...]]`,
`@{{...}}`, `@<...>`, etc., with custom callbacks retained for
backward compatibility; add `@[match]` control support; add
interpreter cores for overriding interpreter behavior; add more
command line option toggles; add notion of verbose/brief errors;
more uniform error message formatting; various documentation
updates.
-------------------------------------------------------------------
Wed Dec 27 09:29:19 UTC 2023 - Dirk Müller <dmueller@suse.com>