Skip to content

Commit 89289d0

Browse files
author
Release Manager
committed
Trac #31699: setuptools/pip/pkgconfig/packaging/importlib-metadata upgrade for Sage 9.4
https://repology.org/projects/p/?inrepo=sagemath - https://setuptools.readthedocs.io/en/latest/history.html - https://pip.pypa.io/en/stable/news/ - Add a feature `--use-feature=in-tree-build` to build local projects in-place when installing. This is expected to become the default behavior in pip 21.3 We add two new packages that have become dependencies in the new versions: `toml`, `typing_extensions`. URL: https://trac.sagemath.org/31699 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): François Bissey, Dima Pasechnik
2 parents c6b6feb + 7a6d0b6 commit 89289d0

25 files changed

+87
-21
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=importlib_metadata-VERSION.tar.gz
2-
sha1=bdb2154fb65f956c30cc2766413215f04120929f
3-
md5=4505ea85600cca1e693a4f8f5dd27ba8
4-
cksum=608862478
2+
sha1=9a41be5cdf1fb347fca35640d607cbb27873cd02
3+
md5=de8753734db41db35d763475b3cf56be
4+
cksum=2900617554
55
upstream_url=https://pypi.io/packages/source/i/importlib_metadata/importlib_metadata-VERSION.tar.gz

build/pkgs/importlib_metadata/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) vcversioner zipp | $(PYTHON_TOOLCHAIN)
1+
$(PYTHON) zipp typing_extensions | $(PYTHON_TOOLCHAIN) toml
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
4.0.1

build/pkgs/packaging/checksums.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tarball=packaging-VERSION.tar.gz
2-
sha1=b99fa7af153646722b2d1817bb09906cc5a94bc6
3-
md5=3208229da731c5d8e29d4d8941e75005
4-
cksum=1742055469
2+
sha1=6f8880ab84f05714a2549c1b54314b4f79fee319
3+
md5=5377308b3ba89f2d78c05e7f485be65d
4+
cksum=1567718319
5+
upstream_url=https://pypi.io/packages/source/p/packaging/packaging-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.4
1+
20.9

build/pkgs/pip/checksums.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=pip-VERSION.tar.gz
2-
sha1=f74aa5460852ab99f4433212af87949168a8181c
3-
md5=246523bd34dd356e7506adf54d206b12
4-
cksum=3347074384
2+
sha1=85a0cca517b854373dfcf43c3cac4ff726120c7f
3+
md5=7fe80e6b3f94b5350284ed536d5b3a23
4+
cksum=3136634190
55
upstream_url=https://pypi.io/packages/source/p/pip/pip-VERSION.tar.gz

build/pkgs/pip/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.1
1+
21.1.1

build/pkgs/pkgconfig/checksums.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
tarball=pkgconfig-VERSION.tar.gz
2-
sha1=1e844638e8ba3886b6a28b86500c4414ba910b4e
3-
md5=9f9cdb224ec0a1e59efcc7cac4b91972
4-
cksum=1169273382
2+
sha1=9db3e565c5bd85ceee16cbc162ab4f2f5019153c
3+
md5=0d889edf670b644bfeaa3bb9444169cb
4+
cksum=3590715331
5+
upstream_url=https://pypi.io/packages/source/p/pkgconfig/pkgconfig-VERSION.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=setuptools-VERSION.tar.gz
2-
sha1=77d3f0bd339c3d7778b3b7dacd14f47d09ac56be
3-
md5=e22db062c2429f9dd7239aecdeb64d6f
4-
cksum=3206580377
2+
sha1=93a2efe727c901cd140fad483b5e05d5f8117ec2
3+
md5=e8caf0f129f585a887bb3cbb528149d1
4+
cksum=591865795
55
upstream_url=https://pypi.io/packages/source/s/setuptools/setuptools-VERSION.tar.gz

0 commit comments

Comments
 (0)