grimoirelab 0.23.0rc1__py3-none-any.whl → 1.9.1rc1__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 CHANGED
@@ -1,2 +1,2 @@
1
- # File auto-generated by semverup on 2024-03-12 11:13:50.503311
2
- __version__ = "0.23.0-rc.1"
1
+ # File auto-generated by semverup on 2025-01-15 11:40:29.920076
2
+ __version__ = "1.9.1-rc.1"
@@ -1,127 +1,128 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: grimoirelab
3
- Version: 0.23.0rc1
3
+ Version: 1.9.1rc1
4
4
  Summary: Tool set for software development analytics
5
5
  Home-page: https://chaoss.github.io/grimoirelab/
6
6
  License: GPL-3.0+
7
7
  Keywords: development,grimoirelab
8
8
  Author: GrimoireLab Developers
9
- Requires-Python: >=3.8,<4.0
9
+ Requires-Python: >=3.9,<4.0
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
13
13
  Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.8
15
14
  Classifier: Programming Language :: Python :: 3.9
16
15
  Classifier: Programming Language :: Python :: 3.10
17
16
  Classifier: Programming Language :: Python :: 3.11
18
17
  Classifier: Topic :: Software Development
19
18
  Requires-Dist: aniso8601 (==7.0.0)
20
- Requires-Dist: asgiref (==3.7.2)
21
- Requires-Dist: astroid (==3.1.0)
22
- Requires-Dist: bandit (==1.7.8)
19
+ Requires-Dist: asgiref (==3.8.1)
20
+ Requires-Dist: astroid (==3.3.8)
21
+ Requires-Dist: bandit (==1.8.2)
23
22
  Requires-Dist: beautifulsoup4 (==4.12.3)
24
- Requires-Dist: cachetools (==5.3.3)
25
- Requires-Dist: cereslib (==0.5.5rc1)
26
- Requires-Dist: certifi (==2024.2.2)
27
- Requires-Dist: cffi (==1.16.0)
28
- Requires-Dist: charset-normalizer (==3.3.2)
29
- Requires-Dist: click (==7.1.1)
23
+ Requires-Dist: cachetools (==5.5.0)
24
+ Requires-Dist: cereslib (==1.0.9rc1)
25
+ Requires-Dist: certifi (==2024.12.14)
26
+ Requires-Dist: cffi (==1.17.1)
27
+ Requires-Dist: charset-normalizer (==3.4.1)
28
+ Requires-Dist: click (==8.1.8)
30
29
  Requires-Dist: cloc (==0.2.5)
31
- Requires-Dist: colored (==1.4.4)
32
- Requires-Dist: colorlog (==4.1.0)
33
- Requires-Dist: cryptography (==41.0.7)
34
- Requires-Dist: dill (==0.3.8)
35
- Requires-Dist: django (==3.2.25)
30
+ Requires-Dist: colored (==2.2.4)
31
+ Requires-Dist: colorlog (==6.9.0)
32
+ Requires-Dist: cryptography (==43.0.3)
33
+ Requires-Dist: dill (==0.3.9)
34
+ Requires-Dist: django (==4.2.18)
36
35
  Requires-Dist: django-cors-headers (==3.14.0)
37
36
  Requires-Dist: django-graphql-jwt (==0.3.4)
38
- Requires-Dist: django-rq (==2.8.0)
39
- Requires-Dist: django-storages (==1.14.2)
37
+ Requires-Dist: django-rq (==2.10.3)
38
+ Requires-Dist: django-storages (==1.14.4)
40
39
  Requires-Dist: django-treebeard (==4.7.1)
41
- Requires-Dist: dulwich (==0.20.50)
40
+ Requires-Dist: dulwich (==0.22.7)
42
41
  Requires-Dist: elasticsearch (==6.3.1)
43
42
  Requires-Dist: elasticsearch-dsl (==6.3.1)
44
43
  Requires-Dist: execnet (==1.9.0)
45
44
  Requires-Dist: feedparser (==6.0.11)
46
- Requires-Dist: file-read-backwards (==2.0.0)
47
- Requires-Dist: flake8 (==4.0.1)
45
+ Requires-Dist: file-read-backwards (==3.1.0)
46
+ Requires-Dist: flake8 (==7.1.1)
48
47
  Requires-Dist: geographiclib (==2.0)
49
48
  Requires-Dist: geopy (==2.4.1)
50
- Requires-Dist: google-api-core (==2.17.1)
51
- Requires-Dist: google-auth (==2.28.2)
49
+ Requires-Dist: google-api-core (==2.24.0)
50
+ Requires-Dist: google-auth (==2.37.0)
52
51
  Requires-Dist: google-cloud-core (==2.4.1)
