Update to 3.5.0
This commit is contained in:
parent
209ed580d1
commit
0c4b36d5bf
2
.gitignore
vendored
2
.gitignore
vendored
@ -71,3 +71,5 @@ matplotlib-1.0.0-without-gpc.tar.gz
|
||||
/matplotlib-3.5.0b1-with-freetype-2.11.0.tar.gz
|
||||
/matplotlib-3.5.0rc1.tar.gz
|
||||
/matplotlib-3.5.0rc1-with-freetype-2.11.0.tar.gz
|
||||
/matplotlib-3.5.0.tar.gz
|
||||
/matplotlib-3.5.0-with-freetype-2.11.0.tar.gz
|
||||
|
@ -30,15 +30,15 @@
|
||||
%global _docdir_fmt %{name}
|
||||
|
||||
# Updated test images for new FreeType.
|
||||
%global mpl_images_version 3.5.0rc1
|
||||
%global mpl_images_version 3.5.0
|
||||
|
||||
# The version of FreeType in this Fedora branch.
|
||||
%global ftver 2.11.0
|
||||
|
||||
Name: python-matplotlib
|
||||
Version: 3.5.0
|
||||
%global Version 3.5.0rc1
|
||||
Release: %autorelease -p -e rc1
|
||||
%global Version 3.5.0
|
||||
Release: %autorelease
|
||||
Summary: Python 2D plotting library
|
||||
# qt_editor backend is MIT
|
||||
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is Public Domain
|
||||
@ -58,8 +58,6 @@ Patch1002: 0002-Set-FreeType-version-to-%{ftver}-and-update-tolerances.patc
|
||||
# Work around for problems with texlive 2021 (#1965547)
|
||||
Patch1003: 0003-Slightly-increase-tolerance-on-rcupdate-test.patch
|
||||
Patch1004: 0004-Increase-a-few-test-tolerances-on-some-arches.patch
|
||||
# https://github.com/matplotlib/matplotlib/pull/21293
|
||||
Patch1005: 0005-Fix-snap-argument-to-pcolormesh.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
@ -100,6 +98,7 @@ BuildRequires: tex(avant.sty)
|
||||
BuildRequires: tex(bm.sty)
|
||||
BuildRequires: tex(chancery.sty)
|
||||
BuildRequires: tex(charter.sty)
|
||||
BuildRequires: tex(chemformula.sty)
|
||||
BuildRequires: tex(color.sty)
|
||||
BuildRequires: tex(courier.sty)
|
||||
BuildRequires: tex(euler.sty)
|
||||
@ -296,7 +295,6 @@ cp -p %{SOURCE1} mplsetup.cfg
|
||||
|
||||
%patch1003 -p1
|
||||
%patch1004 -p1
|
||||
%patch1005 -p1
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (matplotlib-3.5.0rc1.tar.gz) = 2845e3ec6582db78d54d999ec59578848c1f02ac37fa602430b99ffed31a99be41a24404b8ad20c941e5a18acc9f5ca63961b869bbb164f436b0a8c3862e705d
|
||||
SHA512 (matplotlib-3.5.0rc1-with-freetype-2.11.0.tar.gz) = 2edc7ef95259515649384dece548d41b5c59722ab5603dbf51d1ed20f7bd596e6d5e51ad179fd2d9d74f435bc719b828b3c4302d85e57e6d010e4ed094655794
|
||||
SHA512 (matplotlib-3.5.0.tar.gz) = e234901d12a62a97b87f0516ab957569113ac368e258ae2f0c0870d85588c782eb7511955fc7bb4210edaab0558fcdd02a74d9f4d441f037c128f07d329d55ee
|
||||
SHA512 (matplotlib-3.5.0-with-freetype-2.11.0.tar.gz) = 7798dc7aa2fa5edde1c2b582af902c899fe4dea7b7f9c3e2c39b84d5e0590f0b38ffe1cb8acdadf7251cd05e0ee6015fff0503b3525973d25622dc820fe3a320
|
||||
|
Loading…
x
Reference in New Issue
Block a user