File tree Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 55"""
66
77# Keep metadata before any imports (for setup.py)!
8- __version__ = '1.4.3 '
8+ __version__ = '3.0.0 '
99__url__ = 'https://github.com/coldfix/certbot-dns-netcup'
1010__all__ = ['Authenticator' ]
1111
Original file line number Diff line number Diff line change 11name : certbot-dns-netcup
2- version : 1.4.3
2+ version : 3.0.0
33summary : Certbot DNS Authenticator plugin for netcup
44description : |
55 This plugin automates the process of completing a dns-01 challenge by
@@ -8,10 +8,12 @@ description: |
88
99confinement : strict
1010grade : stable
11- base : core20
12- architectures :
13- - build-on : amd64
14- run-on : all
11+ base : core24
12+ adopt-info : certbot-dns-netcup
13+ platforms :
14+ all :
15+ build-on : amd64
16+ build-for : all
1517
1618parts :
1719 certbot-dns-netcup :
@@ -47,10 +49,24 @@ parts:
4749 rm -rf $VENV_BASE_PACKAGES
4850 prime :
4951 - lib
52+ certbot-metadata :
53+ plugin : dump
54+ source : .
55+ stage : [setup.py, certbot-shared]
56+ override-pull : |
57+ craftctl default
58+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
5059
5160slots :
5261 certbot :
5362 interface : content
5463 content : certbot-1
5564 read :
56- - $SNAP/lib/python3.8/site-packages
65+ - $SNAP/lib/python3.12/site-packages
66+
67+ plugs :
68+ certbot-metadata :
69+ interface : content
70+ content : metadata-1
71+ target : $SNAP/certbot-shared
72+
You can’t perform that action at this time.
0 commit comments