Update to 0.1.6 (#1831328)
This commit is contained in:
parent
d6feacd0b5
commit
0b0961ac11
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/v0.1.4.tar.gz
|
||||
/v0.1.5.tar.gz
|
||||
/v0.1.6.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: micropipenv
|
||||
Version: 0.1.5
|
||||
Version: 0.1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple wrapper around pip to support Pipenv and Poetry files
|
||||
|
||||
@ -7,7 +7,7 @@ License: GPLv3+
|
||||
URL: https://github.com/thoth-station/%{name}
|
||||
Source0: %{url}/archive/v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(pip)
|
||||
BuildRequires: python3dist(setuptools)
|
||||
@ -19,7 +19,7 @@ BuildRequires: python3dist(pytest-timeout)
|
||||
|
||||
%{?python_provide:%python_provide python3-%{name}}
|
||||
|
||||
Requires: python3dist(pip)
|
||||
Requires: python3dist(pip)
|
||||
Requires: python3dist(setuptools)
|
||||
Requires: python3dist(toml)
|
||||
|
||||
@ -50,6 +50,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
||||
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Tue May 05 2020 Lumír Balhar <lbalhar@redhat.com> - 0.1.6-1
|
||||
- Update to 0.1.6 (#1831328)
|
||||
|
||||
* Tue Apr 07 2020 Lumír Balhar <lbalhar@redhat.com> - 0.1.5-1
|
||||
- Update to 0.1.5 (#1821807)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.1.5.tar.gz) = bfacd955fc538d55bd5f8801696cc700016277c969ee8cbe820bed6928abc753d1762f273602c895d44e18386f1ef446e2d7b9bdb2c1f0d10c70ee7f932559d6
|
||||
SHA512 (v0.1.6.tar.gz) = 7ceef2c228031c72aa8242b366d6d7333328d9e27b813913c8e7f40588d3a38f5fa435beba47a81d155860a447e634b0333e377f547f8afa116eae6ceb044dda
|
||||
|
Loading…
Reference in New Issue
Block a user