diff --git a/python-humanize.spec b/python-humanize.spec index 48e718d..4fd0181 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,6 +1,6 @@ Name: python-humanize Version: 0.5.1 -Release: 17 +Release: 18 Summary: python humanize module License: MIT URL: https://github.com/jmoiron/humanize @@ -13,6 +13,7 @@ Python module that includes various common humanization utilities. %package -n python3-humanize Summary: python3 humanize module +%{?python_provide:%python_provide python3-humanize} %description -n python3-humanize Python3 module that includes various common humanization utilities. @@ -53,6 +54,9 @@ popd %exclude %{_usr}/lib/python*/site-packages/humanize/locale/*/LC_MESSAGES/*.po %changelog +* Mon Sep 27 2021 caodongxia - 0.5.1-18 +- Provides python-humanize + * Wed Oct 21 2020 leiju - 0.5.1-17 - rename python2 subpackage