Update to latest version (#2402615)
This commit is contained in:
@@ -32,13 +32,13 @@
|
||||
%global _docdir_fmt %{name}
|
||||
|
||||
# Updated test images for new FreeType.
|
||||
%global mpl_images_version 3.10.3
|
||||
%global mpl_images_version 3.10.8
|
||||
|
||||
# The version of FreeType in this Fedora branch.
|
||||
%global ftver 2.13.1
|
||||
%global ftver 2.14.1
|
||||
|
||||
Name: python-matplotlib
|
||||
Version: 3.10.6
|
||||
Version: 3.10.8
|
||||
%global Version %{version_no_tilde %{quote:%nil}}
|
||||
Release: %autorelease
|
||||
Summary: Python 2D plotting library
|
||||
@@ -65,12 +65,6 @@ Patch0001: 0004-Use-old-stride_windows-implementation-on-32-bit-x86.patch
|
||||
# Temporary fix for some tests.
|
||||
Patch0002: 0005-Partially-revert-TST-Fix-minor-issues-in-interactive.patch
|
||||
|
||||
# https://github.com/matplotlib/matplotlib/pull/30497
|
||||
Patch0003: 0006-TST-Use-a-temporary-directory-for-test_save_figure_r.patch
|
||||
|
||||
# Fix AttributeError: module 'gi' has no attribute 'require_version'
|
||||
Patch0004: https://github.com/matplotlib/matplotlib/pull/30675.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glibc-langpack-en
|
||||
@@ -246,10 +240,14 @@ Requires: python3dist(pyqt6)
|
||||
%package -n python3-matplotlib-gtk3
|
||||
Summary: GTK3 backend for python3-matplotlib
|
||||
%ifnarch %{ix86}
|
||||
# For Cairo and xlib typelib files.
|
||||
BuildRequires: gobject-introspection
|
||||
# This should be converted to typelib(Gtk) when supported
|
||||
BuildRequires: gtk3
|
||||
BuildRequires: python3-gobject
|
||||
%endif
|
||||
# For Cairo and xlib typelib files.
|
||||
Requires: gobject-introspection
|
||||
Requires: gtk3%{?_isa}
|
||||
Requires: python3-gobject%{?_isa}
|
||||
Requires: python3-matplotlib%{?_isa} = %{version}-%{release}
|
||||
@@ -260,10 +258,14 @@ Requires: python3-matplotlib%{?_isa} = %{version}-%{release}
|
||||
%package -n python3-matplotlib-gtk4
|
||||
Summary: GTK4 backend for python3-matplotlib
|
||||
%ifnarch %{ix86}
|
||||
# For Cairo and xlib typelib files.
|
||||
BuildRequires: gobject-introspection
|
||||
# This should be converted to typelib(Gtk) when supported
|
||||
BuildRequires: gtk4
|
||||
BuildRequires: python3-gobject
|
||||
%endif
|
||||
# For Cairo and xlib typelib files.
|
||||
Requires: gobject-introspection
|
||||
Requires: gtk4%{?_isa}
|
||||
Requires: python3-gobject%{?_isa}
|
||||
Requires: python3-matplotlib%{?_isa} = %{version}-%{release}
|
||||
|
||||
Reference in New Issue
Block a user