From d60a600eaffdfb6202adc95e7c99b3e28d6f25ee Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:11:33 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- micropipenv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/micropipenv.spec b/micropipenv.spec index 7f4cd01..81276ea 100644 --- a/micropipenv.spec +++ b/micropipenv.spec @@ -1,6 +1,6 @@ Name: micropipenv Version: 1.0.4 -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 +* Fri Jun 04 2021 Python Maint - 1.0.4-2 +- Rebuilt for Python 3.10 + * Tue May 04 2021 Lumír Balhar - 1.0.4-1 - Update to 1.0.4 Resolves: rhbz#1955039