Skip to content

Commit 92494e9

Browse files
committed
Upgrade typing_extensions to 4.7.1
1 parent b6d519f commit 92494e9

File tree

4 files changed

+602
-318
lines changed

4 files changed

+602
-318
lines changed

news/typing_extensions.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade typing_extensions to 4.7.1

src/pip/_vendor/typing_extensions.LICENSE

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ A. HISTORY OF THE SOFTWARE
22
==========================
33

44
Python was created in the early 1990s by Guido van Rossum at Stichting
5-
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
5+
Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands
66
as a successor of a language called ABC. Guido remains Python's
77
principal author, although it includes many contributions from others.
88

99
In 1995, Guido continued his work on Python at the Corporation for
10-
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
10+
National Research Initiatives (CNRI, see https://www.cnri.reston.va.us)
1111
in Reston, Virginia where he released several versions of the
1212
software.
1313

@@ -19,7 +19,7 @@ https://www.python.org/psf/) was formed, a non-profit organization
1919
created specifically to own Python-related Intellectual Property.
2020
Zope Corporation was a sponsoring member of the PSF.
2121

22-
All Python releases are Open Source (see http://www.opensource.org for
22+
All Python releases are Open Source (see https://opensource.org for
2323
the Open Source Definition). Historically, most, but not all, Python
2424
releases have also been GPL-compatible; the table below summarizes
2525
the various releases.
@@ -59,6 +59,17 @@ direction to make these releases possible.
5959
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
6060
===============================================================
6161

62+
Python software and documentation are licensed under the
63+
Python Software Foundation License Version 2.
64+
65+
Starting with Python 3.8.6, examples, recipes, and other code in
66+
the documentation are dual licensed under the PSF License Version 2
67+
and the Zero-Clause BSD license.
68+
69+
Some software incorporated into Python is under different licenses.
70+
The licenses are listed with code falling under that license.
71+
72+
6273
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
6374
--------------------------------------------
6475

@@ -73,7 +84,7 @@ analyze, test, perform and/or display publicly, prepare derivative works,
7384
distribute, and otherwise use Python alone or in any derivative version,
7485
provided, however, that PSF's License Agreement and PSF's notice of copyright,
7586
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
76-
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation;
87+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation;
7788
All Rights Reserved" are retained in Python alone or in any derivative version
7889
prepared by Licensee.
7990

@@ -252,3 +263,17 @@ FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
252263
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
253264
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
254265
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
266+
267+
ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION
268+
----------------------------------------------------------------------
269+
270+
Permission to use, copy, modify, and/or distribute this software for any
271+
purpose with or without fee is hereby granted.
272+
273+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
274+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
275+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
276+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
277+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
278+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
279+
PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)