update to 0.3.1

This commit is contained in:
sxt1001 2020-08-07 15:47:10 +08:00
parent 176be9741c
commit 4ed1e48bca
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,8 @@
%bcond_with check %bcond_with check
Name: python-distlib Name: python-distlib
Version: 0.3.0 Version: 0.3.1
Release: 2 Release: 1
Summary: A library of packaging functionality Summary: A library of packaging functionality
License: Python License: Python
URL: https://readthedocs.org/projects/distlib/ URL: https://readthedocs.org/projects/distlib/
@ -49,5 +49,8 @@ export PYTHONHASHSEED=0
%{python3_sitelib}/distlib-%{version}-py?.?.egg-info %{python3_sitelib}/distlib-%{version}-py?.?.egg-info
%changelog %changelog
* Fri Aug 7 2020 shixuantong <shixuantong@huawei.com> - 0.3.1-1
- update to 0.3.1
* Fri Jun 5 2020 chengzihan <chengzihan2@huawei.com> - 0.3.0-2 * Fri Jun 5 2020 chengzihan <chengzihan2@huawei.com> - 0.3.0-2
- Package init - Package init