pip3, /python3-pytest ver. bump
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import python3modules
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.2.4")
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","8.3.4")
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install()
|
||||
|
||||
@@ -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="153f00a6f90d7aea61d1bd646abd89d996230818" type="targz">https://files.pythonhosted.org/packages/e5/d0/18209bb95db8ee693a9a04fe056ab0663c6d6b1baf67dd50819dd9cd4bd7/pytest-7.4.2.tar.gz</Archive>
|
||||
<Archive sha1sum="22630c3b10eebc5625e1929a5af4ef0d01ba650a" type="targz">https://files.pythonhosted.org/packages/05/35/30e0d83068951d90a01852cb1cef56e5d8a09d20c7f511634cc2f7e0372a/pytest-8.3.4.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pip3</Dependency>
|
||||
<Dependency>python3-six</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2025-01-15</Date>
|
||||
<Version>8.3.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>7.4.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user