Update to 1.0.3
This commit is contained in:
parent
1420d000bd
commit
eb5665b273
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/v1.0.0.tar.gz
|
/v1.0.0.tar.gz
|
||||||
/v1.0.1.tar.gz
|
/v1.0.1.tar.gz
|
||||||
/v1.0.2.tar.gz
|
/v1.0.2.tar.gz
|
||||||
|
/v1.0.3.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: micropipenv
|
Name: micropipenv
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
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+
|
||||||
@ -20,8 +20,6 @@ BuildRequires: python3dist(pytest-venv)
|
|||||||
|
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
|
|
||||||
Requires: python3dist(pip)
|
|
||||||
Requires: python3dist(setuptools)
|
|
||||||
Requires: python3dist(toml)
|
Requires: python3dist(toml)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -29,7 +27,7 @@ A lightweight wrapper for pip to support Pipenv and Poetry lock files or
|
|||||||
converting them to pip-tools compatible output.
|
converting them to pip-tools compatible output.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version}
|
%autosetup
|
||||||
# Remove shebang line from the module
|
# Remove shebang line from the module
|
||||||
sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
||||||
|
|
||||||
@ -51,6 +49,10 @@ 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 Mar 12 2021 Karolina SUrma <ksurma@redhat.com> - 1.0.3-1
|
||||||
|
- Update to 1.0.3
|
||||||
|
Resolves: rhbz#1937471
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.0.2.tar.gz) = 44afa587362a994612bc6153191157a0d923a4bd1ead6a38847728b5b735b04d2e04b4e5469de17926ad230455e15e281615da4a248dc96b13d72f02b41f4f79
|
SHA512 (v1.0.3.tar.gz) = 54647810e02b30f748ef6f16af6ee136e59df733e22db2c232ddfd8921c14aa4f76b3f2d272fe943ccb1263a8c796ec79b65dcd5bba062eb1904806781cc8e2c
|
||||||
|
Loading…
Reference in New Issue
Block a user