python3-pytest: major ver bump

This commit is contained in:
bluedevil
2020-09-23 23:54:37 +02:00
parent a22aec9ad5
commit d66bc7548c
2 changed files with 11 additions and 4 deletions
@@ -4,11 +4,11 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.4.2")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.0.2")
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="e788390e7e0e9d95f1b20d954be94983fc54dc28" type="targz">https://github.com/pytest-dev/pytest/archive/5.4.2.tar.gz</Archive>
<Archive sha1sum="b75c7e596a84568160330c544e6c7c85049d5094" type="targz">https://github.com/pytest-dev/pytest/archive/6.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-six</Dependency>
<Dependency>python3-devel</Dependency>
@@ -44,6 +44,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-09-23</Date>
<Version>6.0.2</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-05-18</Date>
<Version>5.4.2</Version>