Skip to content

Commit 6ca634a

Browse files
author
Release Manager
committed
gh-35671: Upgrade networkx to 3.1, igraph/python_igraph to 0.10.4 <!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description <!-- Describe your changes here in detail. --> https://networkx.org/documentation/stable/release/index.html; still supports Python >= 3.8 (see #35404) - https://networkx.org/documentation/stable/release/release_3.1.html - https://networkx.org/documentation/stable/release/release_3.0.html python_igraph still supports Python >= 3.7. - https://igraph.org/2023/01/27/igraph-0.10.4-c.html - https://igraph.org/2022/12/30/igraph-0.10.3-c.html <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> - Depends on #35584 <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35671 Reported by: Matthias Köppe Reviewer(s): David Coudert
2 parents 7e0eb1c + 8f8ccb8 commit 6ca634a

File tree

7 files changed

+13
-14
lines changed

7 files changed

+13
-14
lines changed

build/pkgs/igraph/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=igraph-VERSION.tar.gz
2-
sha1=20587332f0f36d6d7eb3cca248e2dab76e1e58ad
3-
md5=af41eb9c614946c4a92a51834e9cab4a
4-
cksum=4011381306
2+
sha1=fc3c6627f889b13581b2b468e1b16aceff453cfc
3+
md5=10a3f325425970c75a7ba8359376e208
4+
cksum=3103730646
55
upstream_url=https://github.com/igraph/igraph/releases/download/VERSION/igraph-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.2
1+
0.10.4

build/pkgs/networkx/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=networkx-VERSION.tar.gz
2-
sha1=40e981041664856ba473c9079006367ed0d0e71b
3-
md5=22139ab5a47818fa00cbaa91eb126381
4-
cksum=4201985987
2+
sha1=d4b1d6117b7c54db61f6cbec8f0ccfb0f7d47293
3+
md5=1a9baa93b7fd4470c80e29a7a6d93ccf
4+
cksum=1675580484
55
upstream_url=https://pypi.io/packages/source/n/networkx/networkx-VERSION.tar.gz
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# features removed in 3.0 listed in https://networkx.org/documentation/stable/developer/deprecations.html#version-3-0
2-
networkx >=2.4, <3.0
1+
networkx >=2.4, <3.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.8
1+
3.1
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=python-igraph-VERSION.tar.gz
2-
sha1=6a6bca77737ff501e97f808aa18a9045e86b3e3e
3-
md5=6951cc2e803118b74209ae21d54de38a
4-
cksum=650236223
2+
sha1=807a95ad4080d8eb500e7797325d6f11a5c46892
3+
md5=2ac3561dda7e7321789041261a29aba4
4+
cksum=754615899
55
upstream_url=https://pypi.io/packages/source/i/igraph/igraph-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.2
1+
0.10.4

0 commit comments

Comments
 (0)