14
0

Accepting request 1269231 from home:rrahl0

- update to 2.0.1:
  * update pyproject.toml
  * regenerate client
  * format tests
  * add test for repoGetContents endpoint
  * switch from conda to uv
  * switch to OpenAPI 3 in dev
  * add API specs
  * update api resources
  * update dev steps
  * use different production and testing tokens
  * add POST tests
  * update pyproject format
  * format with ruff
  * update ruff settings
  * add tests
  * update install guidance
  * mention 1.0 branch
  * update client to Forgejo 10
  * update development guidance
  * update formatting of .env block
  * update formatting of api token in .env file
  * add lock file
  * add dev dependencies
  * update readme for 2.0

OBS-URL: https://build.opensuse.org/request/show/1269231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyforgejo?expand=0&rev=7
This commit is contained in:
Richard Rahl
2025-04-14 10:40:30 +00:00
committed by Git OBS Bridge
parent da3c8c6ce5
commit 5488cf17fc
4 changed files with 39 additions and 8 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Apr 14 10:36:07 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 2.0.1:
* update pyproject.toml
* regenerate client
* format tests
* add test for repoGetContents endpoint
* switch from conda to uv
* switch to OpenAPI 3 in dev
* add API specs
* update api resources
* update dev steps
* use different production and testing tokens
* add POST tests
* update pyproject format
* format with ruff
* update ruff settings
* add tests
* update install guidance
* mention 1.0 branch
* update client to Forgejo 10
* update development guidance
* update formatting of .env block
* update formatting of api token in .env file
* add lock file
* add dev dependencies
* update readme for 2.0
-------------------------------------------------------------------
Thu Feb 6 23:36:34 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>