Update to 1.1.2
This commit is contained in:
parent
8567d7277e
commit
e874813b5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/v1.0.3.tar.gz
|
||||
/v1.0.4.tar.gz
|
||||
/v1.1.0.tar.gz
|
||||
/v1.1.2.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: micropipenv
|
||||
Version: 1.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple wrapper around pip to support Pipenv and Poetry files
|
||||
|
||||
License: LGPLv3+
|
||||
@ -49,6 +49,10 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py
|
||||
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Wed Oct 06 2021 Lumír Balhar <lbalhar@redhat.com> - 1.1.2-1
|
||||
- Update to 1.1.2
|
||||
Resolves: rhbz#2006696
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v1.1.0.tar.gz) = 6fda1df20845e44689899853f717ba93f254f260447814a484cb85aac614af5096819cc6c77afc883ee1fa81286bd721982b2418e9685d5e03bd23f3ca411df5
|
||||
SHA512 (v1.1.2.tar.gz) = b12aff7b0ab22841188f26477ea3705574bf7f180ae73544f7d3e90150838bde2fafadfe031c3108a5c0c8132f0b00e1cf23638118c18d3f6d647761d1bd9c1f
|
||||
|
Loading…
Reference in New Issue
Block a user