python3-pytest: version bump

This commit is contained in:
blue-devil
2020-05-19 01:37:18 +03:00
parent 418a05d66b
commit 34eb0fa5bd
2 changed files with 22 additions and 15 deletions
@@ -8,7 +8,7 @@ from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.4.1")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.4.2")
def build():
pythonmodules.compile(pyVer="3")
@@ -13,12 +13,12 @@
<IsA>library</IsA>
<Summary>Simple powerful testing with Python</Summary>
<Description>The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.</Description>
<Archive sha1sum="1a489a43d68169e356e99730d8254bd9f69e1446" type="targz">https://github.com/pytest-dev/pytest/archive/5.4.1.tar.gz</Archive>
<Archive sha1sum="e788390e7e0e9d95f1b20d954be94983fc54dc28" type="targz">https://github.com/pytest-dev/pytest/archive/5.4.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools-scm</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</BuildDependencies>
</Source>
@@ -26,24 +26,31 @@
<Name>python3-pytest</Name>
<Summary>Simple powerful testing with Python</Summary>
<RuntimeDependencies>
<Dependency>python3-more-itertools</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-packaging</Dependency>
<Dependency>python3-wcwidth</Dependency>
<Dependency>python3-pluggy</Dependency>
<Dependency>python3-attrs</Dependency>
<Dependency>python3-py</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-py</Dependency>
<Dependency>python3-attrs</Dependency>
<Dependency>python3-pluggy</Dependency>
<Dependency>python3-wcwidth</Dependency>
<Dependency>python3-packaging</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-more-itertools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-pytest</Path>
<Path fileType="executable">/usr/bin/py.test</Path>
<Path fileType="executable">/usr/bin/pytest</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="executable">/usr/bin/pytest</Path>
<Path fileType="executable">/usr/bin/py.test</Path>
<Path fileType="doc">/usr/share/doc/python3-pytest</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-05-18</Date>
<Version>5.4.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-17</Date>
<Version>5.4.1</Version>