Skip to content

Commit 835701b

Browse files
committed
sync dynamic files
1 parent 2679d7e commit 835701b

4 files changed

Lines changed: 26 additions & 16 deletions

File tree

.devcontainer/environment/conda/pypackit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ dependencies:
33
- conda-forge::python >=3.10
44
- pip
55
- pip:
6-
- actionman ==0.1.0
6+
- actionman ==0.1.1
77
- ansi-sgr ==0.1.0
88
- conventionalcommits ==0.1.0
99
- exceptionman ==0.1.0
1010
- fileex ==0.1.0
11-
- github-contexts ==0.1.0
11+
- github-contexts ==0.1.1
1212
- gittidy ==0.1.0
1313
- htmp ==0.1.0
1414
- jinja2 ==3.1.6

.github/.repodynamics/metadata.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7140,9 +7140,9 @@
71407140
"actionman": {
71417141
"name": "${{ .__key__ }}$",
71427142
"spec": {
7143-
"full": "actionman ==0.1.0",
7143+
"full": "actionman ==0.1.1",
71447144
"name": "actionman",
7145-
"version": "==0.1.0"
7145+
"version": "==0.1.1"
71467146
}
71477147
},
71487148
"ansi-sgr": {
@@ -7180,9 +7180,9 @@
71807180
"github-contexts": {
71817181
"name": "${{ .__key__ }}$",
71827182
"spec": {
7183-
"full": "github-contexts ==0.1.0",
7183+
"full": "github-contexts ==0.1.1",
71847184
"name": "github-contexts",
7185-
"version": "==0.1.0"
7185+
"version": "==0.1.1"
71867186
}
71877187
},
71887188
"gittidy": {
@@ -21040,7 +21040,7 @@
2104021040
"pypackit_testsuite/data/__init__.py": "test/src/pypackit_testsuite/data/__init__.py",
2104121041
"pypackit_testsuite/data/config/__init__.py": "test/src/pypackit_testsuite/data/config/__init__.py",
2104221042
"pypackit_testsuite/data_tests.py": "test/src/pypackit_testsuite/data_tests.py",
21043-
"pypkg_ci_cli": "/home/runner/work/PyPackIT/PyPackIT/repo_base/.manager/src/proman/__main__.py"
21043+
"pypkg_ci_cli": "/workspace/.manager/src/proman/__main__.py"
2104421044
}
2104521045
},
2104621046
"gui_names": [],
@@ -21288,8 +21288,8 @@
2128821288
"pip": {
2128921289
"homepage": "https://pypi.org/project/actionman",
2129021290
"name": "actionman",
21291-
"spec": "actionman ==0.1.0",
21292-
"version": "==0.1.0"
21291+
"spec": "actionman ==0.1.1",
21292+
"version": "==0.1.1"
2129321293
}
2129421294
},
2129521295
"name": "actionman",
@@ -21362,8 +21362,8 @@
2136221362
"pip": {
2136321363
"homepage": "https://pypi.org/project/github-contexts",
2136421364
"name": "github-contexts",
21365-
"spec": "github-contexts ==0.1.0",
21366-
"version": "==0.1.0"
21365+
"spec": "github-contexts ==0.1.1",
21366+
"version": "==0.1.1"
2136721367
}
2136821368
},
2136921369
"name": "github-contexts",
@@ -21670,6 +21670,15 @@
2167021670
"type": "str"
2167121671
},
2167221672
"post_process": "import json\nfrom pathlib import Path\nsetattr(\n args,\n \"metadata\",\n json.loads((Path(args.repo).resolve() / \".github/.repodynamics/metadata.json\").read_text())\n)\n"
21673+
},
21674+
{
21675+
"args": [
21676+
"--remove-tokens"
21677+
],
21678+
"kwargs": {
21679+
"action": "store_true",
21680+
"help": "Remove all tokens read from the environment."
21681+
}
2167321682
}
2167421683
],
2167521684
"insert": {
@@ -21695,7 +21704,7 @@
2169521704
{
2169621705
"args": [
2169721706
"-t",
21698-
"--token"
21707+
"--github-token"
2169921708
],
2170021709
"kwargs": {
2170121710
"help": "GitHub token for accessing the repository.",
@@ -22150,12 +22159,12 @@
2215022159
},
2215122160
"project": {
2215222161
"dependencies": [
22153-
"actionman ==0.1.0",
22162+
"actionman ==0.1.1",
2215422163
"ansi-sgr ==0.1.0",
2215522164
"conventionalcommits ==0.1.0",
2215622165
"exceptionman ==0.1.0",
2215722166
"fileex ==0.1.0",
22158-
"github-contexts ==0.1.0",
22167+
"github-contexts ==0.1.1",
2215922168
"gittidy ==0.1.0",
2216022169
"htmp ==0.1.0",
2216122170
"jinja2 ==3.1.6",

.manager/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ requires = [
66

77
[project]
88
dependencies = [
9-
"actionman ==0.1.0",
9+
"actionman ==0.1.1",
1010
"ansi-sgr ==0.1.0",
1111
"conventionalcommits ==0.1.0",
1212
"exceptionman ==0.1.0",
1313
"fileex ==0.1.0",
14-
"github-contexts ==0.1.0",
14+
"github-contexts ==0.1.1",
1515
"gittidy ==0.1.0",
1616
"htmp ==0.1.0",
1717
"jinja2 ==3.1.6",

.manager/src/proman/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def _parse_args() -> argparse.Namespace:
106106
# begin auto-generated parser
107107
parser = argparse.ArgumentParser(description="Project Manager CLI")
108108
parser.add_argument("--repo", type=str, help="Local path to the repository root directory.", default="./")
109+
parser.add_argument("--remove-tokens", help="Remove all tokens read from the environment.", action="store_true")
109110
# Sub-parsers for parser
110111
subparsers_main = parser.add_subparsers(dest="command", required=True)
111112
subparser_cca = subparsers_main.add_parser("cca", help="Run Continuous Configuration Automation on the repository.")

0 commit comments

Comments
 (0)