Update to 0.6.0 (#1875250)
This commit is contained in:
parent
188bfe282c
commit
c90fc1996e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/v0.3.0.tar.gz
|
||||
/v0.4.0.tar.gz
|
||||
/v0.5.1.tar.gz
|
||||
/v0.6.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: micropipenv
|
||||
Version: 0.5.1
|
||||
Version: 0.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple wrapper around pip to support Pipenv and Poetry files
|
||||
|
||||
@ -16,8 +16,7 @@ BuildRequires: python3dist(toml)
|
||||
BuildRequires: python3dist(flexmock)
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(pytest-timeout)
|
||||
# TODO: Package pytest-venv
|
||||
# BuildRequires: python3dist(pytest-venv)
|
||||
BuildRequires: python3dist(pytest-venv)
|
||||
|
||||
%{?python_provide:%python_provide python3-%{name}}
|
||||
|
||||
@ -52,6 +51,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
||||
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Thu Sep 03 2020 Lumír Balhar <lbalhar@redhat.com> - 0.6.0-1
|
||||
- Update to 0.6.0 (#1875250)
|
||||
|
||||
* Thu Jul 30 2020 Lumír Balhar <lbalhar@redhat.com> - 0.5.1-1
|
||||
- Update to 0.5.1 (#1859995)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.5.1.tar.gz) = 528b14f7327fa893c6b95974f229bb418be9114b9408c992999ee5d7371f6f874b7ccca9d8a93347f31cedf70d71cf55a9ac3b799712d826a9dc2e7fc59c7c1d
|
||||
SHA512 (v0.6.0.tar.gz) = 1ba3cc8bb5b4f4ad5fdbd15db7b14214a7b257a030013752b681e10a8cb4df95c72b37e182c8c25a67409ef92fee59057ff0cc47fce3fc625f55f9b538635c04
|
||||
|
Loading…
Reference in New Issue
Block a user