diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,14 +1,21 @@ name : python-podcastparser -version : 0.6.1 -release : 1 +version : 0.6.2 +release : 2 source : - - https://pypi.python.org/packages/86/62/f57e8021c5c02788a23fd015461a60187a9928f731da51147300923b79ff/podcastparser-0.6.1.tar.gz : a34790a940bc582f7d6388c43b69af7214432ba1bd7d400d199c63bd2da13d14 + - https://github.com/gpodder/podcastparser/archive/0.6.2.tar.gz : 8e6b33d88d78bf4ca8085e135f6c736039169916580b9c256b80b6af536ce79b license : ISC component : programming.python summary : Simple, fast and efficient podcast parser description: | A library from the gPodder project to provide an easy and reliable way of parsing RSS- and Atom-based podcast feeds in Python. +builddeps : + - python-coverage + - python-nose setup : | - %python_setup + %python3_setup install : | - %python_install + %python3_install +check : | + pushd $PKG_BUILD_DIR/py3build + nosetests-3.5 -v + popd diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ python-podcastparser - Michael Keen - mikek1024@gmail.com + Pierre-Yves + pyu@riseup.net ISC programming.python @@ -19,18 +19,18 @@ programming.python - /usr/lib/python2.7/site-packages/podcastparser-0.6.1-py2.7.egg-info - /usr/lib/python2.7/site-packages/podcastparser.py - /usr/lib/python2.7/site-packages/podcastparser.pyc + /usr/lib/python3.5/site-packages/__pycache__/podcastparser.cpython-35.pyc + /usr/lib/python3.5/site-packages/podcastparser-0.6.2-py3.5.egg-info + /usr/lib/python3.5/site-packages/podcastparser.py - - 2016-12-23 - 0.6.1 + + 2018-01-03 + 0.6.2 Packaging update - Michael Keen - mikek1024@gmail.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file