Update to 0.4.0 (#1854424)
This commit is contained in:
parent
29ae53369d
commit
2dc0c4b922
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/v0.1.6.tar.gz
|
||||
/v0.2.0.tar.gz
|
||||
/v0.3.0.tar.gz
|
||||
/v0.4.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: micropipenv
|
||||
Version: 0.3.0
|
||||
Version: 0.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple wrapper around pip to support Pipenv and Poetry files
|
||||
|
||||
@ -16,6 +16,8 @@ BuildRequires: python3dist(toml)
|
||||
BuildRequires: python3dist(flexmock)
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(pytest-timeout)
|
||||
# TODO: Package pytest-venv
|
||||
# BuildRequires: python3dist(pytest-venv)
|
||||
|
||||
%{?python_provide:%python_provide python3-%{name}}
|
||||
|
||||
@ -39,8 +41,8 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
# test_install requires pytest-venv not available in Fedora
|
||||
%{python3} -m pytest tests -k "not test_install"
|
||||
# skipped tests require pytest-venv
|
||||
%{python3} -m pytest tests -k "not test_install and not test_import_toml"
|
||||
|
||||
%files
|
||||
%doc README.rst
|
||||
@ -50,6 +52,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
||||
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Thu Jul 09 2020 Lumír Balhar <lbalhar@redhat.com> - 0.4.0-1
|
||||
- Update to 0.4.0 (#1854424)
|
||||
|
||||
* Mon Jun 15 2020 Lumír Balhar <lbalhar@redhat.com> - 0.3.0-1
|
||||
- Update to 0.3.0 (#1846944)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.3.0.tar.gz) = a26d6fd489ac316d16c2f1e92f31aa546abeda850ba64eb5eddf437d50fd2aab3367b702e6994130d36c86bca0a333aecc6dc63dc2d77502177ee4a8e8edb4e4
|
||||
SHA512 (v0.4.0.tar.gz) = c33875f0f3407b20b94ba29f31c47cc8f45aaff90188bffb969b215739872ec4ff7a86509856fe0783927e336301ac42708e3c2497f7215587ca19ee8cad0b0d
|
||||
|
Loading…
Reference in New Issue
Block a user