Page MenuHomeSolus

D1867.id4419.diff
No OneTemporary

D1867.id4419.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,14 +1,22 @@
name : python-mygpoclient
-version : 1.7
-release : 2
+version : 1.8
+release : 3
source :
- - https://pypi.python.org/packages/source/m/mygpoclient/mygpoclient-1.7.tar.gz : 6a0b7b1fe2b046875456e14eda3e42430e493bf2251a64481cf4fd1a1e21a80e
+ - https://github.com/gpodder/mygpoclient/archive/1.8.tar.gz : 65fcb3ab220a2ba2d32a77f969b423a2f663413b6c485b7b02e5a955b28e68d2
license : GPL-3.0
component : programming.python
summary : gpodder client library
description: |
Client library for the my.gpodder.org web service
+builddeps :
+ - python-coverage
+ - python-minimock
+ - python-nose
setup : |
- %python_setup
+ %python3_setup
install : |
- %python_install
+ %python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py3build
+ nosetests-3.5 --cover-erase --with-coverage --with-doctest --cover-package=mygpoclient
+ 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 @@
<Source>
<Name>python-mygpoclient</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-3.0</License>
<PartOf>programming.python</PartOf>
@@ -20,48 +20,49 @@
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient-1.7-py2.7.egg-info</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/api.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/api.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/api_test.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/api_test.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/feeds.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/feeds.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/http.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/http.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/http_test.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/http_test.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/json.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/json.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/json_test.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/json_test.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/locator.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/locator.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/locator_test.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/locator_test.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/public.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/public.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/public_test.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/public_test.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/simple.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/simple.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/simple_test.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/simple_test.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/testing.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/testing.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/util.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mygpoclient/util.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient-1.8-py3.5.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/api.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/api_test.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/feeds.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/http.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/http_test.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/json.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/json_test.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/locator.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/locator_test.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/public.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/public_test.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/simple.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/simple_test.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/testing.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/__pycache__/util.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/api.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/api_test.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/feeds.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/http.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/http_test.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/json.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/json_test.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/locator.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/locator_test.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/public.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/public_test.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/simple.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/simple_test.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/testing.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/mygpoclient/util.py</Path>
+ <Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2016-10-01</Date>
- <Version>1.7</Version>
+ <Update release="3">
+ <Date>2018-01-03</Date>
+ <Version>1.8</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 4:42 PM (2 h, 58 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5788892
Default Alt Text
D1867.id4419.diff (9 KB)

Event Timeline