15
0

- update to 4.2.3:

* Add py.typed marker to the package
  * Include the response text in RequestError (kalikiana)
  * Support `REQUESTS_CA_BUNDLE` and `CURL_CA_BUNDLE`
    environment variables (ricardobranco777)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openqa_client?expand=0&rev=9
This commit is contained in:
2023-12-11 08:37:11 +00:00
committed by Git OBS Bridge
parent ab74ed2adf
commit d168a74988
4 changed files with 14 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 11 08:36:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.2.3:
* Add py.typed marker to the package
* Include the response text in RequestError (kalikiana)
* Support `REQUESTS_CA_BUNDLE` and `CURL_CA_BUNDLE`
environment variables (ricardobranco777)
-------------------------------------------------------------------
Thu Dec 1 10:02:15 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-openqa_client
#
# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-openqa_client
Version: 4.2.1
Version: 4.2.3
Release: 0
Summary: Python openQA client library
License: GPL-2.0-or-later