File tree 4 files changed +19
-15
lines changed
packagedb/management/commands
4 files changed +19
-15
lines changed Original file line number Diff line number Diff line change 11
11
from django .core .management .base import BaseCommand
12
12
13
13
from aboutcode .federatedcode .client import subscribe_package
14
+
14
15
from purldb_project import settings
15
16
17
+
16
18
class Command (BaseCommand ):
17
19
help = "Subscribe package for their metadata update from FederatedCode."
18
20
Original file line number Diff line number Diff line change 326
326
# FederatedCode integration
327
327
328
328
FEDERATEDCODE_HOST_URL = env .str ("FEDERATEDCODE_HOST_URL" , default = "" )
329
- FEDERATEDCODE_PURLDB_REMOTE_USERNAME = env .str ("FEDERATEDCODE_GIT_SERVICE_TOKEN" , default = "purldb" )
329
+ FEDERATEDCODE_PURLDB_REMOTE_USERNAME = env .str (
330
+ "FEDERATEDCODE_PURLDB_REMOTE_USERNAME" , default = "purldb"
331
+ )
Original file line number Diff line number Diff line change 1
1
aboutcode.federatedcode == 0.1.0
2
- aboutcode.pipeline == 0.1.0
3
- aboutcode-toolkit == 11.0.0
4
- aboutcode.hashid == 0.1.0
5
2
aboutcode.pipeline == 0.2.0
3
+ aboutcode-toolkit == 11.0.0
4
+ aboutcode.hashid == 0.2.0
6
5
arrow == 1.3.0
7
6
asgiref == 3.8.1
8
7
attrs == 24.2.0
@@ -25,12 +24,12 @@ construct==2.10.70
25
24
container-inspector == 33.0.0
26
25
crispy-bootstrap3 == 2024.1
27
26
crontab == 1.0.1
28
- cryptography == 44 .0.0
27
+ cryptography == 43 .0.0
29
28
cyclonedx-python-lib == 8.5.0
30
29
debian_inspector == 31.1.0
31
30
defusedxml == 0.7.1
32
- Deprecated == 1.2.15
33
- Django == 5.1.3
31
+ Deprecated == 1.2.14
32
+ Django == 5.1.4
34
33
django-crispy-forms == 2.3
35
34
django-environ == 0.11.2
36
35
django-filter == 24.3
@@ -78,7 +77,7 @@ license-expression==30.4.0
78
77
lxml == 5.3.0
79
78
Markdown == 3.6
80
79
markdown-it-py == 3.0.0
81
- MarkupSafe == 3.0.2
80
+ MarkupSafe == 2.1.5
82
81
matchcode-toolkit == 7.0.0
83
82
mdurl == 0.1.2
84
83
mock == 5.1.0
@@ -88,7 +87,7 @@ normality==2.5.0
88
87
openpyxl == 3.1.5
89
88
packagedcode-msitools == 0.101.210706
90
89
packageurl-python == 0.16.0
91
- packaging == 24.2
90
+ packaging == 24.1
92
91
packvers == 21.5
93
92
parameter-expansion-patched == 0.3.1
94
93
pdfminer.six == 20240706
@@ -119,8 +118,8 @@ python-dotenv==1.0.1
119
118
python-inspector == 0.12.1
120
119
pytz == 2024.2
121
120
PyYAML == 6.0.2
122
- rdflib == 7.1.1
123
- redis == 5.2.0
121
+ rdflib == 7.0.0
122
+ redis == 5.2.1
124
123
referencing == 0.35.1
125
124
regipy == 5.0.0
126
125
reppy2 == 0.3.6
@@ -134,11 +133,11 @@ rubymarshal==1.0.3
134
133
samecode == 0.5.1
135
134
saneyaml == 0.6.1
136
135
scancode-toolkit == 32.3.0
137
- scancodeio @ git+https://github.com/aboutcode-org/scancode.io.git@3eeb0c040c6077d773680b59da6fa283ba1500bf
136
+ # scancodeio==34.9.2
138
137
semantic-version == 2.10.0
139
138
semver == 3.0.2
140
139
setuptools == 75.6.0
141
- six == 1.17 .0
140
+ six == 1.16 .0
142
141
smmap == 5.0.1
143
142
sortedcontainers == 2.4.0
144
143
soupsieve == 2.6
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ install_requires =
40
40
bitarray == 2.9.2
41
41
debian-inspector == 31.1.0
42
42
commoncode == 32.1.0
43
- Django == 5.1.3
43
+ Django == 5.1.4
44
44
django-environ == 0.11.2
45
45
django-rq == 3.0.0
46
46
djangorestframework == 3.15.2
@@ -63,7 +63,8 @@ install_requires =
63
63
matchcode-toolkit == 7.0.0
64
64
purl2vcs == 2.0.0
65
65
univers == 30.12.1
66
- scancodeio @ git+https://github.com/aboutcode-org/scancode.io.git@3eeb0c040c6077d773680b59da6fa283ba1500bf
66
+ scancodeio @ git+https://github.com/aboutcode-org/scancode.io@bumb-hashid
67
+ # scancodeio == 34.9.2
67
68
gitpython == 3.1.43
68
69
samecode == 0.5.1
69
70
# FederatedCode integration
You can’t perform that action at this time.
0 commit comments