Skip to content

Commit e70da89

Browse files
author
Release Manager
committed
gh-35203: sagemath-standard: Add dependencies `typing_extensions`, `importlib_resources`, `importlib_metadata` <!-- ^^^^^ Please provide a concise, informative and self-explanatory title. Don't put issue numbers in there, do this in the PR body below. For example, instead of "Fixes #1234" use "Introduce new method to calculate 1+1" --> ### 📚 Description <!-- Describe your changes here in detail --> <!-- Why is this change required? What problem does it solve? --> <!-- If it resolves an open issue, please link to the issue here. For example "Closes #1337" --> Resolves #34831 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [x] I have linked an issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open pull requests that this PR logically depends on --> <!-- - #xyz: short description why this is a dependency - #abc: ... --> URL: #35203 Reported by: Matthias Köppe Reviewer(s): Tobias Diez
2 parents 2540fe8 + 1467860 commit e70da89

File tree

14 files changed

+52
-29
lines changed

14 files changed

+52
-29
lines changed

build/pkgs/importlib_metadata/SPKG.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ importlib_metadata: Library to access the metadata for a Python package
44
Description
55
-----------
66

7-
importlib_metadata is a library to access the metadata for a Python package.
8-
It is intended to be ported to Python 3.8.
7+
This is a backport package, supplying access to the functionality of
8+
``importlib.metadata`` including improvements added to subsequent Python versions.
9+
910

1011
License
1112
-------
1213

13-
Apache Software License
14+
Apache Software License
1415

1516

1617
Upstream Contact
1718
----------------
1819

19-
Home page: http://importlib-metadata.readthedocs.io/
20+
- https://pypi.org/project/importlib-metadata/
2021

22+
- http://importlib-metadata.readthedocs.io/
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=4a49e8c6d8e2eb02e9ea821444b5ba153d8c34a6
3-
md5=56d34f2e854bb0f318baa9e47aba3439
4-
cksum=3438247256
2+
sha1=b9b1f85f9d7ea8464990aa48078c2bc18c88b17d
3+
md5=a7d0734680f70b03368b69fe3e89dc56
4+
cksum=579037727
55
upstream_url=https://pypi.io/packages/source/i/importlib_metadata/importlib_metadata-VERSION.tar.gz
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
importlib_metadata >=1.7.0
1+
# According to https://pypi.org/project/importlib-metadata/,
2+
# 4.13 provides the features of Python 3.11 importlib.metadata
3+
importlib_metadata >=4.13
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
6.0.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=importlib_resources-VERSION.tar.gz
2-
sha1=a8c7a6a976fffb9841c548230cb633eda3111c4f
3-
md5=8afc48c5f3a7c4ba63cb38163340d78b
4-
cksum=196052500
2+
sha1=b793f4fb94148414679e3192e731fef25e3e9bc9
3+
md5=5457c25b89b19fcaca8af03e541dfa41
4+
cksum=527125049
55
upstream_url=https://pypi.io/packages/source/i/importlib_resources/importlib_resources-VERSION.tar.gz
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
importlib-resources
1+
# According to https://pypi.org/project/importlib-resources/,
2+
# version 5.7 provides the features of Python 3.11 importlib.resources
3+
importlib_resources >= 5.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10.0
1+
5.12.0

build/pkgs/sagelib/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FORCE $(SCRIPTS) arb boost_cropped $(BLAS) brial cliquer cypari cysignals cython ecl eclib ecm flint libgd gap giac givaro glpk gmpy2 gsl iml jinja2 jupyter_core lcalc lrcalc_python libbraiding libhomfly libpng linbox m4ri m4rie memory_allocator mpc mpfi mpfr $(MP_LIBRARY) ntl numpy pari pip pkgconfig planarity ppl pplpy primesieve primecount primecountpy pycygwin $(PYTHON) requests rw sage_conf singular symmetrica $(PCFILES) | $(PYTHON_TOOLCHAIN) sage_setup
1+
FORCE $(SCRIPTS) arb boost_cropped $(BLAS) brial cliquer cypari cysignals cython ecl eclib ecm flint libgd gap giac givaro glpk gmpy2 gsl iml importlib_metadata importlib_resources jinja2 jupyter_core lcalc lrcalc_python libbraiding libhomfly libpng linbox m4ri m4rie memory_allocator mpc mpfi mpfr $(MP_LIBRARY) ntl numpy pari pip pkgconfig planarity ppl pplpy primesieve primecount primecountpy pycygwin $(PYTHON) requests rw sage_conf singular symmetrica typing_extensions $(PCFILES) | $(PYTHON_TOOLCHAIN) sage_setup
22

33
----------
44
All lines of this file are ignored except the first.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tarball=typing_extensions-VERSION.tar.gz
2-
sha1=9dbf798784009efaef80c8198a75b2a9e519eb95
3-
md5=5cfcb56ea6fc4972c3600c0030f4d136
4-
cksum=386983249
2+
sha1=544dc62dfcd6871ad6ca72f840ecd1b8c29ccf96
3+
md5=03a01698ace869506cab825697dfb7e1
4+
cksum=106787813
55
upstream_url=https://pypi.io/packages/source/t/typing_extensions/typing_extensions-VERSION.tar.gz
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
typing-extensions
1+
# According to https://github.com/python/typing_extensions/blob/main/CHANGELOG.md,
2+
# version 4.4.0 adds another Python 3.11 typing backport
3+
typing_extensions >= 4.4.0

0 commit comments

Comments
 (0)