diff --git a/micropipenv.spec b/micropipenv.spec index 99e5ab2..da83038 100644 --- a/micropipenv.spec +++ b/micropipenv.spec @@ -1,6 +1,6 @@ Name: micropipenv Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple wrapper around pip to support Pipenv and Poetry files License: LGPLv3+ @@ -49,6 +49,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Wed Jun 15 2022 Python Maint - 1.3.0-2 +- Rebuilt for Python 3.11 + * Wed Jun 08 2022 Lumír Balhar - 1.3.0-1 - Update to 1.3.0 Resolves: rhbz#2083779