pyExploitDb 0.2.101__tar.gz → 0.2.103__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyExploitDb
3
- Version: 0.2.101
3
+ Version: 0.2.103
4
4
  Summary: An optimized Python3 library to fetch the most recent exploit-database,
5
5
  Home-page: https://github.com/Hackman238/pyExploitDb
6
6
  Author: Shane William Scott
@@ -17,6 +17,17 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Operating System :: OS Independent
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
+ Requires-Dist: GitPython
21
+ Requires-Dist: requests
22
+ Dynamic: author
23
+ Dynamic: author-email
24
+ Dynamic: classifier
25
+ Dynamic: description
26
+ Dynamic: description-content-type
27
+ Dynamic: home-page
28
+ Dynamic: license-file
29
+ Dynamic: requires-dist
30
+ Dynamic: summary
20
31
 
21
32
  ## NOTICE
22
33
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyExploitDb
3
- Version: 0.2.101
3
+ Version: 0.2.103
4
4
  Summary: An optimized Python3 library to fetch the most recent exploit-database,
5
5
  Home-page: https://github.com/Hackman238/pyExploitDb
6
6
  Author: Shane William Scott
@@ -17,6 +17,17 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Operating System :: OS Independent
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
+ Requires-Dist: GitPython
21
+ Requires-Dist: requests
22
+ Dynamic: author
23
+ Dynamic: author-email
24
+ Dynamic: classifier
25
+ Dynamic: description
26
+ Dynamic: description-content-type
27
+ Dynamic: home-page
28
+ Dynamic: license-file
29
+ Dynamic: requires-dist
30
+ Dynamic: summary
20
31
 
21
32
  ## NOTICE
22
33
 
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="pyExploitDb",
8
- version="0.2.101",
8
+ version="0.2.103",
9
9
  author="Shane William Scott",
10
10
  author_email="gs@shanewilliamscott.com",
11
11
  description="""An optimized Python3 library to fetch the most recent exploit-database,
File without changes
File without changes
File without changes