aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
AgeCommit message (Expand)Author
2024-03-03python3-pillow: Fix for CVE-2023-50447jansa/dunfellVijay Anusuri
2023-12-17meta-python: Drop broken BBCLASSEXTEND variantsRichard Purdie
2023-12-17meta-python-image,meta-python-ptest-image: Use python3 packagegroupsKhem Raj
2023-12-17python3-cson: fix run-time dependenciesBartosz Golaszewski
2023-06-23python3-cryptography: fix CVE-2023-23931Vijay Anusuri
2023-02-22python3-pillow: Security fix for CVE-2022-45198Shubham Kulkarni
2022-09-11python3-lxml: CVE-2022-2309 NULL Pointer Dereference allows attackers to caus...Hitendra Prajapati
2022-06-15python3-matplotlib: add missing dependencyAdrian Fiergolski
2022-05-25python3-cryptography: backport 3 changes to fix CVE-2020-36242Martin Jansa
2022-04-18python3-urllib3: Fix CVE-2020-26137 and CVE-2021-33503Ranjitsinh Rathod
2021-11-17recipes: Update SRC_URI branch and protocolsArmin Kuster
2021-11-02python3-fasteners: update 0.15 -> 0.16.3MaĆ­ra Canal via
2021-07-25python3-{pyyaml,cython,pyparsing}: move from meta-python to meta-oeNicolas Dechesne
2021-07-25python3-jinja2: remove recipeNicolas Dechesne
2021-07-25python3-markupsafe: remove recipeNicolas Dechesne
2021-07-05python3-django: upgrade 2.2.23 -> 2.2.24Trevor Gamblin
2021-07-05python3-django: upgrade 2.2.22 -> 2.2.23Trevor Gamblin
2021-07-05python3-django: upgrade 2.2.20 -> 2.2.22Trevor Gamblin
2021-07-05python3-django: upgrade to 2.2.20Chen Qi
2021-07-05python3-django: fix CVE-2021-28658Stefan Ghinea
2021-07-05python3-django: upgrade 2.2.13 -> 2.2.16Trevor Gamblin
2021-07-05python3-django: upgrade 2.2.7 -> 2.2.13Trevor Gamblin
2021-02-19python3-pykwalify: Do not unset _PYTHON_SYSCONFIGDATA_NAMEKhem Raj
2021-02-16python3-aiohttp: added missing RDEPENDsVyacheslav Yurkov
2021-02-15python-grpcio-tools: Add missing space for appendKhem Raj
2021-02-04python-urllib3/python3-urllib3: fix CVE-2020-7212Haiqing Bai
2020-11-15python3-pyinotify: Add missing ctypes dependencyMark Jonas
2020-10-04python3-pykwalify: fix missing commaHongxu Jia
2020-08-27python3-pandas: Upgrade 1.0.3 -> 1.0.5Leon Anavi
2020-07-30python3-pint: add setuptools and packaging to RDEPENDSRyan Rowe
2020-07-30python3-obd: Add missing setuptools RDEPENDSAlistair Francis
2020-07-12python3: Add python3-cryptography to RDEPENDS for python3-redisBog999
2020-07-01python3-sqlalchemy: Upgrade 1.3.12 -> 1.3.17Leon Anavi
2020-07-01python3-m2crypto: add the missing rdependsMingli Yu
2020-07-01python-django: set CVE_PRODUCT to be djangoQi.Chen@windriver.com
2020-07-01python-m2crypto: Add RDEPENDSChangqing Li
2020-07-01python-django: add RDEPENDSChangqing Li
2020-06-12python3-docutils: Remove, moved to OE-coreAdrian Bunk
2020-06-12meta-python: depend on core version 12 or higherMartin Jansa
2020-06-12python3-pyelftools: moved to OE-Core, remove from meta-pythonDenys Dmytriyenko
2020-06-12python3-pycryptodome(x): moved to OE-Core, remove from meta-pythonDenys Dmytriyenko
2020-06-12python3-twisted: remove double var modificationKonrad Weihmann
2020-06-12python3-smbus2: remove duplicate RDEPENDS settingsKonrad Weihmann
2020-06-12python3-cmd2: remove double colorama in RDEPENDSKonrad Weihmann
2020-06-12python3-colorama: Upgrade 0.4.1 -> 0.4.3Leon Anavi
2020-06-12python3-pyyaml: Update 5.3 -> 5.3.1Domarys Correa
2020-05-28python3-openpyxl: Upgrade 2.6.3 -> 3.0.3Leon Anavi
2020-05-28python3-parallax: Upgrade 1.0.5 -> 1.0.6Leon Anavi
2020-05-28python3-pandas: Upgrade 1.0.1 -> 1.0.3Leon Anavi
2020-05-28python3-appdirs: Upgrade to 1.4.4Leon Anavi
ck'>rfcqacheck OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/files/common-licenses/MPL-1.1
blob: 6aa8c4edc4f7669ff48a57e663d158b239d5ebde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185