diff --git a/micropipenv.spec b/micropipenv.spec index 4ff1f3d..4912036 100644 --- a/micropipenv.spec +++ b/micropipenv.spec @@ -1,6 +1,6 @@ Name: micropipenv Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple wrapper around pip to support Pipenv and Poetry files License: LGPLv3+ @@ -52,6 +52,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 09 2020 Lumír Balhar - 0.4.0-1 - Update to 0.4.0 (#1854424)