Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-15 16:34:36 +02:00 committed by Tomáš Hrnčiar
parent 2f64d5c3a9
commit 87dd492d08

View File

@ -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 <python-maint@redhat.com> - 1.3.0-2
- Rebuilt for Python 3.11
* Wed Jun 08 2022 Lumír Balhar <lbalhar@redhat.com> - 1.3.0-1
- Update to 1.3.0
Resolves: rhbz#2083779