Bootstrap for Python 3.10

This commit is contained in:
桐小哥 2021-12-01 10:59:29 +00:00 committed by shixuantong
parent 0b19534a34
commit d88a5af5fd

View File

@ -1,5 +1,3 @@
%global _with_bootstrap 1
%bcond_with bootstrap
%bcond_with tests
@ -10,7 +8,7 @@
Name: python-setuptools
Version: 59.4.0
Release: 1
Release: 2
Summary: Easily build and distribute Python packages
License: MIT and (BSD or ASL 2.0)
@ -110,6 +108,9 @@ PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(pwd) py.test-%{python3_version} --ignore=
%changelog
* Wed Dec 01 2021 shixuantong<shixuantong@huawei.com> - 59.4.0-2
- Bootstrap for Python 3.10
* Wed Dec 01 2021 shixuantong<shixuantong@huawei.com> - 59.4.0-1
- update version to 59.4.0