python3-matplotlib:ver bump

This commit is contained in:
blue-devil
2020-08-31 23:44:43 +02:00
parent 8a09fbb062
commit 1f9e95473f
2 changed files with 21 additions and 14 deletions
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def setup():
# dodoc method cannot move LICENSE named dir, so i delete the directory
@@ -13,12 +13,12 @@
<IsA>library</IsA>
<Summary>matplotlib: plotting with Python.</Summary>
<Description>Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.</Description>
<Archive sha1sum="e5c48e2a4d59694bcb11e5c7495e9cb28492f75b" type="targz">https://github.com/matplotlib/matplotlib/archive/v3.2.1.tar.gz</Archive>
<Archive sha1sum="1367f8527fe5410d5ddfee0766a47bad820606c0" type="targz">https://github.com/matplotlib/matplotlib/archive/v3.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-numpy</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -26,22 +26,29 @@
<Name>python3-matplotlib</Name>
<Summary>matplotlib: plotting with Python.</Summary>
<RuntimeDependencies>
<Dependency>python3-kiwisolver</Dependency>
<Dependency>python3-pyparsing</Dependency>
<Dependency>python3-dateutil</Dependency>
<Dependency>python3-cycler</Dependency>
<Dependency>python3-numpy</Dependency>
<Dependency>freetype</Dependency>
<Dependency>python3</Dependency>
<Dependency>libpng</Dependency>
<Dependency>python3</Dependency>
<Dependency>freetype</Dependency>
<Dependency>python3-numpy</Dependency>
<Dependency>python3-cycler</Dependency>
<Dependency>python3-dateutil</Dependency>
<Dependency>python3-pyparsing</Dependency>
<Dependency>python3-kiwisolver</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-matplotlib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-matplotlib</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-08-30</Date>
<Version>3.3.1</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-18</Date>
<Version>3.2.1</Version>