1
0

- 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
This commit is contained in:
2023-01-07 12:12:20 +00:00
committed by Git OBS Bridge
parent c5d864fa63
commit acf652ca85
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:def0dbcf5b7084fc31d677f2f5990d988d06497f2f47f13024274cfb2d5d7589
size 31089

3
json-rpc-1.14.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff5df1c7fd86e1dbd0259f06599751ce91a7c790f290414793a565ab586ddc52
size 28789

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 7 12:10:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <tchvatal@suse.com>
- Update to 0.13.0:
- Update to 1.13.0:
* python 3.8 support
-------------------------------------------------------------------

View File

@@ -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