Commit e638d18
Update python 3.13 (#629)
* Create script to update repo skeleton #80
Signed-off-by: Jono Yang <[email protected]>
* Update link references of ownership from nexB to aboutcode-org
Signed-off-by: Chin Yeung Li <[email protected]>
* Drop deprecated macos-12 runner
* Update CI/Actions runners
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
* Replace black and isort with ruff
* Use ruff config and Make commands from scancode.io
Signed-off-by: Jono Yang <[email protected]>
* Use org standard 100 line length
Signed-off-by: Philippe Ombredanne <[email protected]>
* Lint all common code directories
Signed-off-by: Philippe Ombredanne <[email protected]>
* Remove unused targets
Signed-off-by: Philippe Ombredanne <[email protected]>
* Improve import sorting
Signed-off-by: Philippe Ombredanne <[email protected]>
* Apply small code updates
Signed-off-by: Philippe Ombredanne <[email protected]>
* Format code
Signed-off-by: Philippe Ombredanne <[email protected]>
* Apply cosmetic refactorings
Signed-off-by: Philippe Ombredanne <[email protected]>
* Reformat test code
Signed-off-by: Philippe Ombredanne <[email protected]>
* Format code
Signed-off-by: Philippe Ombredanne <[email protected]>
* Refine ruff configuration
Signed-off-by: Philippe Ombredanne <[email protected]>
* Format doc
Signed-off-by: Philippe Ombredanne <[email protected]>
* Run doc8 on all rst files
Signed-off-by: Philippe Ombredanne <[email protected]>
* Enable doc style checks
Signed-off-by: Philippe Ombredanne <[email protected]>
* Add support for new OS versions
Signed-off-by: Philippe Ombredanne <[email protected]>
* Update scripts aboutcode references
Signed-off-by: Philippe Ombredanne <[email protected]>
* Do not format more test data
Signed-off-by: Philippe Ombredanne <[email protected]>
* Do not treat rst as Python
Signed-off-by: Philippe Ombredanne <[email protected]>
* Combine testing and docs extra for simplicity
Signed-off-by: Philippe Ombredanne <[email protected]>
* Refine checking of docs with doc8
Signed-off-by: Philippe Ombredanne <[email protected]>
* Refine doc handling
* remove CI scripts and use Makefile targets instead
* ensure doc8 runs quiet
* add new docs-check make target to run documentation and links checks
* update oudated doc for docs contribution
Signed-off-by: Philippe Ombredanne <[email protected]>
* Add twine check to release publication
Signed-off-by: Philippe Ombredanne <[email protected]>
* Refine doc contribution docs
Signed-off-by: Philippe Ombredanne <[email protected]>
* Replace black and isort with ruff
* Use ruff config and Make commands from scancode.io
Signed-off-by: Jono Yang <[email protected]>
* Use org standard 100 line length
Signed-off-by: Philippe Ombredanne <[email protected]>
* Lint all common code directories
Signed-off-by: Philippe Ombredanne <[email protected]>
* Remove unused targets
Signed-off-by: Philippe Ombredanne <[email protected]>
* Improve import sorting
Signed-off-by: Philippe Ombredanne <[email protected]>
* Apply small code updates
Signed-off-by: Philippe Ombredanne <[email protected]>
* Format code
Signed-off-by: Philippe Ombredanne <[email protected]>
* Apply cosmetic refactorings
Signed-off-by: Philippe Ombredanne <[email protected]>
* Reformat test code
Signed-off-by: Philippe Ombredanne <[email protected]>
* Format code
Signed-off-by: Philippe Ombredanne <[email protected]>
* Refine ruff configuration
Signed-off-by: Philippe Ombredanne <[email protected]>
* Format doc
Signed-off-by: Philippe Ombredanne <[email protected]>
* Run doc8 on all rst files
Signed-off-by: Philippe Ombredanne <[email protected]>
* Enable doc style checks
Signed-off-by: Philippe Ombredanne <[email protected]>
* Do not format more test data
Signed-off-by: Philippe Ombredanne <[email protected]>
* Do not treat rst as Python
Signed-off-by: Philippe Ombredanne <[email protected]>
* Combine testing and docs extra for simplicity
Signed-off-by: Philippe Ombredanne <[email protected]>
* Refine checking of docs with doc8
Signed-off-by: Philippe Ombredanne <[email protected]>
* Refine doc handling
* remove CI scripts and use Makefile targets instead
* ensure doc8 runs quiet
* add new docs-check make target to run documentation and links checks
* update oudated doc for docs contribution
Signed-off-by: Philippe Ombredanne <[email protected]>
* Add twine check to release publication
Signed-off-by: Philippe Ombredanne <[email protected]>
* Refine doc contribution docs
Signed-off-by: Philippe Ombredanne <[email protected]>
* Update codestyle command
* Remove trailing whitespace
Signed-off-by: Jono Yang <[email protected]>
* Update README.rst
Signed-off-by: Jono Yang <[email protected]>
* Update BUILDDIR envvar in docs/Makefile
Signed-off-by: Jono Yang <[email protected]>
* Fix doc line length
Signed-off-by: Philippe Ombredanne <[email protected]>
* Format code
Signed-off-by: Philippe Ombredanne <[email protected]>
* Correct supported runner on Azure
See for details:
https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
macOS ARM images do not seem to be supported there
Signed-off-by: Philippe Ombredanne <[email protected]>
* Add code checks to CI
Remove running "make check" as a test
Signed-off-by: Philippe Ombredanne <[email protected]>
* Revert support for Python 3.13
This is not yet supported everywhere
Signed-off-by: Philippe Ombredanne <[email protected]>
* Ignore local .env file
Signed-off-by: Philippe Ombredanne <[email protected]>
* Add correct extras for documentation
Signed-off-by: Philippe Ombredanne <[email protected]>
* Improve MANIFEST
Signed-off-by: Philippe Ombredanne <[email protected]>
* Improve cleaning on POSIX
Signed-off-by: Philippe Ombredanne <[email protected]>
* Rename dev extra to "dev"
Instead of testing ... and update references accordingly
Signed-off-by: Philippe Ombredanne <[email protected]>
* Add more excludes from tests
Signed-off-by: Philippe Ombredanne <[email protected]>
* Do not lint django migrations
Signed-off-by: Philippe Ombredanne <[email protected]>
* Add README.rst to list of "license files"
Signed-off-by: Philippe Ombredanne <[email protected]>
* Use Python 3.9 as lowest suupported version
Signed-off-by: Philippe Ombredanne <[email protected]>
* Drop pycodestyle
Not used anymore
Signed-off-by: Philippe Ombredanne <[email protected]>
* Bump pytest minimal version
Signed-off-by: Philippe Ombredanne <[email protected]>
* Update CI runners and scripts
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
* Add missing wheel builds on release CI
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
* Update requirements
Signed-off-by: Jono Yang <[email protected]>
* Remove repeated command
Signed-off-by: Jono Yang <[email protected]>
* Update requirements files
Signed-off-by: Jono Yang <[email protected]>
* Remove requirements not needed exactly for purldb
Signed-off-by: Jono Yang <[email protected]>
---------
Signed-off-by: Jono Yang <[email protected]>
Signed-off-by: Chin Yeung Li <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Co-authored-by: Chin Yeung Li <[email protected]>
Co-authored-by: Ayan Sinha Mahapatra <[email protected]>
Co-authored-by: Philippe Ombredanne <[email protected]>1 parent 6cfd9d9 commit e638d18
File tree
9 files changed
+163
-145
lines changed- .github/workflows
- etc
- ci
- scripts
9 files changed
+163
-145
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 29 | + | |
38 | 30 | | |
39 | | - | |
| 31 | + | |
40 | 32 | | |
41 | 33 | | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
45 | 37 | | |
46 | 38 | | |
47 | | - | |
| 39 | + | |
48 | 40 | | |
49 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
114 | 113 | | |
115 | 114 | | |
116 | 115 | | |
117 | | - | |
| 116 | + | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | 120 | | |
123 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
136 | | - | |
137 | 136 | | |
138 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
45 | 43 | | |
46 | 44 | | |
47 | | - | |
| 45 | + | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
53 | | - | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | | - | |
| 59 | + | |
62 | 60 | | |
63 | | - | |
| 61 | + | |
64 | 62 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
0 commit comments