python3-pluggy-1.3.0
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
from pisi.actionsapi import shelltools
|
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():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
pythonmodules.install(pyVer="3")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A minimalist production ready plugin system</Summary>
|
<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 pytest’s default behaviour.</Description>
|
<Description>pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytest’s 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>
|
<BuildDependencies>
|
||||||
<Dependency>pip3</Dependency>
|
<Dependency>pip3</Dependency>
|
||||||
<Dependency>python3-setuptools-scm</Dependency>
|
<Dependency>python3-setuptools-scm</Dependency>
|
||||||
@@ -36,6 +36,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="3">
|
||||||
<Date>2023-10-16</Date>
|
<Date>2023-10-16</Date>
|
||||||
<Version>0.13.1</Version>
|
<Version>0.13.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user