6 Commits

Author SHA256 Message Date
2eb215d4cb 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
72cb69314d - 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
67549539c9 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
1922d0e3af - 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
8b47e72038 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
eb80d11302 - 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 45 additions and 16 deletions

View File

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

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

View File

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

View File

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