forked from pool/python-apiron
Accepting request 830623 from devel:languages:python
- Update to 5.1.0:
* Ability to specify proxies for a Service definition so all calls to the
service use the defined proxies
* Ability to specify auth for a Service definition so all calls to the
service use the defined authentication
* Ability to specify return_raw_response_object at the endpoint level,
overridden by any value specified at call time
OBS-URL: https://build.opensuse.org/request/show/830623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apiron?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfd311d5b9d8b2978701a11cf36ea3495232e59422bd4295868946ee92048986
|
||||
size 14805
|
||||
3
apiron-5.1.0.tar.gz
Normal file
3
apiron-5.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13a3acfb94fd3075132d4e4e8ccd215d46b4cfd8cbea20edc70a387d88c58be3
|
||||
size 15279
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 04:37:49 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 5.1.0:
|
||||
* Ability to specify proxies for a Service definition so all calls to the
|
||||
service use the defined proxies
|
||||
* Ability to specify auth for a Service definition so all calls to the
|
||||
service use the defined authentication
|
||||
* Ability to specify return_raw_response_object at the endpoint level,
|
||||
overridden by any value specified at call time
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 07:57:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-apiron
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2019 Dr. Axel Braun <DocB@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -21,11 +21,10 @@
|
||||
%define skip_python2 1
|
||||
%define modname apiron
|
||||
Name: python-%{modname}
|
||||
Version: 5.0.0
|
||||
Version: 5.1.0
|
||||
Release: 0
|
||||
Summary: Apiron helps you cook a tasty client for RESTful APIs
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/ithaka/apiron
|
||||
Source: https://files.pythonhosted.org/packages/source/a/apiron/%{modname}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
|
||||
Reference in New Issue
Block a user