python3-pytest:ver.bump
This commit is contained in:
@@ -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.3.5")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.4.1")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<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="ffb59c3432bb2a6c0a43642c3aa8b7aa1f30c4af" type="targz">https://github.com/pytest-dev/pytest/archive/5.3.5.tar.gz</Archive>
|
||||
<Archive sha1sum="1a489a43d68169e356e99730d8254bd9f69e1446" type="targz">https://github.com/pytest-dev/pytest/archive/5.4.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -36,14 +36,21 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<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>
|
||||
<Path fileType="executable">/usr/bin/py.test</Path>
|
||||
<Path fileType="executable">/usr/bin/pytest</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-03-17</Date>
|
||||
<Version>5.4.1</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-02-13</Date>
|
||||
<Version>5.3.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user