libknot 3.4.2__tar.gz → 3.4.3__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,12 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libknot
3
- Version: 3.4.2
3
+ Version: 3.4.3
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.
7
- Author-email: knot-dns@labs.nic.cz
7
+ Author-email: "CZ.NIC, z.s.p.o." <knot-dns@labs.nic.cz>
8
8
  License: GPL-3.0
9
- Platform: UNKNOWN
9
+ Project-URL: Documentation, https://www.knot-dns.cz/documentation
10
+ Project-URL: Issues, https://gitlab.nic.cz/knot/knot-dns/-/issues
11
+ Project-URL: Source, https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
10
12
  Classifier: Development Status :: 5 - Production/Stable
11
13
  Classifier: Intended Audience :: Developers
12
14
  Classifier: Intended Audience :: System Administrators
@@ -186,5 +188,3 @@ knot-dns.cz.: wire: b'\x08knot-dns\x02cz\x00' size: 13
186
188
  example.com.: wire: b'\x07example\x03com\x00' size: 13
187
189
  cz.: wire: b'\x02cz\x00' size: 4
188
190
  ```
189
-
190
-
@@ -1,12 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libknot
3
- Version: 3.4.2
3
+ Version: 3.4.3
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.
7
- Author-email: knot-dns@labs.nic.cz
7
+ Author-email: "CZ.NIC, z.s.p.o." <knot-dns@labs.nic.cz>
8
8
  License: GPL-3.0
9
- Platform: UNKNOWN
9
+ Project-URL: Documentation, https://www.knot-dns.cz/documentation
10
+ Project-URL: Issues, https://gitlab.nic.cz/knot/knot-dns/-/issues
11
+ Project-URL: Source, https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot
10
12
  Classifier: Development Status :: 5 - Production/Stable
11
13
  Classifier: Intended Audience :: Developers
12
14
  Classifier: Intended Audience :: System Administrators
@@ -186,5 +188,3 @@ knot-dns.cz.: wire: b'\x08knot-dns\x02cz\x00' size: 13
186
188
  example.com.: wire: b'\x07example\x03com\x00' size: 13
187
189
  cz.: wire: b'\x02cz\x00' size: 4
188
190
  ```
189
-
190
-
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "libknot"
7
- version = "3.4.2"
7
+ version = "3.4.3"
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.4.2',
10
+ version='3.4.3',
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
File without changes