forked from pool/python-apiron
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 745dac5ab7 | |||
| 779039ee4b | |||
| 724d9f4d24 | |||
| adfe7a6b7d | |||
| 50cbdd9ae8 | |||
| bd00acdf92 | |||
| b2b92fb87c | |||
| 8710456134 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d1051eed560c236558fe0569009d102e02b52235cb1df3efd3447de1895c47c8
|
|
||||||
size 17523
|
|
||||||
3
apiron-9.1.0.tar.gz
Normal file
3
apiron-9.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18d73aecc280af61c23eb2c0031c482a386e8ace5fa8d8d27dac234c02c0d294
|
||||||
|
size 17670
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 29 10:27:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 9.1.0:
|
||||||
|
* Added support for a configurable timeout and retry spec, and
|
||||||
|
raw response return for `JsonEndpoint`
|
||||||
|
- update to 9.0.0:
|
||||||
|
* Upgrade code of conduct to Contributor Covenant v2.1
|
||||||
|
* Drop Python 3.9 support and use ruff for formatting
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 12 17:24:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Sat Jul 12 17:24:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-apiron
|
# spec file for package python-apiron
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
# Copyright (c) 2019-2022 Dr. Axel Braun <DocB@opensuse.org>
|
# Copyright (c) 2019-2022 Dr. Axel Braun <DocB@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-apiron
|
Name: python-apiron
|
||||||
Version: 8.0.2
|
Version: 9.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Apiron helps you cook a tasty client for RESTful APIs
|
Summary: Apiron helps you cook a tasty client for RESTful APIs
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user