Skip to content

Commit

Permalink
Release version 0.0.0.dev423
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 15, 2024
1 parent 9dfc385 commit 447be45
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 33 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev422"
version = "0.0.0.dev423"
name = "ControlMan"
dependencies = [
"packaging >= 23.2, < 24",
Expand All @@ -27,18 +27,18 @@ dependencies = [
"jsonpath-ng == 1.6.1",
"ruamel.yaml == 0.17.40",
"Jinja2 >= 3, < 4",
"PyLinks == 0.0.0.dev64",
"LoggerMan == 0.0.0.dev81",
"PySerials == 0.0.0.dev54",
"GitTidy == 0.0.0.dev79",
"PyLinks == 0.0.0.dev65",
"LoggerMan == 0.0.0.dev82",
"PySerials == 0.0.0.dev55",
"GitTidy == 0.0.0.dev80",
"PkgData == 0.0.0.dev5",
"PyShellMan == 0.0.0.dev41",
"PyShellMan == 0.0.0.dev42",
"PySyntax == 0.0.0.dev5",
"ExceptionMan == 0.0.0.dev51",
"MDit == 0.0.0.dev51",
"JSONSchemata == 0.0.0.dev50",
"ExceptionMan == 0.0.0.dev52",
"MDit == 0.0.0.dev52",
"JSONSchemata == 0.0.0.dev51",
"VersionMan == 0.0.0.dev249",
"HTMP == 0.0.0.dev5",
"LicenseMan == 0.0.0.dev38",
"LicenseMan == 0.0.0.dev39",
]
requires-python = ">=3.10"
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ referencing == 0.35.1
jsonpath-ng == 1.6.1
ruamel.yaml == 0.17.40
Jinja2 >= 3, < 4
PyLinks == 0.0.0.dev64
LoggerMan == 0.0.0.dev81
PySerials == 0.0.0.dev54
GitTidy == 0.0.0.dev79
PyLinks == 0.0.0.dev65
LoggerMan == 0.0.0.dev82
PySerials == 0.0.0.dev55
GitTidy == 0.0.0.dev80
PkgData == 0.0.0.dev5
PyShellMan == 0.0.0.dev41
PyShellMan == 0.0.0.dev42
PySyntax == 0.0.0.dev5
ExceptionMan == 0.0.0.dev51
MDit == 0.0.0.dev51
JSONSchemata == 0.0.0.dev50
ExceptionMan == 0.0.0.dev52
MDit == 0.0.0.dev52
JSONSchemata == 0.0.0.dev51
VersionMan == 0.0.0.dev249
HTMP == 0.0.0.dev5
LicenseMan == 0.0.0.dev38
LicenseMan == 0.0.0.dev39
7 changes: 4 additions & 3 deletions src/controlman/_data/schema/cache.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
$id: https://controlman.repodynamics.com/schema/cache
$schema: https://json-schema.org/draft/2020-12/schema
title: API Cache
description: Cached data from web APIs and other sources.
title: Cache
description: |
Cached data from web APIs and other online sources.
type: object
additionalProperties:
title: Cache Category
description: A group of thematically related cached data.
type: object
additionalProperties:
title: Cached Data
title: Cached Datapoint
description: |
A specific cached data within the group.
type: object
Expand Down
2 changes: 1 addition & 1 deletion src/controlman/_data/schema/def/gh-form-body.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$id: https://controlman.repodynamics.com/schema/gh-form-body
$schema: https://json-schema.org/draft/2020-12/schema
title: GitHub Form Body
title: GitHub Form Body (Augmented)
description: |
Definition of the elements in the discussion form, according to GitHub's
[syntax for GitHub's form schema](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema),
Expand Down
20 changes: 10 additions & 10 deletions src/controlman/_data/schema/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ properties:
:::
description_default: |
If not provided (recommended), the default value is the following template,
which generates the name from the repository name by replacing all hyphens with spaces.
which generates the project name from the repository name by replacing all hyphens with spaces.
default: |
#{{ return get("repo.name").replace("-", " ") }}#
examples:
Expand All @@ -74,7 +74,7 @@ properties:
$ref: https://jsonschemata.repodynamics.com/string/oneline
title:
description: |
A single-line description or slogan of the project.
One-line title or motto of the project.
:::{admonition} Usage
:class: dropdown note
Expand All @@ -93,7 +93,7 @@ properties:
$ref: https://jsonschemata.repodynamics.com/string/oneline
abstract:
description: |
A short description of the project.
Short description of the project.
It can contain GitHub Flavored Markdown and HTML syntax,
for example, to make text bold, italic, or to add hyperlinks.
Expand Down Expand Up @@ -185,6 +185,8 @@ properties:
$ref: https://jsonschemata.repodynamics.com/string/nonempty
license:
description: |
License of the project.
:::{admonition} Usage
:class: dropdown note
Expand Down Expand Up @@ -335,9 +337,8 @@ properties:
$ref: https://jsonschemata.repodynamics.com/string/oneline
default: English
role:
title: Roles
description: |
Role definitions for project members.
Role definitions for team members.
For each role, add a key-value pair
where the key is an ID for the role,
which can then be referenced in [team member roles](#ccc-defs-entity-roles).
Expand Down Expand Up @@ -437,12 +438,11 @@ properties:
Ownership of different parts of the project.
$ref: https://controlman.repodynamics.com/schema/code-owner
team:
title: Team
description: |
Natural and legal persons
(e.g., copyright holders, authors, maintainers, research groups, institutions, etc.)
involved in the project.
For each person, define a key-value pair, where the key is the ID of the person.
Natural and legal persons involved in the project.
For each person (e.g., copyright holders, authors, maintainers, research groups, institutions, etc.),
define a key-value pair, where the key is the ID of the person.
The ID can then be used to reference the person in other configurations
using templating
(e.g. see [`maintainer`](#ccc-maintainer) and [`citation`](#ccc-citation)).
Expand Down

0 comments on commit 447be45

Please sign in to comment.