summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-12-16upgpkg: openapi-python-client 0.22.0: upstream updateDennis Herbrich
packaging changes: * update python version (>=3.9) to match upstream requirements * update ruff optdepends version (<0.9) to match upstream requirements
2024-12-02upgpkg: openapi-python-client 0.21.7: upstream updateDennis Herbrich
packaging changes: * change incorrect python-ruff optdepends to ruff
2024-10-30upgpkg: openapi-python-client 0.21.6: upstream updateDennis Herbrich
packaging changes: * change ruff optdepends version range to match upstream requirements
2024-09-22upgpkg: openapi-python-client 0.21.5: upstream updateDennis Herbrich
packaging changes: * change dependency attrs>=22.2.0 to proactively address https://github.com/openapi-generators/openapi-python-client/issues/1084
2024-09-22upgpkg: openapi-python-client 0.21.4: upstream updateDennis Herbrich
2024-09-22upgpkg: openapi-python-client 0.21.3: upstream updateDennis Herbrich
packaging changes: * change ruff optdepends version range to match upstream requirements
2024-07-21upgpkg: openapi-python-client 0.21.2: upstream updateDennis Herbrich
packaging changes: * remove `--no-isolation` option from `pdm build` to use system build dependencies like `python-hatchling`.
2024-06-17upgpkg: openapi-python-client 0.21.1: upstream updateDennis Herbrich
packaging changes: * add `nvchecker` configuration file for project release notifications
2024-06-10upgpkg: openapi-python-client 0.21.0: upstream updateDennis Herbrich
packaging changes: * run included unit and end-to-end tests after build in `check()`
2024-05-19upgpkg: openapi-python-client 0.20.0: upstream updateDennis Herbrich
packaging changes: * replace `python-yaml` dep with `python-ruamel-yaml>=0.18.6` as required by upstream
2024-03-31upgpkg: openapi-python-client 0.19.1: upstream updateDennis Herbrich
2024-03-09upgpkg: openapi-python-client 0.19.0: upstream updateDennis Herbrich
packaging changes: * add version condition `python-pdm>=2.12.0` to deps, required by upstream now * remove `python-shellingham` dependency, as no trace of it being actually used directly could be found. Note that `python-pdm` and `python-poetry` will still pull in this package as their dependency. * add `python-httpcore>=1.0.0` formely implicit dependency, as it is actually explicitly used in the sources. Version condition is derived from upstream's `pdm.lock`.
2024-02-23fix: cosmetic indentation. Don't ask.Dennis Herbrich
2024-02-23fix: cosmetic indentationDennis Herbrich
2024-02-23add openapi-python-client 0.18.0; initial commitDennis Herbrich