python-importlib_resources: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.4.0")
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.0")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile()
|
pythonmodules.compile()
|
||||||
|
|||||||
@@ -13,11 +13,11 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Design and implementation for a planned importlib.resources</Summary>
|
<Summary>Design and implementation for a planned importlib.resources</Summary>
|
||||||
<Description>The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics.</Description>
|
<Description>The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics.</Description>
|
||||||
<Archive sha1sum="dd361efa08121aeb7b7af6ca066780ec3c08f587" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.4.0/importlib_resources-v1.4.0.tar.gz</Archive>
|
<Archive sha1sum="ef73bbdfa1e5d90d9aeed0492cbdcd3ccfce6b1a" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python-setuptools-scm</Dependency>
|
|
||||||
<Dependency>python-setuptools</Dependency>
|
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python-devel</Dependency>
|
||||||
|
<Dependency>python-setuptools</Dependency>
|
||||||
|
<Dependency>python-setuptools-scm</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -25,18 +25,25 @@
|
|||||||
<Name>python-importlib_resources</Name>
|
<Name>python-importlib_resources</Name>
|
||||||
<Summary>Design and implementation for a planned importlib.resources</Summary>
|
<Summary>Design and implementation for a planned importlib.resources</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>python-importlib_metadata</Dependency>
|
|
||||||
<Dependency>python-singledispatch</Dependency>
|
|
||||||
<Dependency>python-contextlib2</Dependency>
|
|
||||||
<Dependency>python-pathlib2</Dependency>
|
<Dependency>python-pathlib2</Dependency>
|
||||||
|
<Dependency>python-contextlib2</Dependency>
|
||||||
|
<Dependency>python-singledispatch</Dependency>
|
||||||
|
<Dependency>python-importlib_metadata</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/python-importlib_resources</Path>
|
|
||||||
<Path fileType="library">/usr/lib/python2*</Path>
|
<Path fileType="library">/usr/lib/python2*</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/python-importlib_resources</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2020-05-18</Date>
|
||||||
|
<Version>1.5.0</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2020-03-27</Date>
|
<Date>2020-03-27</Date>
|
||||||
<Version>1.4.0</Version>
|
<Version>1.4.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user