From 87dd492d083d19fe0a86a9129c0607950f9b8325 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 15 Jun 2022 16:34:36 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- micropipenv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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