53
- Requires-Dist: google-cloud-storage (==2.15.0)
54
- Requires-Dist: google-crc32c (==1.5.0)
55
- Requires-Dist: google-resumable-media (==2.7.0)
56
- Requires-Dist: googleapis-common-protos (==1.63.0)
57
- Requires-Dist: graal (==0.4.24rc1)
52
+ Requires-Dist: google-cloud-storage (==2.19.0)
53
+ Requires-Dist: google-crc32c (==1.6.0)
54
+ Requires-Dist: google-resumable-media (==2.7.2)
55
+ Requires-Dist: googleapis-common-protos (==1.66.0)
56
+ Requires-Dist: graal (==1.1.2rc1)
58
57
  Requires-Dist: graphene (==2.1.9)
59
58
  Requires-Dist: graphene-django (==2.16.0)
60
59
  Requires-Dist: graphql-core (==2.3.2)
61
60
  Requires-Dist: graphql-relay (==2.0.1)
62
- Requires-Dist: grimoire-elk (==0.111.0rc1)
63
- Requires-Dist: grimoirelab-panels (==0.3.0)
64
- Requires-Dist: grimoirelab-toolkit (==0.4.4rc1)
65
- Requires-Dist: idna (==3.6)
61
+ Requires-Dist: grimoire-elk (==1.3.3rc1)
62
+ Requires-Dist: grimoirelab-panels (==1.1.2rc1)
63
+ Requires-Dist: grimoirelab-toolkit (==1.0.9rc1)
64
+ Requires-Dist: idna (==3.10)
66
65
  Requires-Dist: importlib-resources (==5.13.0)
67
66
  Requires-Dist: isort (==5.13.2)
68
- Requires-Dist: jinja2 (==3.1.3)
69
- Requires-Dist: kidash (==0.6.8rc1)
70
- Requires-Dist: lizard (==1.16.6)
67
+ Requires-Dist: jinja2 (==3.1.5)
68
+ Requires-Dist: kidash (==1.0.10rc1)
69
+ Requires-Dist: lizard (==1.17.13)
71
70
  Requires-Dist: markdown-it-py (==2.2.0)
72
- Requires-Dist: markupsafe (==2.1.5)
73
- Requires-Dist: mccabe (==0.6.1)
71
+ Requires-Dist: markupsafe (==3.0.2)
72
+ Requires-Dist: mccabe (==0.7.0)
74
73
  Requires-Dist: mdurl (==0.1.2)
75
74
  Requires-Dist: mysqlclient (==2.0.3)
76
- Requires-Dist: networkx (==3.1)
77
- Requires-Dist: numpy (==1.22.0)
78
- Requires-Dist: packaging (==24.0)
79
- Requires-Dist: pandas (==1.5.3)
80
- Requires-Dist: patsy (==0.5.6)
81
- Requires-Dist: pbr (==6.0.0)
82
- Requires-Dist: perceval (==0.24.1rc1)
83
- Requires-Dist: perceval-mozilla (==0.4.2rc1)
84
- Requires-Dist: perceval-opnfv (==0.2.24rc1)
85
- Requires-Dist: perceval-puppet (==0.2.24rc1)
86
- Requires-Dist: perceval-weblate (==0.2.24rc1)
87
- Requires-Dist: platformdirs (==4.2.0)
75
+ Requires-Dist: networkx (==3.2.1)
76
+ Requires-Dist: numpy (==2.0.2)
77
+ Requires-Dist: packaging (==24.2)
78
+ Requires-Dist: pandas (==2.2.3)
79
+ Requires-Dist: patsy (==1.0.1)
80
+ Requires-Dist: pbr (==6.1.0)
81
+ Requires-Dist: perceval (==1.1.1rc1)
82
+ Requires-Dist: perceval-mozilla (==1.0.11rc1)
83
+ Requires-Dist: perceval-opnfv (==1.0.11rc1)
84
+ Requires-Dist: perceval-puppet (==1.0.11rc1)
85
+ Requires-Dist: perceval-weblate (==1.0.11rc1)
86
+ Requires-Dist: platformdirs (==4.3.6)
88
87
  Requires-Dist: promise (==2.3)
