diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 04:31:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 04:31:27 +0000 |
commit | 034ed30161d3e4259a4c0c1f22e009e778f586e1 (patch) | |
tree | 787a233dd905e6cbb884ec4697be9c0e473dd972 | |
parent | 9387abb1a3c81cd953ba0a574126406aac22d9d3 (diff) |
automatic import of python-appthreat-vulnerability-db
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-appthreat-vulnerability-db.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /appthreat-vulnerability-db-5.1.3.tar.gz +/appthreat-vulnerability-db-5.1.4.tar.gz diff --git a/python-appthreat-vulnerability-db.spec b/python-appthreat-vulnerability-db.spec index 22d56d6..2792f3d 100644 --- a/python-appthreat-vulnerability-db.spec +++ b/python-appthreat-vulnerability-db.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-appthreat-vulnerability-db -Version: 5.1.3 +Version: 5.1.4 Release: 1 Summary: AppThreat's vulnerability database and package search library with a built-in file based storage. OSV, CVE, GitHub, npm are the primary sources of vulnerabilities. License: MIT License URL: https://github.com/appthreat/vulnerability-db -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/7d/4cdcb5fdfdeea236c16a5c33c3313b63455de120c17426d4eed88dd7ad56/appthreat-vulnerability-db-5.1.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/05/3b/149df8550470897aeb125c5dd43bbbb7ed03e4ce93f8f48b308daf9a2ede/appthreat-vulnerability-db-5.1.4.tar.gz BuildArch: noarch Requires: python3-httpx[http2] @@ -324,7 +324,7 @@ Syntax is package:version,package:version or vendor : package : version (Without %prep -%autosetup -n appthreat-vulnerability-db-5.1.3 +%autosetup -n appthreat-vulnerability-db-5.1.4 %build %py3_build @@ -364,5 +364,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.1.3-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.1.4-1 - Package Spec generated @@ -1 +1 @@ -c4e8953ec2d3d60b532c3e38af30c793 appthreat-vulnerability-db-5.1.3.tar.gz +8117f59c7897d1fb68f7c08ef9e1ef0e appthreat-vulnerability-db-5.1.4.tar.gz |