Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-26 02:52:53 +02:00
parent 0b0961ac11
commit b14caffacf

View File

@ -1,6 +1,6 @@
Name: micropipenv
Version: 0.1.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A simple wrapper around pip to support Pipenv and Poetry files
License: GPLv3+
@ -50,6 +50,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
%changelog
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.6-2
- Rebuilt for Python 3.9
* Tue May 05 2020 Lumír Balhar <lbalhar@redhat.com> - 0.1.6-1
- Update to 0.1.6 (#1831328)