89
- Requires-Dist: protobuf (==4.25.3)
90
- Requires-Dist: pyasn1 (==0.5.1)
91
- Requires-Dist: pyasn1-modules (==0.3.0)
92
- Requires-Dist: pycodestyle (==2.8.0)
93
- Requires-Dist: pycparser (==2.21)
94
- Requires-Dist: pydot (==2.0.0)
95
- Requires-Dist: pyflakes (==2.4.0)
96
- Requires-Dist: pygments (==2.17.2)
97
- Requires-Dist: pyjwt (==2.8.0)
98
- Requires-Dist: pylint (==3.1.0)
99
- Requires-Dist: pyparsing (==3.1.2)
88
+ Requires-Dist: proto-plus (==1.25.0)
89
+ Requires-Dist: protobuf (==5.29.3)
90
+ Requires-Dist: pyasn1 (==0.6.1)
91
+ Requires-Dist: pyasn1-modules (==0.4.1)
92
+ Requires-Dist: pycodestyle (==2.12.1)
93
+ Requires-Dist: pycparser (==2.22)
94
+ Requires-Dist: pydot (==3.0.4)
95
+ Requires-Dist: pyflakes (==3.2.0)
96
+ Requires-Dist: pygments (==2.19.1)
97
+ Requires-Dist: pyjwt (==2.10.1)
98
+ Requires-Dist: pylint (==3.3.3)
99
+ Requires-Dist: pyparsing (==3.2.1)
100
100
  Requires-Dist: python-dateutil (==2.9.0.post0)
101
- Requires-Dist: pytz (==2024.1)
102
- Requires-Dist: pyyaml (==6.0.1)
103
- Requires-Dist: redis (==5.0.3)
104
- Requires-Dist: requests (==2.31.0)
105
- Requires-Dist: rich (==13.7.1)
106
- Requires-Dist: rq (==1.11.1)
101
+ Requires-Dist: pytz (==2024.2)
102
+ Requires-Dist: pyyaml (==6.0.2)
103
+ Requires-Dist: redis (==5.2.1)
104
+ Requires-Dist: requests (==2.32.3)
105
+ Requires-Dist: rich (==13.9.4)
106
+ Requires-Dist: rq (==1.16.2)
107
107
  Requires-Dist: rsa (==4.9)
108
108
  Requires-Dist: rx (==1.6.3)
109
- Requires-Dist: scipy (==1.9.3)
110
- Requires-Dist: setuptools (==69.1.1)
109
+ Requires-Dist: scipy (==1.13.1)
110
+ Requires-Dist: setuptools (==75.8.0)
111
111
  Requires-Dist: sgmllib3k (==1.0.0)
112
112
  Requires-Dist: sgqlc (==16.2)
113
113
  Requires-Dist: singledispatch (==4.1.0)
114
- Requires-Dist: sirmordred (==0.10.10rc1)
115
- Requires-Dist: six (==1.16.0)
116
- Requires-Dist: sortinghat (==0.21.1rc1)
117
- Requires-Dist: soupsieve (==2.5)
118
- Requires-Dist: sqlparse (==0.4.4)
119
- Requires-Dist: statsmodels (==0.14.1)
120
- Requires-Dist: stevedore (==5.2.0)
114
+ Requires-Dist: sirmordred (==1.1.5rc1)
115
+ Requires-Dist: six (==1.17.0)
116
+ Requires-Dist: sortinghat (==1.6.1rc1)
117
+ Requires-Dist: soupsieve (==2.6)
118
+ Requires-Dist: sqlparse (==0.5.3)
119
+ Requires-Dist: statsmodels (==0.14.4)
120
+ Requires-Dist: stevedore (==5.4.0)
121
121
  Requires-Dist: text-unidecode (==1.3)
122
- Requires-Dist: tomlkit (==0.12.4)
123
- Requires-Dist: urllib3 (==1.26.18)
124
- Requires-Dist: uwsgi (==2.0.24)
122
+ Requires-Dist: tomlkit (==0.13.2)
123
+ Requires-Dist: tzdata (==2024.2)
124
+ Requires-Dist: urllib3 (==2.3.0)
125
+ Requires-Dist: uwsgi (==2.0.28)
125
126
  Project-URL: Bug Tracker, https://github.com/chaoss/grimoirelab/issues
126
127
  Project-URL: Repository, https://github.com/chaoss/grimoirelab
127
128
  Description-Content-Type: text/markdown
@@ -161,17 +162,17 @@ docker-compose version 1.22.0, build f46880fe
161
162
  Steps:
162
163
  1. Clone this project:
163
164
  ```console
164
- foo@bar:~$ git clone https://github.com/chaoss/grimoirelab
165
+ git clone https://github.com/chaoss/grimoirelab
165
166
  ```
166
167
  2. Go to `docker-compose` folder and run the following command:
167
168
  ```console
168
- foo@bar:~$ cd grimoirelab/docker-compose
169
- foo@bar:~/grimoirelab/docker-compose$ docker-compose up -d
169
+ cd grimoirelab/docker-compose
170
+ docker-compose up -d
170
171
  ```
171
172
 
172
173
  Your dashboard will be ready after a while at `http://localhost:8000`. The waiting time depends on the amount of data to fetch from a repo, for small repositories you can expect your data to be visible in the dashboard after 10-15 minutes.
