python3-py:ver bump
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import pythonmodules
|
||||||
|
|
||||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.8.1")
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.9.0")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|||||||
@@ -13,11 +13,11 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Python development support library (note: maintenance only)</Summary>
|
<Summary>Python development support library (note: maintenance only)</Summary>
|
||||||
<Description>The python3-py lib is a Python development support library.</Description>
|
<Description>The python3-py lib is a Python development support library.</Description>
|
||||||
<Archive sha1sum="e33b5c28b6ecb74196d46be299de4b403705a1de" type="targz">https://github.com/pytest-dev/py/archive/1.8.1.tar.gz</Archive>
|
<Archive sha1sum="52ffe86b84144130a0964237e209c323cef4e404" type="targz">https://github.com/pytest-dev/py/archive/1.9.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3-setuptools-scm</Dependency>
|
|
||||||
<Dependency>python3-setuptools</Dependency>
|
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
|
<Dependency>python3-setuptools</Dependency>
|
||||||
|
<Dependency>python3-setuptools-scm</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -28,12 +28,19 @@
|
|||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/python3-py</Path>
|
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python3-py</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2020-07-21</Date>
|
||||||
|
<Version>1.9.0</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2020-02-12</Date>
|
<Date>2020-02-12</Date>
|
||||||
<Version>1.8.1</Version>
|
<Version>1.8.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user