python3-pluggy-1.3.0

This commit is contained in:
Rmys
2023-10-28 18:56:21 +03:00
committed by GitHub
parent 5aafa5cb28
commit b9905b63bc
2 changed files with 10 additions and 3 deletions
@@ -7,10 +7,10 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","0.13.1")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.3.0")
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A minimalist production ready plugin system</Summary>
<Description>pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytests default behaviour.</Description>
<Archive sha1sum="936d34f0934d6febccd8d4eae054dbbaae83fc2e" type="targz">https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz</Archive>
<Archive sha1sum="bbdd101db4116eb961832f058385ec9d93c5e995" type="targz">https://github.com/pytest-dev/pluggy/archive/1.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="4">
<Date>2023-10-28</Date>
<Version>1.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2023-10-16</Date>
<Version>0.13.1</Version>