173
174
 
174
- More details in the [docker-compose folder](./docker-compose/README.md).
175
+ More details or troubleshooting in the [docker-compose folder](./docker-compose/README.md).
175
176
 
176
177
  ## Using `docker run`
177
178
 
@@ -190,12 +191,12 @@ Docker version 19.03.1, build 74b1e89
190
191
  Steps:
191
192
  1. Clone this project:
192
193
  ```console
193
- $ git clone https://github.com/chaoss/grimoirelab
194
+ git clone https://github.com/chaoss/grimoirelab
194
195
  ```
195
196
  2. Go to the project folder and run the following command:
196
197
  ```console
197
- foo@bar:~$ cd grimoirelab
198
- foo@bar:~/grimoirelab $ docker run --net=host \
198
+ cd grimoirelab
199
+ docker run --net=host \
199
200
  -v $(pwd)/default-grimoirelab-settings/projects.json:/home/grimoire/conf/projects.json \
200
201
  -v $(pwd)/default-grimoirelab-settings/setup-docker.cfg:/home/grimoire/conf/setup.cfg \
201
202
  -t grimoirelab/grimoirelab
@@ -205,6 +206,15 @@ Your dashboard will be ready after a while at `http://localhost:8000`. The waiti
205
206
 
206
207
  More details in the [docker folder](./docker/README.md).
207
208
 
209
+ # Breaking changes
210
+
211
+ ## GrimoireLab `1.3.0`. SortingHat permission groups.
212
+
213
+ Starting from GrimoireLab 1.3.0, creating new users in SortingHat requires
214
+ assigning them to a permission group. By default, they will have read-only
215
+ permissions. Please refer to the following documentation for instructions
216
+ on how to update permissions: [assign users to permission groups](https://github.com/chaoss/grimoirelab-sortinghat?tab=readme-ov-file#assign-users-to-permission-groups)
217
+
208
218
  # GrimoireLab components
209
219
 
210
220
  Currently, GrimoireLab toolkit is organized in the following repositories:
@@ -257,7 +267,7 @@ folder includes instructions and configuration files to deploy GrimoireLab using
257
267
  Git submodule, so its contents will not be available after cloning the repository. To
258
268
  fetch all the data, and get the latest version, you can run the following command:
259
269
  ```console
260
- $ git submodule update --init --remote
270
+ git submodule update --init --remote
261
271
  ```
262
272
 
263
273
  * How releases of GrimoireLab are built and tested: [Building](BUILDING.md)
@@ -0,0 +1,8 @@
1
+ grimoirelab/__init__.py,sha256=ZygAIkX6Nbjag1czWdQa-yP-GM1mBE_9ss21Xh__JFc,34
2
+ grimoirelab/_version.py,sha256=0dxDkBY-m-5Qu1nnELFH-_GI0CBpXhfiSO3kYnyy4wk,91
3
+ grimoirelab/grimoirelab.py,sha256=YCHpNl3g6Eoja0pwfih_IVwy6S_4H0WuMCkhzNArFIA,1844
4
+ grimoirelab-1.9.1rc1.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
5
+ grimoirelab-1.9.1rc1.dist-info/METADATA,sha256=BKB7llQ2YSWQGy3v9UR9W8ZL3t5cVBZ6QtLDBYPt32Q,13873
6
+ grimoirelab-1.9.1rc1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
7
+ grimoirelab-1.9.1rc1.dist-info/entry_points.txt,sha256=Rt8USKCpckvU8CjrEzjycqg67biCxFVmV70ELiD08v4,60
8
+ grimoirelab-1.9.1rc1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- grimoirelab/__init__.py,sha256=ZygAIkX6Nbjag1czWdQa-yP-GM1mBE_9ss21Xh__JFc,34
2
- grimoirelab/_version.py,sha256=E0JiSYxhr0auize6pGBoChsorlgoenSDB_fksWanTOc,92
3
- grimoirelab/grimoirelab.py,sha256=YCHpNl3g6Eoja0pwfih_IVwy6S_4H0WuMCkhzNArFIA,1844
4
- grimoirelab-0.23.0rc1.dist-info/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
5
- grimoirelab-0.23.0rc1.dist-info/METADATA,sha256=9SjO_evRxqLvVVfe71Yn6Sxzontn6J5D7lhYvQzYnmQ,13461
6
- grimoirelab-0.23.0rc1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
7
- grimoirelab-0.23.0rc1.dist-info/entry_points.txt,sha256=Rt8USKCpckvU8CjrEzjycqg67biCxFVmV70ELiD08v4,60
8
- grimoirelab-0.23.0rc1.dist-info/RECORD,,