Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 20:11:33 +02:00 committed by Miro Hrončok
parent 3c581ec6a0
commit d60a600eaf

View File

@ -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 <python-maint@redhat.com> - 1.0.4-2
- Rebuilt for Python 3.10
* Tue May 04 2021 Lumír Balhar <lbalhar@redhat.com> - 1.0.4-1
- Update to 1.0.4
Resolves: rhbz#1955039