Age | Commit message (Collapse) | Author |
|
packaging changes:
* update python version (>=3.9) to match upstream requirements
* update ruff optdepends version (<0.9) to match upstream requirements
|
|
packaging changes:
* change incorrect python-ruff optdepends to ruff
|
|
packaging changes:
* change ruff optdepends version range to match upstream requirements
|
|
packaging changes:
* change dependency attrs>=22.2.0 to proactively address
https://github.com/openapi-generators/openapi-python-client/issues/1084
|
|
|
|
packaging changes:
* change ruff optdepends version range to match upstream requirements
|
|
packaging changes:
* remove `--no-isolation` option from `pdm build` to use system build
dependencies like `python-hatchling`.
|
|
packaging changes:
* add `nvchecker` configuration file for project release notifications
|
|
packaging changes:
* run included unit and end-to-end tests after build in `check()`
|
|
packaging changes:
* replace `python-yaml` dep with `python-ruamel-yaml>=0.18.6` as required by upstream
|
|
|
|
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`.
|
|
|
|
|
|
|