libknot 3.3.15.dev0__tar.gz → 3.3.16.dev0__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.
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/PKG-INFO +4 -1
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/README.md +3 -0
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/libknot.egg-info/PKG-INFO +4 -1
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/pyproject.toml +1 -1
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/setup.py +1 -1
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/libknot/__init__.py +0 -0
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/libknot/control.py +0 -0
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/libknot/dname.py +0 -0
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/libknot/probe.py +0 -0
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/libknot.egg-info/SOURCES.txt +0 -0
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/libknot.egg-info/dependency_links.txt +0 -0
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/libknot.egg-info/top_level.txt +0 -0
- {libknot-3.3.15.dev0 → libknot-3.3.16.dev0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: libknot
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.16.dev0
|
|
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.
|
|
@@ -122,6 +122,9 @@ SECTION_NAME={"asdf"} # Any subset of characters may be used.
|
|
|
122
122
|
|
|
123
123
|
The `B` flag always represents an option to execute in blocking mode.
|
|
124
124
|
|
|
125
|
+
When listing the filters a command accepts, the letter which is passed into
|
|
126
|
+
`FILTERS` will be boldened. Like this: zone**f**ile
|
|
127
|
+
|
|
125
128
|
#### Server
|
|
126
129
|
|
|
127
130
|
* `status([TYPE="cert-key"|"configure"|"version"|"workers"])`
|
|
@@ -100,6 +100,9 @@ SECTION_NAME={"asdf"} # Any subset of characters may be used.
|
|
|
100
100
|
|
|
101
101
|
The `B` flag always represents an option to execute in blocking mode.
|
|
102
102
|
|
|
103
|
+
When listing the filters a command accepts, the letter which is passed into
|
|
104
|
+
`FILTERS` will be boldened. Like this: zone**f**ile
|
|
105
|
+
|
|
103
106
|
#### Server
|
|
104
107
|
|
|
105
108
|
* `status([TYPE="cert-key"|"configure"|"version"|"workers"])`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: libknot
|
|
3
|
-
Version: 3.3.
|
|
3
|
+
Version: 3.3.16.dev0
|
|
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.
|
|
@@ -122,6 +122,9 @@ SECTION_NAME={"asdf"} # Any subset of characters may be used.
|
|
|
122
122
|
|
|
123
123
|
The `B` flag always represents an option to execute in blocking mode.
|
|
124
124
|
|
|
125
|
+
When listing the filters a command accepts, the letter which is passed into
|
|
126
|
+
`FILTERS` will be boldened. Like this: zone**f**ile
|
|
127
|
+
|
|
125
128
|
#### Server
|
|
126
129
|
|
|
127
130
|
* `status([TYPE="cert-key"|"configure"|"version"|"workers"])`
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|