Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2eb215d4cb | |||
| 72cb69314d | |||
| 67549539c9 | |||
| 1922d0e3af | |||
| 8b47e72038 | |||
| eb80d11302 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce80f4aa02bb87a9bce4a91ee6fda6a265c2e65b00dfc1cdb1aa7e7f2abf5040
|
||||
size 16413
|
||||
3
apiron-8.0.2.tar.gz
Normal file
3
apiron-8.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1051eed560c236558fe0569009d102e02b52235cb1df3efd3447de1895c47c8
|
||||
size 17523
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 17:24:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 13:21:50 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 8.0.0.post1:
|
||||
* Modernize package quality tooling and configuration
|
||||
* Add support for Python 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 10 15:37:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 22:07:31 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
@@ -46,9 +78,9 @@ Sun Aug 29 08:36:10 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||
Use PEP 517 builds
|
||||
* Testing matrix and trove classifiers for Python 3.9
|
||||
Type hints for all classes, methods, and functions
|
||||
* Support for Python 3.6 has been removed due to its impending end of life and
|
||||
* Support for Python 3.6 has been removed due to its impending end of life and
|
||||
the desire to leverage features from 3.7
|
||||
* Remove Python 3.10 testing and support for now, as Travis CI only has
|
||||
* Remove Python 3.10 testing and support for now, as Travis CI only has
|
||||
Python 3.10.0a5 which isn't compatible with recent pytest-randomly releases
|
||||
* Indicate (by renaming) that all functions in the client module are private, except for call
|
||||
|
||||
@@ -61,7 +93,7 @@ Mon Aug 31 04:37:49 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
* 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
|
||||
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
|
||||
# spec file for package python-apiron
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2019-2022 Dr. Axel Braun <DocB@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,16 +18,13 @@
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
%define modname apiron
|
||||
Name: python-%{modname}
|
||||
Version: 7.1.0.post3
|
||||
Name: python-apiron
|
||||
Version: 8.0.2
|
||||
Release: 0
|
||||
Summary: Apiron helps you cook a tasty client for RESTful APIs
|
||||
License: MIT
|
||||
URL: https://github.com/ithaka/apiron
|
||||
Source: https://files.pythonhosted.org/packages/source/a/apiron/%{modname}-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/a/apiron/apiron-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -45,7 +42,7 @@ Gathering data from multiple services has become a ubiquitous task for web appli
|
||||
apiron provides declarative, structured configuration of services and endpoints with a unified interface for interacting with them.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{modname}-%{version}
|
||||
%setup -q -n apiron-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -62,6 +59,6 @@ apiron provides declarative, structured configuration of services and endpoints
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/apiron
|
||||
%{python_sitelib}/apiron-%{version}*-info
|
||||
%{python_sitelib}/apiron-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user