diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-cryptography.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /cryptography-40.0.1.tar.gz +/cryptography-40.0.2.tar.gz diff --git a/python-cryptography.spec b/python-cryptography.spec index 63cc162..ec8b1e1 100644 --- a/python-cryptography.spec +++ b/python-cryptography.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cryptography -Version: 40.0.1 +Version: 40.0.2 Release: 1 Summary: cryptography is a package which provides cryptographic recipes and primitives to Python developers. License: (Apache-2.0 OR BSD-3-Clause) AND PSF-2.0 URL: https://github.com/pyca/cryptography -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/15/d9/c679e9eda76bfc0d60c9d7a4084ca52d0631d9f24ef04f818012f6d1282e/cryptography-40.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f7/80/04cc7637238b78f8e7354900817135c5a23cf66dfb3f3a216c6d630d6833/cryptography-40.0.2.tar.gz Requires: python3-cffi Requires: python3-sphinx @@ -139,7 +139,7 @@ Need to report a security issue? Please consult our `security reporting`_ documentation. %prep -%autosetup -n cryptography-40.0.1 +%autosetup -n cryptography-40.0.2 %build %py3_build @@ -179,5 +179,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 40.0.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 40.0.2-1 - Package Spec generated @@ -1 +1 @@ -24dec990fce1d4a614ad86076c8e347f cryptography-40.0.1.tar.gz +a5038e911cc5e2f20d1aa424e9c09464 cryptography-40.0.2.tar.gz |