14
0
forked from pool/python-apiron

Accepting request 1098925 from devel:languages:python

- update to 7.1.0-post.3:
  * Update permissions in publishing workflow to allow publishing
    of files to GitHub releases
  * Use `package` and `wheel_build_env` to speed up tests as this
    is a pure Python package. See the tox docs for more detail.
  * Use PyPI trusted publishing instead of manual token
    authentication
  * You can now configure `retry_spec` and `timeout_spec` at the
    endpoint level. Calls to endpoints may override the endpoint-
    level configuration when necessary.

OBS-URL: https://build.opensuse.org/request/show/1098925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apiron?expand=0&rev=6
This commit is contained in:
2023-07-18 19:54:04 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jul 16 10:53:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.1.0-post.3:
* Update permissions in publishing workflow to allow publishing
of files to GitHub releases
* Use `package` and `wheel_build_env` to speed up tests as this
is a pure Python package. See the tox docs for more detail.
* Use PyPI trusted publishing instead of manual token
authentication
* You can now configure `retry_spec` and `timeout_spec` at the
endpoint level. Calls to endpoints may override the endpoint-
level configuration when necessary.
-------------------------------------------------------------------
Mon Dec 19 21:25:05 UTC 2022 - Axel Braun <axel.braun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2019-2022 Dr. Axel Braun <DocB@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
%define skip_python36 1
%define modname apiron
Name: python-%{modname}
Version: 7.0.0
Version: 7.1.0.post3
Release: 0
Summary: Apiron helps you cook a tasty client for RESTful APIs
License: MIT