diff --git a/librepo.spec b/librepo.spec
index b5ec5d1..7075123 100644
--- a/librepo.spec
+++ b/librepo.spec
@@ -1,3 +1,4 @@
+%global _without_pythontests 1
 %global libcurl_version 7.28.0
 
 %if 0%{?rhel} && 0%{?rhel} <= 7
@@ -27,7 +28,7 @@
 
 Name:           librepo
 Version:        1.11.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Repodata downloading library
 
 License:        LGPLv2+
@@ -189,6 +190,9 @@ popd
 %endif
 
 %changelog
+* Fri May 22 2020 Miro HronĨok <mhroncok@redhat.com> - 1.11.3-2
+- Bootstrap for Python 3.9
+
 * Wed Apr 01 2020 Ales Matej <amatej@fedoraproject.org> - 1.11.3-1
 - Update to 1.11.3
 - Prefer mirrorlist/metalink over baseurl (RhBug:1775184)