Update to 0.3.0 (#1846944)
This commit is contained in:
parent
6b1a38a731
commit
29ae53369d
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/v0.1.5.tar.gz
|
||||
/v0.1.6.tar.gz
|
||||
/v0.2.0.tar.gz
|
||||
/v0.3.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: micropipenv
|
||||
Version: 0.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple wrapper around pip to support Pipenv and Poetry files
|
||||
|
||||
License: LGPLv3+
|
||||
@ -50,6 +50,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
||||
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Mon Jun 15 2020 Lumír Balhar <lbalhar@redhat.com> - 0.3.0-1
|
||||
- Update to 0.3.0 (#1846944)
|
||||
|
||||
* Fri Jun 05 2020 Miro Hrončok <mhroncok@redhat.com> - 0.2.0-2
|
||||
- Correct the license tag (GPLv3+ to LGPLv3+)
|
||||
- Include the actual LICENSE files in the package
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.2.0.tar.gz) = 63d626aab0228ef1590dfaf49587fd14acbeba9cc30a49095112f7262f8ca68e7ef95d91c766b121a92e228d3399b564882473eaa4012006e237a54314926b1e
|
||||
SHA512 (v0.3.0.tar.gz) = a26d6fd489ac316d16c2f1e92f31aa546abeda850ba64eb5eddf437d50fd2aab3367b702e6994130d36c86bca0a333aecc6dc63dc2d77502177ee4a8e8edb4e4
|
||||
|
Loading…
Reference in New Issue
Block a user