Re: yum-utils 1.1.1 released (Yum >= 3.1.1 Only)
Tim Lauridsen <tla-czoX1ZOWQRRaa/[email protected]>
| Newsgroups | gmane.linux.rpm.yum.devel,gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Tim Lauridsen wrote: > Hi. > > yum-utils 1.1.1 has been released. > > The yum-utils-1.1.x branch only works with yum >= 3.1.1 > > Changes: > - Changed 'with=' to 'mdtype=' in repos.populateSack calls, because of > changes in the yum API in YumPackageSack.populate method to avoid > warnings about 'with' is a reserved word in Python 2.6. > - fixed UnicodeEncodeError: 'ascii' codec can't encode character errors > in repo-rss Forgot to mention that the release contains a redesigned version of yumdownloader using the new yum-utils base class introduced in yum-3.1.1. This version inherit all command line options from the yum-cli and also command line option added by yum plugins. Tim