Update to 0.1.5
This commit is contained in:
parent
b7aa5124a7
commit
d6feacd0b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/v0.1.4.tar.gz
|
/v0.1.4.tar.gz
|
||||||
|
/v0.1.5.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: micropipenv
|
Name: micropipenv
|
||||||
Version: 0.1.4
|
Version: 0.1.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A simple wrapper around pip to support Pipenv and Poetry files
|
Summary: A simple wrapper around pip to support Pipenv and Poetry files
|
||||||
|
|
||||||
@ -37,9 +37,6 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
# Remove license installed to the wrong location via data_files in setup.py
|
|
||||||
# https://github.com/thoth-station/micropipenv/pull/39
|
|
||||||
rm %{buildroot}/usr/LICENSE
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# test_install requires pytest-venv not available in Fedora
|
# test_install requires pytest-venv not available in Fedora
|
||||||
@ -53,5 +50,8 @@ rm %{buildroot}/usr/LICENSE
|
|||||||
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 07 2020 Lumír Balhar <lbalhar@redhat.com> - 0.1.5-1
|
||||||
|
- Update to 0.1.5 (#1821807)
|
||||||
|
|
||||||
* Thu Mar 12 2020 Lumír Balhar <lbalhar@redhat.com> - 0.1.4-1
|
* Thu Mar 12 2020 Lumír Balhar <lbalhar@redhat.com> - 0.1.4-1
|
||||||
- Initial package.
|
- Initial package.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v0.1.4.tar.gz) = f0f03d525633971c3eea11a6a356942958664965159df0887369930aab904f0b55175390c464cb959413bdb8d7103fb888abddcf3582ae1061d5dd88e6109ec1
|
SHA512 (v0.1.5.tar.gz) = bfacd955fc538d55bd5f8801696cc700016277c969ee8cbe820bed6928abc753d1762f273602c895d44e18386f1ef446e2d7b9bdb2c1f0d10c70ee7f932559d6
|
||||||
|
Loading…
Reference in New Issue
Block a user