#3 Rebuild without bootstrap
Merged 4 years ago by pviktori. Opened 4 years ago by pviktori.
rpms/ pviktori/python3.8 no-bootstrap  into  master

file modified
+5 -2
@@ -17,7 +17,7 @@ 

  #global prerel ...

  %global upstream_version %{general_version}%{?prerel}

  Version: %{general_version}%{?prerel:~%{prerel}}

- Release: 2%{?dist}

+ Release: 3%{?dist}

  License: Python

  

  
@@ -60,7 +60,7 @@ 

  #   IMPORTANT: When bootstrapping, it's very likely the wheels for pip and

  #   setuptools are not available. Turn off the rpmwheels bcond until

  #   the two packages are built with wheels to get around the issue.

- %bcond_without bootstrap

+ %bcond_with bootstrap

  

  # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package

  # Uses upstream bundled prebuilt wheels otherwise
@@ -1603,6 +1603,9 @@ 

  # ======================================================

  

  %changelog

+ * Fri May 29 2020 Petr Viktorin <pviktori@redhat.com> - 3.8.3-3

+ - Rebuild without bootstrap

+ 

  * Fri May 29 2020 Victor Stinner <vstinner@python.org> - 3.8.3-2

  - Fix sqlite3 deterministic test

  

no initial comment

python3 from the python3 component is still available and still obsoletes python3.8. See https://pagure.io/releng/issue/9493

The scratch build is green and Jenkins is happy, so I'll merge & build.

Pull-Request has been merged by pviktori

4 years ago

Thanks Petr for finishing the bootstrap :-)