Version 2.8.7. Drop upstreamed matplotlib patch.
This commit is contained in:
parent
06ae3b17fd
commit
ce00ec2fdf
@ -1,9 +0,0 @@
|
||||
--- examples/drawing/plot_directed.py.orig 2022-08-22 07:33:18.000000000 -0600
|
||||
+++ examples/drawing/plot_directed.py 2022-08-31 11:24:11.204178840 -0600
|
||||
@@ -42,5 +42,6 @@ pc.set_array(edge_colors)
|
||||
|
||||
ax = plt.gca()
|
||||
ax.set_axis_off()
|
||||
+pc.axes = ax
|
||||
plt.colorbar(pc)
|
||||
plt.show()
|
||||
@ -1,6 +1,6 @@
|
||||
Name: python-networkx
|
||||
Version: 2.8.6
|
||||
Release: 2%{?dist}
|
||||
Version: 2.8.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Creates and Manipulates Graphs and Networks
|
||||
License: BSD-3-Clause
|
||||
URL: https://networkx.org/
|
||||
@ -17,8 +17,6 @@ Patch0: %{name}-doc.patch
|
||||
# Temporary workaround for a failing test.
|
||||
# See https://github.com/networkx/networkx/issues/5913
|
||||
Patch1: %{name}-test.patch
|
||||
# Adapt an example to matplotlib 3.6.0
|
||||
Patch2: %{name}-matplotlib.patch
|
||||
|
||||
# There is a bootstrap loop between libpysal and networkx when tests/docs are enabled
|
||||
%bcond_with bootstrap
|
||||
@ -161,6 +159,10 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Oct 1 2022 Jerry James <loganjerry@gmail.com> - 2.8.7-1
|
||||
- Version 2.8.7
|
||||
- Drop upstreamed matplotlib patch
|
||||
|
||||
* Wed Aug 31 2022 Jerry James <loganjerry@gmail.com> - 2.8.6-2
|
||||
- Add patch to adapt an example to matplotlib 3.6.0
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (networkx-2.8.6.tar.gz) = 527e8335004dc719fbff30da8f73916af6c5ddc265187ef663186c5ee4c99032c0f904357c588b3e33b060cc095d7acb44498d3597bbbfb3887dd01dfe9c716f
|
||||
SHA512 (networkx-2.8.7.tar.gz) = 216ee66007b2c15e650f5cbacc9f8969dcaf964f5df42351419ceae3754fb70812faf494e97eea0ca4de2c912c74b6db05c0e80506a6d6de806dc3c9289f747c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user