python3-virtualenv: version 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","20.0.18")
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.20")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|||||||
@@ -14,11 +14,11 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Virtual Python Environment builder.</Summary>
|
<Summary>Virtual Python Environment builder.</Summary>
|
||||||
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
|
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
|
||||||
<Archive sha1sum="c55ae013f4f69e604adbcec83ff4f7ef585681b0" type="targz">https://github.com/pypa/virtualenv/archive/20.0.18.tar.gz</Archive>
|
<Archive sha1sum="8445cce9d26c3db67e4c4fd13a56b2d443b9161f" type="targz">https://github.com/pypa/virtualenv/archive/20.0.20.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>
|
||||||
|
|
||||||
@@ -26,21 +26,28 @@
|
|||||||
<Name>python3-virtualenv</Name>
|
<Name>python3-virtualenv</Name>
|
||||||
<Summary>Virtual Python Environment builder.</Summary>
|
<Summary>Virtual Python Environment builder.</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
<Dependency>python3-filelock</Dependency>
|
<Dependency>python3-six</Dependency>
|
||||||
<Dependency>python3-appdirs</Dependency>
|
<Dependency>python3-appdirs</Dependency>
|
||||||
<Dependency>python3-distlib</Dependency>
|
<Dependency>python3-distlib</Dependency>
|
||||||
<Dependency>python3-six</Dependency>
|
<Dependency>python3-filelock</Dependency>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/python3-virtualenv</Path>
|
|
||||||
<Path fileType="executable">/usr/bin/virtualenv</Path>
|
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
|
<Path fileType="executable">/usr/bin/virtualenv</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python3-virtualenv</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2020-05-18</Date>
|
||||||
|
<Version>20.0.20</Version>
|
||||||
|
<Comment>Patch version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2020-04-22</Date>
|
<Date>2020-04-22</Date>
|
||||||
<Version>20.0.18</Version>
|
<Version>20.0.18</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user