grimoirelab 1.9.2rc1__py3-none-any.whl → 1.10.0rc3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- grimoirelab/_version.py +2 -2
- {grimoirelab-1.9.2rc1.dist-info → grimoirelab-1.10.0rc3.dist-info}/METADATA +60 -51
- grimoirelab-1.10.0rc3.dist-info/RECORD +8 -0
- grimoirelab-1.9.2rc1.dist-info/RECORD +0 -8
- {grimoirelab-1.9.2rc1.dist-info → grimoirelab-1.10.0rc3.dist-info}/LICENSE +0 -0
- {grimoirelab-1.9.2rc1.dist-info → grimoirelab-1.10.0rc3.dist-info}/WHEEL +0 -0
- {grimoirelab-1.9.2rc1.dist-info → grimoirelab-1.10.0rc3.dist-info}/entry_points.txt +0 -0
grimoirelab/_version.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
# File auto-generated by semverup on 2025-
|
2
|
-
__version__ = "1.
|
1
|
+
# File auto-generated by semverup on 2025-04-09 09:32:04.296001
|
2
|
+
__version__ = "1.10.0-rc.3"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: grimoirelab
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.10.0rc3
|
4
4
|
Summary: Tool set for software development analytics
|
5
5
|
Home-page: https://chaoss.github.io/grimoirelab/
|
6
6
|
License: GPL-3.0+
|
@@ -17,56 +17,57 @@ Classifier: Programming Language :: Python :: 3.11
|
|
17
17
|
Classifier: Topic :: Software Development
|
18
18
|
Requires-Dist: aniso8601 (==7.0.0)
|
19
19
|
Requires-Dist: asgiref (==3.8.1)
|
20
|
-
Requires-Dist: astroid (==3.3.
|
21
|
-
Requires-Dist:
|
22
|
-
Requires-Dist:
|
23
|
-
Requires-Dist:
|
24
|
-
Requires-Dist:
|
25
|
-
Requires-Dist:
|
20
|
+
Requires-Dist: astroid (==3.3.9)
|
21
|
+
Requires-Dist: async-timeout (==5.0.1)
|
22
|
+
Requires-Dist: bandit (==1.8.3)
|
23
|
+
Requires-Dist: beautifulsoup4 (==4.13.3)
|
24
|
+
Requires-Dist: cachetools (==5.5.2)
|
25
|
+
Requires-Dist: cereslib (==1.0.10rc1)
|
26
|
+
Requires-Dist: certifi (==2025.1.31)
|
26
27
|
Requires-Dist: cffi (==1.17.1)
|
27
28
|
Requires-Dist: charset-normalizer (==3.4.1)
|
28
29
|
Requires-Dist: click (==8.1.8)
|
29
30
|
Requires-Dist: cloc (==0.2.5)
|
30
|
-
Requires-Dist: colored (==2.
|
31
|
+
Requires-Dist: colored (==2.3.0)
|
31
32
|
Requires-Dist: colorlog (==6.9.0)
|
32
33
|
Requires-Dist: cryptography (==43.0.3)
|
33
34
|
Requires-Dist: dill (==0.3.9)
|
34
|
-
Requires-Dist: django (==4.2.
|
35
|
-
Requires-Dist: django-cors-headers (==4.
|
35
|
+
Requires-Dist: django (==4.2.20)
|
36
|
+
Requires-Dist: django-cors-headers (==4.7.0)
|
36
37
|
Requires-Dist: django-graphql-jwt (==0.3.4)
|
37
38
|
Requires-Dist: django-rq (==2.10.3)
|
38
|
-
Requires-Dist: django-storages (==1.14.
|
39
|
+
Requires-Dist: django-storages (==1.14.6)
|
39
40
|
Requires-Dist: django-treebeard (==4.7.1)
|
40
|
-
Requires-Dist: dulwich (==0.22.
|
41
|
+
Requires-Dist: dulwich (==0.22.8)
|
41
42
|
Requires-Dist: elasticsearch (==6.3.1)
|
42
43
|
Requires-Dist: elasticsearch-dsl (==6.3.1)
|
43
44
|
Requires-Dist: execnet (==1.9.0)
|
44
45
|
Requires-Dist: feedparser (==6.0.11)
|
45
46
|
Requires-Dist: file-read-backwards (==3.1.0)
|
46
|
-
Requires-Dist: flake8 (==7.
|
47
|
+
Requires-Dist: flake8 (==7.2.0)
|
47
48
|
Requires-Dist: geographiclib (==2.0)
|
48
49
|
Requires-Dist: geopy (==2.4.1)
|
49
|
-
Requires-Dist: google-api-core (==2.24.
|
50
|
-
Requires-Dist: google-auth (==2.
|
51
|
-
Requires-Dist: google-cloud-core (==2.4.
|
52
|
-
Requires-Dist: google-cloud-storage (==
|
53
|
-
Requires-Dist: google-crc32c (==1.
|
50
|
+
Requires-Dist: google-api-core (==2.24.2)
|
51
|
+
Requires-Dist: google-auth (==2.38.0)
|
52
|
+
Requires-Dist: google-cloud-core (==2.4.3)
|
53
|
+
Requires-Dist: google-cloud-storage (==3.1.0)
|
54
|
+
Requires-Dist: google-crc32c (==1.7.1)
|
54
55
|
Requires-Dist: google-resumable-media (==2.7.2)
|
55
|
-
Requires-Dist: googleapis-common-protos (==1.
|
56
|
-
Requires-Dist: graal (==1.1.
|
56
|
+
Requires-Dist: googleapis-common-protos (==1.69.2)
|
57
|
+
Requires-Dist: graal (==1.1.3rc2)
|
57
58
|
Requires-Dist: graphene (==2.1.9)
|
58
59
|
Requires-Dist: graphene-django (==2.16.0)
|
59
60
|
Requires-Dist: graphql-core (==2.3.2)
|
60
61
|
Requires-Dist: graphql-relay (==2.0.1)
|
61
|
-
Requires-Dist: grimoire-elk (==1.3.
|
62
|
+
Requires-Dist: grimoire-elk (==1.3.5rc2)
|
62
63
|
Requires-Dist: grimoirelab-panels (==1.1.2)
|
63
|
-
Requires-Dist: grimoirelab-toolkit (==1.0.
|
64
|
+
Requires-Dist: grimoirelab-toolkit (==1.0.10rc1)
|
64
65
|
Requires-Dist: idna (==3.10)
|
65
66
|
Requires-Dist: importlib-resources (==5.13.0)
|
66
|
-
Requires-Dist: isort (==
|
67
|
-
Requires-Dist: jinja2 (==3.1.
|
68
|
-
Requires-Dist: kidash (==1.0.
|
69
|
-
Requires-Dist: lizard (==1.17.
|
67
|
+
Requires-Dist: isort (==6.0.1)
|
68
|
+
Requires-Dist: jinja2 (==3.1.6)
|
69
|
+
Requires-Dist: kidash (==1.0.11rc1)
|
70
|
+
Requires-Dist: lizard (==1.17.23)
|
70
71
|
Requires-Dist: markdown-it-py (==2.2.0)
|
71
72
|
Requires-Dist: markupsafe (==3.0.2)
|
72
73
|
Requires-Dist: mccabe (==0.7.0)
|
@@ -76,53 +77,57 @@ Requires-Dist: networkx (==3.2.1)
|
|
76
77
|
Requires-Dist: numpy (==2.0.2)
|
77
78
|
Requires-Dist: packaging (==24.2)
|
78
79
|
Requires-Dist: pandas (==2.2.3)
|
80
|
+
Requires-Dist: pathspec (==0.12.1)
|
79
81
|
Requires-Dist: patsy (==1.0.1)
|
80
|
-
Requires-Dist: pbr (==6.1.
|
81
|
-
Requires-Dist: perceval (==1.
|
82
|
-
Requires-Dist: perceval-mozilla (==1.0.
|
83
|
-
Requires-Dist: perceval-opnfv (==1.0.
|
84
|
-
Requires-Dist: perceval-puppet (==1.0.
|
85
|
-
Requires-Dist: perceval-weblate (==1.0.
|
86
|
-
Requires-Dist: platformdirs (==4.3.
|
82
|
+
Requires-Dist: pbr (==6.1.1)
|
83
|
+
Requires-Dist: perceval (==1.2.0rc1)
|
84
|
+
Requires-Dist: perceval-mozilla (==1.0.12rc2)
|
85
|
+
Requires-Dist: perceval-opnfv (==1.0.12rc2)
|
86
|
+
Requires-Dist: perceval-puppet (==1.0.12rc2)
|
87
|
+
Requires-Dist: perceval-weblate (==1.0.12rc2)
|
88
|
+
Requires-Dist: platformdirs (==4.3.7)
|
87
89
|
Requires-Dist: promise (==2.3)
|
88
|
-
Requires-Dist: proto-plus (==1.
|
89
|
-
Requires-Dist: protobuf (==
|
90
|
+
Requires-Dist: proto-plus (==1.26.1)
|
91
|
+
Requires-Dist: protobuf (==6.30.2)
|
90
92
|
Requires-Dist: pyasn1 (==0.6.1)
|
91
|
-
Requires-Dist: pyasn1-modules (==0.4.
|
92
|
-
Requires-Dist: pycodestyle (==2.
|
93
|
+
Requires-Dist: pyasn1-modules (==0.4.2)
|
94
|
+
Requires-Dist: pycodestyle (==2.13.0)
|
93
95
|
Requires-Dist: pycparser (==2.22)
|
94
96
|
Requires-Dist: pydot (==3.0.4)
|
95
|
-
Requires-Dist: pyflakes (==3.2
|
97
|
+
Requires-Dist: pyflakes (==3.3.2)
|
96
98
|
Requires-Dist: pygments (==2.19.1)
|
97
99
|
Requires-Dist: pyjwt (==2.10.1)
|
98
|
-
Requires-Dist: pylint (==3.3.
|
99
|
-
Requires-Dist: pyparsing (==3.2.
|
100
|
+
Requires-Dist: pylint (==3.3.6)
|
101
|
+
Requires-Dist: pyparsing (==3.2.3)
|
100
102
|
Requires-Dist: python-dateutil (==2.9.0.post0)
|
101
|
-
Requires-Dist: pytz (==
|
103
|
+
Requires-Dist: pytz (==2025.2)
|
102
104
|
Requires-Dist: pyyaml (==6.0.2)
|
103
105
|
Requires-Dist: redis (==5.2.1)
|
104
106
|
Requires-Dist: requests (==2.32.3)
|
105
|
-
Requires-Dist: rich (==
|
107
|
+
Requires-Dist: rich (==14.0.0)
|
106
108
|
Requires-Dist: rq (==1.16.2)
|
107
109
|
Requires-Dist: rsa (==4.9)
|
108
110
|
Requires-Dist: rx (==1.6.3)
|
109
111
|
Requires-Dist: scipy (==1.13.1)
|
110
|
-
Requires-Dist: setuptools (==
|
112
|
+
Requires-Dist: setuptools (==78.1.0)
|
111
113
|
Requires-Dist: sgmllib3k (==1.0.0)
|
112
114
|
Requires-Dist: sgqlc (==16.2)
|
113
|
-
Requires-Dist: singledispatch (==4.1.
|
114
|
-
Requires-Dist: sirmordred (==1.1.
|
115
|
+
Requires-Dist: singledispatch (==4.1.1)
|
116
|
+
Requires-Dist: sirmordred (==1.1.7rc2)
|
115
117
|
Requires-Dist: six (==1.17.0)
|
116
|
-
Requires-Dist: sortinghat (==1.
|
118
|
+
Requires-Dist: sortinghat (==1.7.0rc1)
|
117
119
|
Requires-Dist: soupsieve (==2.6)
|
118
120
|
Requires-Dist: sqlparse (==0.5.3)
|
119
121
|
Requires-Dist: statsmodels (==0.14.4)
|
120
|
-
Requires-Dist: stevedore (==5.4.
|
122
|
+
Requires-Dist: stevedore (==5.4.1)
|
121
123
|
Requires-Dist: text-unidecode (==1.3)
|
124
|
+
Requires-Dist: tomli (==2.2.1)
|
122
125
|
Requires-Dist: tomlkit (==0.13.2)
|
123
|
-
Requires-Dist:
|
126
|
+
Requires-Dist: typing-extensions (==4.13.1)
|
127
|
+
Requires-Dist: tzdata (==2025.2)
|
124
128
|
Requires-Dist: urllib3 (==2.3.0)
|
125
129
|
Requires-Dist: uwsgi (==2.0.28)
|
130
|
+
Requires-Dist: zipp (==3.21.0)
|
126
131
|
Project-URL: Bug Tracker, https://github.com/chaoss/grimoirelab/issues
|
127
132
|
Project-URL: Repository, https://github.com/chaoss/grimoirelab
|
128
133
|
Description-Content-Type: text/markdown
|
@@ -157,7 +162,7 @@ Docker version 19.03.1, build 74b1e89
|
|
157
162
|
root@test-68b8628f:~# docker-compose --version
|
158
163
|
docker-compose version 1.22.0, build f46880fe
|
159
164
|
```
|
160
|
-
* **Hardware**: 2 CPU cores, 8GB memory RAM and [enough virtual memory for Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html)
|
165
|
+
* **Hardware**: 2 CPU cores, 8GB memory RAM and [enough virtual memory for Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html)
|
161
166
|
|
162
167
|
Steps:
|
163
168
|
1. Clone this project:
|
@@ -176,7 +181,7 @@ More details or troubleshooting in the [docker-compose folder](./docker-compose/
|
|
176
181
|
|
177
182
|
## Using `docker run`
|
178
183
|
|
179
|
-
Requirements:
|
184
|
+
Requirements:
|
180
185
|
* **Software**: [git](https://git-scm.com/) and [docker client](https://docs.docker.com/get-docker/). An example of working configuration:
|
181
186
|
```console
|
182
187
|
root@test-68b8628f:~# git --version
|
@@ -196,7 +201,7 @@ git clone https://github.com/chaoss/grimoirelab
|
|
196
201
|
2. Go to the project folder and run the following command:
|
197
202
|
```console
|
198
203
|
cd grimoirelab
|
199
|
-
docker run --net=host \
|
204
|
+
docker run --net=host \
|
200
205
|
-v $(pwd)/default-grimoirelab-settings/projects.json:/home/grimoire/conf/projects.json \
|
201
206
|
-v $(pwd)/default-grimoirelab-settings/setup-docker.cfg:/home/grimoire/conf/setup.cfg \
|
202
207
|
-t grimoirelab/grimoirelab
|
@@ -206,6 +211,10 @@ Your dashboard will be ready after a while at `http://localhost:8000`. The waiti
|
|
206
211
|
|
207
212
|
More details in the [docker folder](./docker/README.md).
|
208
213
|
|
214
|
+
## Using on FreeBSD
|
215
|
+
|
216
|
+
Recently [FreeBSD](https://www.freebsd.org) has adopted Grimoirelab for their Bugzilla Analysis and have [deployed Grimoirelab](https://grimore.freebsd.org) in their cluster. [FreeBSD Foundation](https://www.freebsdfoundation.org) has been kind enough to share the process of running Grimoire on FreeBSD which is available [here](./FreeBSD.md). This guide will also help who are interested in running Grimoirelab from source instead of deploying them with Docker.
|
217
|
+
|
209
218
|
# Breaking changes
|
210
219
|
|
211
220
|
## GrimoireLab `1.3.0`. SortingHat permission groups.
|
@@ -0,0 +1,8 @@
|
|
1
|
+
grimoirelab/__init__.py,sha256=ZygAIkX6Nbjag1czWdQa-yP-GM1mBE_9ss21Xh__JFc,34
|
2
|
+
grimoirelab/_version.py,sha256=Si1tQiYoyKKnl5yVrQvk7924GlwxsCObzMhKHrKYJuI,92
|
3
|
+
grimoirelab/grimoirelab.py,sha256=YCHpNl3g6Eoja0pwfih_IVwy6S_4H0WuMCkhzNArFIA,1844
|
4
|
+
grimoirelab-1.10.0rc3.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
5
|
+
grimoirelab-1.10.0rc3.dist-info/METADATA,sha256=KQoi4k8Ebc0rvT5y0dxGULJe6cc_jJKt4MI9I5e2zyY,14532
|
6
|
+
grimoirelab-1.10.0rc3.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
7
|
+
grimoirelab-1.10.0rc3.dist-info/entry_points.txt,sha256=Rt8USKCpckvU8CjrEzjycqg67biCxFVmV70ELiD08v4,60
|
8
|
+
grimoirelab-1.10.0rc3.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
grimoirelab/__init__.py,sha256=ZygAIkX6Nbjag1czWdQa-yP-GM1mBE_9ss21Xh__JFc,34
|
2
|
-
grimoirelab/_version.py,sha256=aPkaaBMdgwk3foYdmPRANk5dWqXfy5Zl0JTyAQVPdW0,91
|
3
|
-
grimoirelab/grimoirelab.py,sha256=YCHpNl3g6Eoja0pwfih_IVwy6S_4H0WuMCkhzNArFIA,1844
|
4
|
-
grimoirelab-1.9.2rc1.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
5
|
-
grimoirelab-1.9.2rc1.dist-info/METADATA,sha256=Jew-NMuvVpUuhaNVUm6j3RuVf_6RsOZw8krXz3aRMXw,13842
|
6
|
-
grimoirelab-1.9.2rc1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
7
|
-
grimoirelab-1.9.2rc1.dist-info/entry_points.txt,sha256=Rt8USKCpckvU8CjrEzjycqg67biCxFVmV70ELiD08v4,60
|
8
|
-
grimoirelab-1.9.2rc1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|