diff --git a/python-wheel.spec b/python-wheel.spec index 9c1fa7c..15bb917 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -18,7 +18,7 @@ Name: python-%{pypi_name} Version: 0.37.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Built-package format for Python @@ -129,6 +129,9 @@ rm setup.cfg # to drop pytest coverage options configured there %endif %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 1:0.37.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Aug 17 2021 Karolina Surma - 1:0.37.0-1 - Update to 0.37.0 - Fixes: rhbz#1991740