aptly-api-client icon indicating copy to clipboard operation
aptly-api-client copied to clipboard

A Python 3 API client for aptly

Results 23 aptly-api-client issues
Sort by recently updated
recently updated
newest added

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 8.2.1. Release notes Sourced from pytest's releases. 8.2.1 pytest 8.2.1 (2024-05-19) Improvements #12334: Support for Python 3.13 (beta1 at the time of writing). Bug Fixes...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.18.0. Release notes Sourced from pygments's releases. 2.18.0 New lexers: Janet (#2557) Lean 4 (#2618, #2626) Luau (#2605) Mojo (#2691, #2515) org-mode (#2628, #2636) Promela...

dependencies

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.5.1. Changelog Sourced from coverage's changelog. Version 7.5.1 — 2024-05-04 Fix: a pragma comment on the continuation lines of a multi-line statement now excludes the...

dependencies

Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.10.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.10 We’ve just uploaded mypy 1.10 to the Python Package Index (PyPI). Mypy...

dependencies

Hi, If looking at the Aptly itself it supports the following: $ aptly repo add -architectures="**amd64**" $ aptly repo add -architectures="**arm64**" There is no such option available when using e.g....

Bumps [doc8](https://github.com/pycqa/doc8) from 1.0.0 to 1.1.1. Release notes Sourced from doc8's releases. v1.1.1 Minor Changes Remove support for py37 and enable support for py312 (#122) @​ssbarnea Bugfixes Remove use of...

dependencies

* Added api/healthy * Added tests for api/ready

* Added api/ready * Added tests for api/ready * Added fix for BaseApiClient.do_get. 503 status codes were getting turned into ApltyAPIExceptions. The new api/ready uses 503 as its status code...