Upgrade to 7.3.1

This commit is contained in:
houyingchao 2022-05-18 19:42:25 +08:00
parent 81897e0cab
commit ad89721d55
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.