diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyscard.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pyscard-2.0.5.tar.gz +/pyscard-2.0.7.tar.gz diff --git a/python-pyscard.spec b/python-pyscard.spec index dbc4832..3751a8f 100644 --- a/python-pyscard.spec +++ b/python-pyscard.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyscard -Version: 2.0.5 +Version: 2.0.7 Release: 1 Summary: Smartcard module for Python. License: GNU Lesser General Public License v2 or later (LGPLv2+) URL: https://github.com/LudovicRousseau/pyscard -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/07/64/62200892980cacc2968ab6e5ae6ddd345c8b96e2e2076aea9e0459fc540b/pyscard-2.0.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cc/33/b7d115ccf1b594af18db7ca61a7b07192356be35c65dfcd1d5ef9b28dc0a/pyscard-2.0.7.tar.gz %description @@ -33,7 +33,7 @@ Smartcard package for Python %prep -%autosetup -n pyscard-2.0.5 +%autosetup -n pyscard-2.0.7 %build %py3_build @@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.5-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.7-1 - Package Spec generated @@ -1 +1 @@ -e0c37ff885d11861bb8b0fafb1a77543 pyscard-2.0.5.tar.gz +9b58a6327e41dd8c7c72fa0211e7067f pyscard-2.0.7.tar.gz |