diff --git a/python-zbase32.spec b/python-zbase32.spec index f97626a..3f3645f 100644 --- a/python-zbase32.spec +++ b/python-zbase32.spec @@ -1,11 +1,10 @@ -%global _with_bootstrap 1 # This package has a circular dependency with pyutil. # Enable the bootstrap conditional to break the cycle. %bcond_with bootstrap Name: python-zbase32 Version: 1.1.5 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A base32 encoder/decoder License: BSD and LGPLv2 URL: http://allmydata.org/trac/zbase32 @@ -59,6 +58,9 @@ chmod 0755 %{buildroot}%{python3_sitelib}/zbase32/zbase32.py %{python3_sitelib}/zbase32-%{version}-py%{python3_version}.egg-info %changelog +* Mon May 25 2020 Miro Hrončok - 1.1.5-19 +- Rebuilt for Python 3.9 + * Mon May 25 2020 Miro Hrončok - 1.1.5-18 - Bootstrap for Python 3.9