Bootstrap for Python 3.10
This commit is contained in:
parent
4e92c5da5b
commit
ec8cee20b2
@ -1,3 +1,5 @@
|
||||
%global _without_doc 1
|
||||
%global _without_tests 1
|
||||
# The original RHEL 9 content set is defined by (build)dependencies
|
||||
# of the packages in Fedora ELN. Hence we disable tests and documentation here
|
||||
# to prevent pulling many unwanted packages in.
|
||||
@ -22,7 +24,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: %{base_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A tool for installing and managing Python packages
|
||||
|
||||
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
||||
@ -390,6 +392,9 @@ pytest_k='not completion and
|
||||
%{python_wheeldir}/%{python_wheelname}
|
||||
|
||||
%changelog
|
||||
* Tue Jun 01 2021 Python Maint <python-maint@redhat.com> - 21.1.1-2
|
||||
- Bootstrap for Python 3.10
|
||||
|
||||
* Mon May 10 2021 Karolina Surma <ksurma@redhat.com> - 21.1.1-1
|
||||
- Update to 21.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user