Update to 0.5.1 (#1859995)
This commit is contained in:
parent
9c44f9658d
commit
188bfe282c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/v0.2.0.tar.gz
|
/v0.2.0.tar.gz
|
||||||
/v0.3.0.tar.gz
|
/v0.3.0.tar.gz
|
||||||
/v0.4.0.tar.gz
|
/v0.4.0.tar.gz
|
||||||
|
/v0.5.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: micropipenv
|
Name: micropipenv
|
||||||
Version: 0.4.0
|
Version: 0.5.1
|
||||||
Release: 2%{?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
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -41,8 +41,8 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# skipped tests require pytest-venv
|
# skipped tests requires internet
|
||||||
%{python3} -m pytest tests -k "not test_install and not test_import_toml"
|
%pytest -m "not online"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
@ -52,6 +52,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
|
||||||
|
* Thu Jul 30 2020 Lumír Balhar <lbalhar@redhat.com> - 0.5.1-1
|
||||||
|
- Update to 0.5.1 (#1859995)
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v0.4.0.tar.gz) = c33875f0f3407b20b94ba29f31c47cc8f45aaff90188bffb969b215739872ec4ff7a86509856fe0783927e336301ac42708e3c2497f7215587ca19ee8cad0b0d
|
SHA512 (v0.5.1.tar.gz) = 528b14f7327fa893c6b95974f229bb418be9114b9408c992999ee5d7371f6f874b7ccca9d8a93347f31cedf70d71cf55a9ac3b799712d826a9dc2e7fc59c7c1d
|
||||||
|
Loading…
Reference in New Issue
Block a user