15
0

- Update to 1.12.1:

* ADD: Ability to override function name with decorator convention in
    dispatcher
  * REF: Improve function parameter introspection: use more stable
    approach for python3, allow both args and kwards parameters check at
    the same time.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json-rpc?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-03-26 14:53:26 +00:00
committed by Git OBS Bridge
parent 19e72765ee
commit 7efe3d151b
5 changed files with 19 additions and 33 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 26 14:49:45 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.12.1:
* ADD: Ability to override function name with decorator convention in
dispatcher
* REF: Improve function parameter introspection: use more stable
approach for python3, allow both args and kwards parameters check at
the same time.
-------------------------------------------------------------------
Tue Dec 4 12:49:39 UTC 2018 - Matej Cepl <mcepl@suse.com>