Page MenuHomeSolus

D1544.id5006.diff
No OneTemporary

D1544.id5006.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,14 @@
name : python-pyte
-version : 0.6.0
-release : 1
+version : 0.7.0
+release : 2
source :
- - https://github.com/selectel/pyte/archive/0.6.0.tar.gz : cc364b4f84bf86eebe2fe9fb49008a6cba1dbda3def5e89540cd2416e5a2d763
+ - https://github.com/selectel/pyte/archive/0.7.0.tar.gz : 3d0b6909a68fac1856f325c7d0d7434e13ee2ab91ca09fcc762ee03a64e5fdee
license : LGPL-3.0
component : programming.python
summary : Simple VTXXX-compatible linux terminal emulator
description: |
It’s an in memory VTXXX-compatible terminal emulator. XXX stands for a series of video terminals, developed by DEC between 1970 and 1995. The first, and probably the most famous one, was VT100 terminal, which is now a de-facto standard for all virtual terminal emulators.
builddeps :
- - pkgconfig(python-3.5)
- pytest-runner
- python-setuptools
- python-wcwidth
@@ -21,3 +20,10 @@
install : |
%python_install
%python3_install
+check : |
+ pushd $PKG_BUILD_DIR/py2build
+ python setup.py pytest
+ popd
+ pushd $PKG_BUILD_DIR/py3build
+ python3 setup.py pytest
+ popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -19,11 +19,11 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.6.0-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/pyte-0.7.0-py2.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pyte/__init__.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pyte/__init__.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pyte/__main__.py</Path>
@@ -44,11 +44,11 @@
<Path fileType="library">/usr/lib/python2.7/site-packages/pyte/screens.pyc</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pyte/streams.py</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/pyte/streams.pyc</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.6.0-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/pyte-0.7.0-py3.5.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/pyte/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/pyte/__main__.py</Path>
<Path fileType="library">/usr/lib/python3.5/site-packages/pyte/__pycache__/__init__.cpython-35.pyc</Path>
@@ -72,12 +72,12 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2017-09-23</Date>
- <Version>0.6.0</Version>
+ <Update release="2">
+ <Date>2017-12-04</Date>
+ <Version>0.7.0</Version>
<Comment>Packaging update</Comment>
<Name>Pierre-Yves</Name>
<Email>pyu@riseup.net</Email>
</Update>
</History>
-</PISI>
\ No newline at end of file
+</PISI>

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 8:28 PM (2 h, 45 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5823311
Default Alt Text
D1544.id5006.diff (5 KB)

Event Timeline