From acf652ca85f25ada19b2701b925caaa37d7c69222aae419a75e331003d94a8f1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 7 Jan 2023 12:12:20 +0000 Subject: [PATCH] - update to 1.14.0 * ADD: context arguments to dispatcher * FIX: positional arguments support for Django backend - Update to 1.13.0: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json-rpc?expand=0&rev=13 --- json-rpc-1.13.0.tar.gz | 3 --- json-rpc-1.14.0.tar.gz | 3 +++ python-json-rpc.changes | 9 ++++++++- python-json-rpc.spec | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 json-rpc-1.13.0.tar.gz create mode 100644 json-rpc-1.14.0.tar.gz diff --git a/json-rpc-1.13.0.tar.gz b/json-rpc-1.13.0.tar.gz deleted file mode 100644 index 6e93a8c..0000000 --- a/json-rpc-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:def0dbcf5b7084fc31d677f2f5990d988d06497f2f47f13024274cfb2d5d7589 -size 31089 diff --git a/json-rpc-1.14.0.tar.gz b/json-rpc-1.14.0.tar.gz new file mode 100644 index 0000000..a0bb2a1 --- /dev/null +++ b/json-rpc-1.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5df1c7fd86e1dbd0259f06599751ce91a7c790f290414793a565ab586ddc52 +size 28789 diff --git a/python-json-rpc.changes b/python-json-rpc.changes index eae5a7d..dd7e088 100644 --- a/python-json-rpc.changes +++ b/python-json-rpc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 7 12:10:38 UTC 2023 - Dirk Müller + +- update to 1.14.0 + * ADD: context arguments to dispatcher + * FIX: positional arguments support for Django backend + ------------------------------------------------------------------- Wed Mar 23 12:58:53 UTC 2022 - pgajdos@suse.com @@ -6,7 +13,7 @@ Wed Mar 23 12:58:53 UTC 2022 - pgajdos@suse.com ------------------------------------------------------------------- Mon Mar 9 08:40:43 UTC 2020 - Tomáš Chvátal -- Update to 0.13.0: +- Update to 1.13.0: * python 3.8 support ------------------------------------------------------------------- diff --git a/python-json-rpc.spec b/python-json-rpc.spec index bea7a34..76232dc 100644 --- a/python-json-rpc.spec +++ b/python-json-rpc.spec @@ -1,7 +1,7 @@ # # spec file for package python-json-rpc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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-json-rpc -Version: 1.13.0 +Version: 1.14.0 Release: 0 Summary: JSON-RPC transport implementation License: MIT