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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libknot
3
- Version: 3.3.15.dev0
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.15.dev0
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"])`
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "libknot"
7
- version = "3.3.15dev"
7
+ version = "3.3.16dev"
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.3.15dev',
10
+ version='3.3.16dev',
11
11
  description='Python bindings for libknot',
12
12
  long_description=long_description,
13
13
  long_description_content_type="text/markdown",
File without changes