Skip to content

Commit 3660c64

Browse files
committed
Packaging: Rafactor Python core libraries
Extract the external facing `qll` files into the codeql/python-all query pack.
1 parent 2689c13 commit 3660c64

File tree

288 files changed

+47
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+47
-13
lines changed

misc/legacy-support/python/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: legacy-libraries-python
22
version: 0.0.0
33
libraryPathDependencies:
4-
- codeql-python
4+
- codeql/python-all

python/ql/examples/qlpack.lock.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
dependencies: {}
3+
compiled: false
4+
lockVersion: 1.0.0

python/ql/examples/qlpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
name: codeql-python-examples
1+
name: codeql/python-examples
22
version: 0.0.0
3-
libraryPathDependencies: codeql-python
3+
libraryPathDependencies: codeql/python-all
File renamed without changes.
File renamed without changes.
File renamed without changes.

python/ql/lib/qlpack.lock.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
dependencies: {}
3+
compiled: false
4+
lockVersion: 1.0.0

python/ql/lib/qlpack.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: codeql/python-all
2+
version: 0.0.2
3+
dbscheme: semmlecode.python.dbscheme
4+
extractor: python
5+
library: true
6+
dependencies:
7+
codeql/python-upgrades: ~0.0.2

0 commit comments

Comments
 (0)