Update to 1.1.1
This commit is contained in:
parent
315f28acd3
commit
1e7229a41e
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/pygit2-1.0.2.tar.gz
|
||||
/pygit2-1.0.3.tar.gz
|
||||
/pygit2-1.1.0.tar.gz
|
||||
/pygit2-1.1.1.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global pkgname pygit2
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for libgit2
|
||||
|
||||
@ -69,8 +69,8 @@ rm -f pygit2/__init__.py
|
||||
|
||||
|
||||
%files -n python3-%{pkgname}
|
||||
%doc README.rst TODO.txt
|
||||
%license COPYING
|
||||
%doc README.rst
|
||||
%{python3_sitearch}/%{pkgname}-*.egg-info/
|
||||
%{python3_sitearch}/%{pkgname}/
|
||||
|
||||
@ -80,6 +80,9 @@ rm -f pygit2/__init__.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 21 2020 Pete Walter <pwalter@fedoraproject.org> - 1.1.1-1
|
||||
- Update to 1.1.1
|
||||
|
||||
* Tue Mar 03 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.1.0-1
|
||||
- Update to 1.1.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygit2-1.1.0.tar.gz) = 32deefd8fa1b42f041a308131d8fd62e033e6231b92cb210185297dc621b10ac45e5da1ad570ebc9407cb7cde093a5d85ac0f68d5117bfff1f43f0ba4fa71174
|
||||
SHA512 (pygit2-1.1.1.tar.gz) = 4453b4ba357c223c64208d6653894fafe9eb7ab1aafd92a06e0128e6e00544dccbd13dce304688fd1a2ed27deabccf81fb8b8d08d4484f2d0d02878b6c8eee04
|
||||
|
Loading…
Reference in New Issue
Block a user