Skip to content

Commit 35618ad

Browse files
committed
feat: add migration to KC packages
1 parent 68b420e commit 35618ad

File tree

4 files changed

+54
-2
lines changed

4 files changed

+54
-2
lines changed

base.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ find-links +=
2323

2424
versions = versions
2525

26+
auto-checkout +=
27+
collective.upgrade
28+
pas.plugins.kimug
29+
imio.events.policy
30+
31+
2632
[instance]
2733
recipe = plone.recipe.zope2instance
2834
zodb-temporary-storage = off
@@ -33,10 +39,13 @@ eggs =
3339
Plone
3440
imio.events.policy
3541
collective.upgrade
42+
pas.plugins.kimug
43+
3644
zcml =
3745
imio.events.policy
3846
imio.events.core
3947
imio.events.core-overrides
48+
pas.plugins.kimug
4049

4150

4251
[omelette]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-r https://dist.plone.org/release/6.1.1/requirements.txt
1+
-r https://dist.plone.org/release/6.1-dev/requirements.txt

sources.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ collective_push = git@github.com:collective
77

88
[sources]
99
imio.events.core = git ${remotes:imio}/imio.events.core.git pushurl=${remotes:imio_push}/imio.events.core.git branch=main
10-
imio.events.policy = git ${remotes:imio}/imio.events.policy.git pushurl=${remotes:imio_push}/imio.events.policy.git branch=main
10+
imio.events.policy = git ${remotes:imio}/imio.events.policy.git pushurl=${remotes:imio_push}/imio.events.policy.git branch=keycloak
1111
collective.upgrade = git ${remotes:collective}/collective.upgrade.git pushurl=${remotes:collective_push}/collective.upgrade.git branch=plone61
12+
pas.plugins.kimug = git ${remotes:imio}/pas.plugins.kimug.git pushurl=${remotes:imio_push}/pas.plugins.kimug branch=add_migration_to_keycloak

versions.cfg

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,45 @@ imio.events.core = 1.2.42
44
imio.events.policy = 1.1.6
55
imio.smartweb.common = 1.2.36
66
imio.smartweb.locales = 1.1.30
7+
8+
pas.plugins.kimug = 1.1.0
9+
jwcrypto = 1.5.4
10+
11+
aiofiles = 24.1.0
12+
annotated-types = 0.7.0
13+
async-property = 0.2.2
14+
deprecation = 2.1.0
15+
httpx = 0.28.1
16+
pas-plugins-oidc = 2.0.0+imio1
17+
pydantic = 2.11.7
18+
pyjwkest = 1.4.2
19+
typing-inspection = 0.4.1
20+
21+
# Required by:
22+
# httpx==0.28.1
23+
anyio = 4.9.0
24+
25+
# Required by:
26+
# oic==1.7.0
27+
defusedxml = 0.7.1
28+
29+
# Required by:
30+
# oic==1.7.0
31+
mako = 1.3.10
32+
33+
# Required by:
34+
# pas-plugins-oidc==2.0.0+imio1
35+
oic = 1.7.0
36+
37+
# Required by:
38+
# oic==1.7.0
39+
# pyjwkest==1.4.2
40+
pycryptodomex = 3.23.0
41+
42+
# Required by:
43+
# oic==1.7.0
44+
pydantic-settings = 2.10.1
45+
46+
# Required by:
47+
# pas.plugins.kimug==1.1.0
48+
python-keycloak = 5.6.0

0 commit comments

Comments
 (0)