Update to 1.0.0 (#1884346)
This commit is contained in:
parent
c90fc1996e
commit
134d5388a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/v0.4.0.tar.gz
|
/v0.4.0.tar.gz
|
||||||
/v0.5.1.tar.gz
|
/v0.5.1.tar.gz
|
||||||
/v0.6.0.tar.gz
|
/v0.6.0.tar.gz
|
||||||
|
/v1.0.0.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: micropipenv
|
Name: micropipenv
|
||||||
Version: 0.6.0
|
Version: 1.0.0
|
||||||
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
|
||||||
|
|
||||||
@ -51,6 +51,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
|||||||
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 02 2020 Lumír Balhar <lbalhar@redhat.com> - 1.0.0-1
|
||||||
|
- Update to 1.0.0 (#1884346)
|
||||||
|
|
||||||
* Thu Sep 03 2020 Lumír Balhar <lbalhar@redhat.com> - 0.6.0-1
|
* Thu Sep 03 2020 Lumír Balhar <lbalhar@redhat.com> - 0.6.0-1
|
||||||
- Update to 0.6.0 (#1875250)
|
- Update to 0.6.0 (#1875250)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v0.6.0.tar.gz) = 1ba3cc8bb5b4f4ad5fdbd15db7b14214a7b257a030013752b681e10a8cb4df95c72b37e182c8c25a67409ef92fee59057ff0cc47fce3fc625f55f9b538635c04
|
SHA512 (v1.0.0.tar.gz) = 78aedcdceba889e3fe5e292c23067c207858f71b92f2b2835c429b46b02d69fb3e51f6cb4a7f506b4b8afe5bf22b628a132abd0b09bfc1da3ce8c0483d3be859
|
||||||
|
Loading…
Reference in New Issue
Block a user