pybgpkit 0.6.0__tar.gz → 0.6.2__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.
- {pybgpkit-0.6.0/pybgpkit.egg-info → pybgpkit-0.6.2}/PKG-INFO +3 -3
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/README.md +1 -1
- {pybgpkit-0.6.0 → pybgpkit-0.6.2/pybgpkit.egg-info}/PKG-INFO +3 -3
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/pybgpkit.egg-info/requires.txt +1 -1
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/setup.py +2 -2
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/LICENSE +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/bgpkit/__init__.py +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/bgpkit/bgpkit_broker.py +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/bgpkit/bgpkit_parser.py +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/bgpkit/bgpkit_roas.py +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/bgpkit/test_integration.py +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/pybgpkit.egg-info/SOURCES.txt +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/pybgpkit.egg-info/dependency_links.txt +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/pybgpkit.egg-info/top_level.txt +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/pyproject.toml +0 -0
- {pybgpkit-0.6.0 → pybgpkit-0.6.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pybgpkit
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: BGPKIT tools Python bindings
|
|
5
5
|
Home-page: https://github.com/bgpkit/pybgpkit
|
|
6
6
|
Author: Mingwei Zhang
|
|
@@ -8,7 +8,7 @@ Author-email: mingwei@bgpkit.com
|
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Requires-Dist: dataclasses_json
|
|
11
|
-
Requires-Dist: pybgpkit-parser==0.6.
|
|
11
|
+
Requires-Dist: pybgpkit-parser==0.6.2
|
|
12
12
|
Requires-Dist: requests
|
|
13
13
|
Dynamic: author
|
|
14
14
|
Dynamic: author-email
|
|
@@ -158,6 +158,6 @@ python3 -m build
|
|
|
158
158
|
|
|
159
159
|
Upload to PyPi (needs credentials)
|
|
160
160
|
``` bash
|
|
161
|
-
python3 -m twine upload dist/*
|
|
161
|
+
python3 -m twine upload --skip-existing dist/*
|
|
162
162
|
```
|
|
163
163
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pybgpkit
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: BGPKIT tools Python bindings
|
|
5
5
|
Home-page: https://github.com/bgpkit/pybgpkit
|
|
6
6
|
Author: Mingwei Zhang
|
|
@@ -8,7 +8,7 @@ Author-email: mingwei@bgpkit.com
|
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Requires-Dist: dataclasses_json
|
|
11
|
-
Requires-Dist: pybgpkit-parser==0.6.
|
|
11
|
+
Requires-Dist: pybgpkit-parser==0.6.2
|
|
12
12
|
Requires-Dist: requests
|
|
13
13
|
Dynamic: author
|
|
14
14
|
Dynamic: author-email
|
|
@@ -158,6 +158,6 @@ python3 -m build
|
|
|
158
158
|
|
|
159
159
|
Upload to PyPi (needs credentials)
|
|
160
160
|
``` bash
|
|
161
|
-
python3 -m twine upload dist/*
|
|
161
|
+
python3 -m twine upload --skip-existing dist/*
|
|
162
162
|
```
|
|
163
163
|
|
|
@@ -8,7 +8,7 @@ long_description = (this_directory / "README.md").read_text()
|
|
|
8
8
|
|
|
9
9
|
setuptools.setup(
|
|
10
10
|
name="pybgpkit",
|
|
11
|
-
version="0.6.
|
|
11
|
+
version="0.6.2",
|
|
12
12
|
description="BGPKIT tools Python bindings",
|
|
13
13
|
url="https://github.com/bgpkit/pybgpkit",
|
|
14
14
|
author="Mingwei Zhang",
|
|
@@ -20,7 +20,7 @@ setuptools.setup(
|
|
|
20
20
|
install_requires=[
|
|
21
21
|
# available on pip
|
|
22
22
|
"dataclasses_json",
|
|
23
|
-
"pybgpkit-parser==0.6.
|
|
23
|
+
"pybgpkit-parser==0.6.2",
|
|
24
24
|
"requests",
|
|
25
25
|
],
|
|
26
26
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|