pybgpkit 0.6.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pybgpkit
3
- Version: 0.6.1
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.1
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
 
@@ -137,6 +137,6 @@ python3 -m build
137
137
 
138
138
  Upload to PyPi (needs credentials)
139
139
  ``` bash
140
- python3 -m twine upload dist/*
140
+ python3 -m twine upload --skip-existing dist/*
141
141
  ```
142
142
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pybgpkit
3
- Version: 0.6.1
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.1
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,3 +1,3 @@
1
1
  dataclasses_json
2
- pybgpkit-parser==0.6.1
2
+ pybgpkit-parser==0.6.2
3
3
  requests
@@ -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.1",
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.1",
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