sourcehutx 0.4.0
Added:
- all: Declare support for Python 3.13
- client SrhtClient: add helper methods to create service clients
sourcehutx 0.3.0
Added:
- all: add more docstrings
- git: add `HEAD` and `readme` fields to the `Repository` model
- git: add `RepositoryRef` model and `GitSrhtClient.get_repository_ref()`
method to return a minimal reference to a repository.
Fixed:
- all: ignore pydantic v2 DeprecationWarnings
sourcehutx 0.2.0
Added:
- all: add `get_user_ref()` and `__all__` for all services
- builds: add `runner` and `owner` members to `Job`
- builds: add `list_secrets()`
Fixed:
- exceptions: make `SrhtClientError` inherit `SrhtError`
- all: fix pydantic `GenericBeforeBaseModelWarning`s
sourcehutx 0.1.0
Added:
- todo: add support for managing tracker ACLs
sourcehutx 0.0.2
Fixed:
- add py.typed marker
- fix specfile typo
sourcehutx 0.0.1
Summary:
Initial release
These services are currently supported:
- builds
- git
- lists
- meta
- pages
- paste
- todo