14
0
forked from pool/python-apiron

8 Commits

Author SHA256 Message Date
745dac5ab7 Accepting request 1307722 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1307722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apiron?expand=0&rev=11
2025-09-29 14:37:23 +00:00
779039ee4b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apiron?expand=0&rev=21
2025-09-29 10:27:56 +00:00
724d9f4d24 Accepting request 1292434 from devel:languages:python
- update to 8.0.2:
  * Bump version again to get successful release
- update to 8.0.1:
  * Fix GitHub Actions status badge
  * Fix type disagreement for `required_headers` in service code
  * Defer on digital attestations for now
  * Use verbose during uploads for debugging

OBS-URL: https://build.opensuse.org/request/show/1292434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apiron?expand=0&rev=10
2025-07-14 08:51:39 +00:00
adfe7a6b7d - update to 8.0.2:
* Bump version again to get successful release
- update to 8.0.1:
  * Fix GitHub Actions status badge
  * Fix type disagreement for `required_headers` in service code
  * Defer on digital attestations for now
  * Use verbose during uploads for debugging

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apiron?expand=0&rev=19
2025-07-12 17:25:11 +00:00
50cbdd9ae8 Accepting request 1242829 from devel:languages:python
- update to 8.0.0.post1:
  * Modernize package quality tooling and configuration
  * Add support for Python 3.13

OBS-URL: https://build.opensuse.org/request/show/1242829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apiron?expand=0&rev=9
2025-02-03 20:45:11 +00:00
bd00acdf92 - update to 8.0.0.post1:
* Modernize package quality tooling and configuration
  * Add support for Python 3.13

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apiron?expand=0&rev=17
2025-02-03 13:22:26 +00:00
b2b92fb87c Accepting request 1206740 from devel:languages:python
- update to 8.0.0:
  * Updated to simpler typing syntax for optional arguments and
    iterable types using `pyupgrade`
  * Reformatted files constrained to Python 3.8+ syntax using
    `black`
  * Updated documentation to prefer `tox` usage
  * Updated documentation dependencies and removed upper bounds
    on their versions
  * Add support for Python 3.12
  * Remove upper bound on dependencies

  * Support for Python 3.6 has been removed due to its impending end of life and
  * Remove Python 3.10 testing and support for now, as Travis CI only has
    overridden by any value specified at call time

OBS-URL: https://build.opensuse.org/request/show/1206740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apiron?expand=0&rev=8
2024-10-10 20:15:04 +00:00
8710456134 - update to 8.0.0:
* Updated to simpler typing syntax for optional arguments and
    iterable types using `pyupgrade`
  * Reformatted files constrained to Python 3.8+ syntax using
    `black`
  * Updated documentation to prefer `tox` usage
  * Updated documentation dependencies and removed upper bounds
    on their versions
  * Add support for Python 3.12
  * Remove upper bound on dependencies
  * Support for Python 3.6 has been removed due to its impending end of life and
  * Remove Python 3.10 testing and support for now, as Travis CI only has
    overridden by any value specified at call time

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apiron?expand=0&rev=15
2024-10-10 15:40:34 +00:00
4 changed files with 15 additions and 5 deletions

View File

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

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

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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>
#
# All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
%{?sle15_python_module_pythons}
Name: python-apiron
Version: 8.0.2
Version: 9.1.0
Release: 0
Summary: Apiron helps you cook a tasty client for RESTful APIs
License: MIT