python3-multidict:ver. bump

This commit is contained in:
blue-devil
2020-02-23 00:25:34 +03:00
parent cb37aab475
commit e5531be771
3 changed files with 14 additions and 7 deletions
@@ -8,7 +8,7 @@ from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
def build(): def build():
# fix unused direct dependency analysis # fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile(pyVer="3") pythonmodules.compile(pyVer="3")
@@ -8,15 +8,15 @@
<Name>Blue Devil</Name> <Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
</Packager> </Packager>
<License>Apache</License>
<PartOf>programming.language.python3</PartOf> <PartOf>programming.language.python3</PartOf>
<License>Apache</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>The multidict implementation.</Summary> <Summary>The multidict implementation.</Summary>
<Description>Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container.</Description> <Description>Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container.</Description>
<Archive sha1sum="0d3e672225ff0c7e2c31a357b27db5b1d7591591" type="targz">https://github.com/aio-libs/multidict/archive/v4.7.4.tar.gz</Archive> <Archive sha1sum="d554437eb3e3bbb9ddf938f7f97f8dc40eb9353d" type="targz">https://github.com/aio-libs/multidict/archive/v4.7.5.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -27,14 +27,21 @@
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="doc">/usr/share/doc/python3-multidict</Path>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/python3-multidict</Path> <Path fileType="library">/usr/lib</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-02-23</Date>
<Version>4.7.5</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-01-15</Date> <Date>2020-01-15</Date>
<Version>4.7.4</Version> <Version>4.7.4</Version>
@@ -2,7 +2,7 @@
<PISI> <PISI>
<Source> <Source>
<Name>python3-multidict</Name> <Name>python3-multidict</Name>
<Summary xml:lang="tr">Multidict uygulaması</Summary> <Summary xml:lang="tr">Multidict uygulaması.</Summary>
<Description xml:lang="tr">python3-multidict, sözlük benzeri anahtar-değer ikilisinden oluşan ama konteynerde birden fazla aynı anahtar olmasına olanak verek python modülüdür.</Description> <Description xml:lang="tr">python3-multidict, sözlük benzeri anahtar-değer ikilisinden oluşan ama konteynerde birden fazla aynı anahtar olmasına olanak verek python modülüdür.</Description>
</Source> </Source>
</PISI> </PISI>