pybgpkit 0.7.0__tar.gz → 0.8.0__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.4
2
2
  Name: pybgpkit
3
- Version: 0.7.0
3
+ Version: 0.8.0
4
4
  Summary: BGPKIT tools Python bindings
5
5
  Author-email: Mingwei Zhang <mingwei@bgpkit.com>
6
6
  License-Expression: MIT
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.13
13
13
  Requires-Python: >=3.9
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
- Requires-Dist: pybgpkit-parser>=0.7.0
16
+ Requires-Dist: pybgpkit-parser>=0.18.0
17
17
  Requires-Dist: requests
18
18
  Provides-Extra: dev
19
19
  Requires-Dist: pytest; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pybgpkit
3
- Version: 0.7.0
3
+ Version: 0.8.0
4
4
  Summary: BGPKIT tools Python bindings
5
5
  Author-email: Mingwei Zhang <mingwei@bgpkit.com>
6
6
  License-Expression: MIT
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.13
13
13
  Requires-Python: >=3.9
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
- Requires-Dist: pybgpkit-parser>=0.7.0
16
+ Requires-Dist: pybgpkit-parser>=0.18.0
17
17
  Requires-Dist: requests
18
18
  Provides-Extra: dev
19
19
  Requires-Dist: pytest; extra == "dev"
@@ -0,0 +1,5 @@
1
+ pybgpkit-parser>=0.18.0
2
+ requests
3
+
4
+ [dev]
5
+ pytest
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "pybgpkit"
7
7
  dynamic = []
8
- version = "0.7.0"
8
+ version = "0.8.0"
9
9
  description = "BGPKIT tools Python bindings"
10
10
  readme = "README.md"
11
11
  requires-python = ">=3.9"
@@ -21,7 +21,7 @@ classifiers = [
21
21
  "Programming Language :: Python :: 3.13",
22
22
  ]
23
23
  dependencies = [
24
- "pybgpkit-parser>=0.7.0",
24
+ "pybgpkit-parser>=0.18.0",
25
25
  "requests",
26
26
  ]
27
27
 
@@ -1,5 +0,0 @@
1
- pybgpkit-parser>=0.7.0
2
- requests
3
-
4
- [dev]
5
- pytest
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes