!2 Upgrade to 7.3.1

From: @houyingchao 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-05-19 01:27:40 +00:00 committed by Gitee
commit 5e0f10f42e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: python-qrcode
Version: 6.1
Release: 2
Version: 7.3.1
Release: 1
Summary: Python QR Code image generator
License: BSD
URL: https://github.com/lincolnloop/python-qrcode
@ -49,17 +49,20 @@ done
%files -n python3-qrcode
%{_bindir}/{qr,qrcode}
%{_mandir}/man1/qr.1*
%{python3_sitelib}/qrcode/image/{svg.py*,pil.py*}
%{python3_sitelib}/qrcode/image/__pycache__/{svg.*,pil.*}
%{python3_sitelib}/qrcode/image/{svg.py*,pil.py*,styledpil.py*}
%{python3_sitelib}/qrcode/image/__pycache__/{svg.*,pil.*,styledpil.*}
%files -n python3-qrcode-core
%doc README.rst CHANGES.rst LICENSE
%{python3_sitelib}/qrcode*.egg-info
%{python3_sitelib}/qrcode/{*.py*,__pycache__}
%{python3_sitelib}/qrcode/image/{__init__.py*,base.py*}
%{python3_sitelib}/qrcode/image/{__init__.py*,base.py*,styles/}
%{python3_sitelib}/qrcode/image/__pycache__/{__init__.*,base.*}
%exclude %{python3_sitelib}/qrcode/tests
%changelog
* Wed May 18 2022 houyingchao <houyingchao@h-partners.com> - 7.3.1-1
- Upgrade to 7.3.1
* Thu May 14 2020 yanan li <liyanan032@huawei.com> - 6.1-2
- Package init

Binary file not shown.

BIN
qrcode-7.3.1.tar.gz Normal file

Binary file not shown.