diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:58:54 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 09:58:54 +0000 |
| commit | 569bf2bcf7b04ad047b71563c413781cd797d334 (patch) | |
| tree | 70841202955f0b31b02d1914e870e5a4ff080481 | |
| parent | f9317c898c10725667116d1e092f37de7ac21e1c (diff) | |
automatic import of python-signifyopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-signify.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /signify-0.5.1.tar.gz +/signify-0.5.2.tar.gz diff --git a/python-signify.spec b/python-signify.spec index 5745b34..03b7033 100644 --- a/python-signify.spec +++ b/python-signify.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-signify -Version: 0.5.1 +Version: 0.5.2 Release: 1 Summary: Module to generate and verify PE signatures License: MIT URL: https://github.com/ralphje/signify -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/9b/ed473c0bab7bf13d8835c243608d91e9b6b913f901c7d9ce90bf87374f25/signify-0.5.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/09/e2/8d02ca5ae62bbb98836699d5d0b9bcc88540af4f4d28c3f52c07f2acf9bd/signify-0.5.2.tar.gz BuildArch: noarch @@ -43,7 +43,7 @@ replacement, as significant changes have occurred. This module is compatible with Python 3.7+ and does not support Python 2. %prep -%autosetup -n signify-0.5.1 +%autosetup -n signify-0.5.2 %build %py3_build @@ -83,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.2-1 - Package Spec generated @@ -1 +1 @@ -bc98d258a6c2324877b4e4d8372a7722 signify-0.5.1.tar.gz +afb53f0f9898ab6577c67bc9e32aed27 signify-0.5.2.tar.gz |
