pybgpkit 0.5.1__tar.gz → 0.5.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybgpkit
3
- Version: 0.5.1
3
+ Version: 0.5.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.5.1
11
+ Requires-Dist: pybgpkit-parser==0.5.2
12
12
  Requires-Dist: requests
13
13
 
14
14
  # PyBGPKIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pybgpkit
3
- Version: 0.5.1
3
+ Version: 0.5.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.5.1
11
+ Requires-Dist: pybgpkit-parser==0.5.2
12
12
  Requires-Dist: requests
13
13
 
14
14
  # PyBGPKIT
@@ -1,3 +1,3 @@
1
1
  dataclasses_json
2
- pybgpkit-parser==0.5.1
2
+ pybgpkit-parser==0.5.2
3
3
  requests
@@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text()
7
7
 
8
8
  setuptools.setup(
9
9
  name='pybgpkit',
10
- version='0.5.1',
10
+ version='0.5.2',
11
11
  description='BGPKIT tools Python bindings',
12
12
  url='https://github.com/bgpkit/pybgpkit',
13
13
  author='Mingwei Zhang',
@@ -19,7 +19,7 @@ setuptools.setup(
19
19
  install_requires=[
20
20
  # available on pip
21
21
  'dataclasses_json',
22
- 'pybgpkit-parser==0.5.1',
22
+ 'pybgpkit-parser==0.5.2',
23
23
  'requests',
24
24
  ]
25
25
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes