Update to 0.7.5-2

This commit is contained in:
Tomas Mlcoch 2014-12-28 21:21:26 +01:00
parent d0980613c7
commit b034b31ec6
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/createrepo_c-3ff1d05.tar.xz
/createrepo_c-d78d504.tar.xz
/createrepo_c-05783bf.tar.xz
/createrepo_c-9c22993.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 05783bf
%global gitrev 9c22993
# gitrev is output of: git rev-parse --short HEAD
Summary: Creates a common metadata repository
@ -115,6 +115,9 @@ make install DESTDIR=$RPM_BUILD_ROOT/
%{python_sitearch}/createrepo_c/
%changelog
* Sun Dec 28 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.5-2
- Python: Add __contains__ method to Repomd() class
* Sun Dec 28 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.7.5-1
- Python repomd: Support for iteration and indexing by type - e.g. record = repomd['primary']
- Show warning if an XML parser probably parsed a bad type of medata (New XML parser warning type CR_XML_WARNING_BADMDTYPE)

View File

@ -1 +1 @@
ee9f47c09c2f6947af5f50b9200cd03a createrepo_c-05783bf.tar.xz
5062ad2cca3bc9c0bbfae7047efbbd4a createrepo_c-9c22993.tar.xz