libknot 3.5.2__tar.gz → 3.5.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libknot
3
- Version: 3.5.2
3
+ Version: 3.5.4
4
4
  Summary: Python bindings for libknot
5
5
  Home-page: https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
6
6
  Author: CZ.NIC, z.s.p.o.
@@ -156,7 +156,9 @@ The following commands apply to all zones if `ZONE` is left empty.
156
156
  * `zone-validate([ZONE], [FLAGS="B"])`
157
157
  * `zone-keys-load([ZONE], [FLAGS="B"])`
158
158
  * `zone-key-rollover([ZONE], TYPE="ksk"|"zsk", [FLAGS="B"])`
159
- * `zone-ksk-submitted([ZONE], [FLAGS="B"])`
159
+ * `zone-ksk-submitted([ZONE], [FILTERS="t", DATA], [FLAGS="B"])`
160
+ + the **t**tl filter commands that removal of old KSK is postponed by the amount of seconds
161
+ stored in the `DATA` section
160
162
  * `zone-freeze([ZONE], [FLAGS="B"])`
161
163
  * `zone-thaw([ZONE], [FLAGS="B"])`
162
164
  * `zone-xfr-freeze([ZONE], [FLAGS="B"])`
@@ -137,7 +137,9 @@ The following commands apply to all zones if `ZONE` is left empty.
137
137
  * `zone-validate([ZONE], [FLAGS="B"])`
138
138
  * `zone-keys-load([ZONE], [FLAGS="B"])`
139
139
  * `zone-key-rollover([ZONE], TYPE="ksk"|"zsk", [FLAGS="B"])`
140
- * `zone-ksk-submitted([ZONE], [FLAGS="B"])`
140
+ * `zone-ksk-submitted([ZONE], [FILTERS="t", DATA], [FLAGS="B"])`
141
+ + the **t**tl filter commands that removal of old KSK is postponed by the amount of seconds
142
+ stored in the `DATA` section
141
143
  * `zone-freeze([ZONE], [FLAGS="B"])`
142
144
  * `zone-thaw([ZONE], [FLAGS="B"])`
143
145
  * `zone-xfr-freeze([ZONE], [FLAGS="B"])`
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libknot
3
- Version: 3.5.2
3
+ Version: 3.5.4
4
4
  Summary: Python bindings for libknot
5
5
  Home-page: https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
6
6
  Author: CZ.NIC, z.s.p.o.
@@ -156,7 +156,9 @@ The following commands apply to all zones if `ZONE` is left empty.
156
156
  * `zone-validate([ZONE], [FLAGS="B"])`
157
157
  * `zone-keys-load([ZONE], [FLAGS="B"])`
158
158
  * `zone-key-rollover([ZONE], TYPE="ksk"|"zsk", [FLAGS="B"])`
159
- * `zone-ksk-submitted([ZONE], [FLAGS="B"])`
159
+ * `zone-ksk-submitted([ZONE], [FILTERS="t", DATA], [FLAGS="B"])`
160
+ + the **t**tl filter commands that removal of old KSK is postponed by the amount of seconds
161
+ stored in the `DATA` section
160
162
  * `zone-freeze([ZONE], [FLAGS="B"])`
161
163
  * `zone-thaw([ZONE], [FLAGS="B"])`
162
164
  * `zone-xfr-freeze([ZONE], [FLAGS="B"])`
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "libknot"
7
- version = "3.5.2"
7
+ version = "3.5.4"
8
8
  description = "Python bindings for libknot"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.5"
@@ -7,7 +7,7 @@ if p.exists():
7
7
 
8
8
  setuptools.setup(
9
9
  name='libknot',
10
- version='3.5.2',
10
+ version='3.5.4',
11
11
  description='Python bindings for libknot',
12
12
  long_description=long_description,
13
13
  long_description_content_type="text/markdown",
File without changes
File without changes
File without changes
File without changes
File without changes