!9 Generate pythonX.Ydist(CANONICAL_NAME) tag
From: @liqiuyu123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
7882c40510
@ -1,6 +1,6 @@
|
|||||||
Name: python-humanize
|
Name: python-humanize
|
||||||
Version: 4.1.0
|
Version: 4.1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: python humanize module
|
Summary: python humanize module
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jmoiron/humanize
|
URL: https://github.com/jmoiron/humanize
|
||||||
@ -47,13 +47,16 @@ popd
|
|||||||
|
|
||||||
%files -n python3-humanize -f %{py3dir}/humanize.lang
|
%files -n python3-humanize -f %{py3dir}/humanize.lang
|
||||||
%doc LICENCE
|
%doc LICENCE
|
||||||
%dir %{python3_sitelib}/humanize
|
%dir %{python3_sitelib}/*
|
||||||
%{python3_sitelib}/humanize/*.py
|
%{python3_sitelib}/humanize/*.py
|
||||||
%{python3_sitelib}/humanize/__pycache__
|
%{python3_sitelib}/humanize/__pycache__
|
||||||
%{python3_sitelib}/humanize-0.0.0-py3.10.egg-info/*
|
%{python3_sitelib}/humanize-0.0.0-py3.10.egg-info/*
|
||||||
%exclude %{_usr}/lib/python*/site-packages/humanize/locale/*/LC_MESSAGES/*.po
|
%exclude %{_usr}/lib/python*/site-packages/humanize/locale/*/LC_MESSAGES/*.po
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 02 2022 liqiuyu <liqiuyu@kylinos.cn> - 4.1.0-2
|
||||||
|
- Generate pythonX.Ydist(CANONICAL_NAME) tag
|
||||||
|
|
||||||
* Fri Jun 17 2022 houyingchao <houyingchao@h-partners.com> - 4.1.0-1
|
* Fri Jun 17 2022 houyingchao <houyingchao@h-partners.com> - 4.1.0-1
|
||||||
- Upgrade to version 4.1.0
|
- Upgrade to version 4.1.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user