sirmordred 1.1.3rc1__py3-none-any.whl → 1.1.7rc1__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.
sirmordred/_version.py CHANGED
@@ -1,2 +1,2 @@
1
- # File auto-generated by semverup on 2024-11-13 15:02:50.234434
2
- __version__ = "1.1.3-rc.1"
1
+ # File auto-generated by semverup on 2025-04-08 12:11:31.830643
2
+ __version__ = "1.1.7-rc.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sirmordred
3
- Version: 1.1.3rc1
3
+ Version: 1.1.7rc1
4
4
  Summary: Drive GrimoireLab tools to produce a dashboard
5
5
  Home-page: https://chaoss.github.io/grimoirelab/
6
6
  License: GPL-3.0+
@@ -36,7 +36,7 @@ Project-URL: Bug Tracker, https://github.com/chaoss/grimoirelab-sirmordred/issue
36
36
  Project-URL: Repository, https://github.com/chaoss/grimoirelab-sirmordred
37
37
  Description-Content-Type: text/markdown
38
38
 
39
- # SirMordred [![Build Status](https://github.com/chaoss/grimoirelab-sirmordred/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-sirmordred/actions?query=workflow:tests+branch:master+event:push) [![Coverage Status](https://coveralls.io/repos/github/chaoss/grimoirelab-sirmordred/badge.svg?branch=master)](https://coveralls.io/github/chaoss/grimoirelab-sirmordred?branch=master) [![PyPI version](https://badge.fury.io/py/sirmordred.svg)](https://badge.fury.io/py/sirmordred)
39
+ # SirMordred [![Build Status](https://github.com/chaoss/grimoirelab-sirmordred/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-sirmordred/actions?query=workflow:tests+branch:main+event:push) [![Coverage Status](https://coveralls.io/repos/github/chaoss/grimoirelab-sirmordred/badge.svg?branch=main)](https://coveralls.io/github/chaoss/grimoirelab-sirmordred?branch=main) [![PyPI version](https://badge.fury.io/py/sirmordred.svg)](https://badge.fury.io/py/sirmordred)
40
40
 
41
41
  SirMordred is the tool used to coordinate the execution of the GrimoireLab platform, via two main configuration files, the `setup.cfg` and `projects.json`, which are summarized in their corresponding sections.
42
42
 
@@ -142,7 +142,7 @@ The template of a backend section is shown above.
142
142
  Further information about Perceval backends parameters are available at:
143
143
 
144
144
  * Params details: https://perceval.readthedocs.io/en/latest/perceval/perceval-backends.html
145
- * Examples: https://github.com/chaoss/grimoirelab-sirmordred/blob/master/tests/test_studies.cfg
145
+ * Examples: https://github.com/chaoss/grimoirelab-sirmordred/blob/main/tests/test_studies.cfg
146
146
 
147
147
  Note that some backend sections allow to specify specific enrichment options, which are listed below.
148
148
 
@@ -159,7 +159,7 @@ Note that some backend sections allow to specify specific enrichment options, wh
159
159
 
160
160
  A template of a study section is shown above. A complete list of studies parameters is available at:
161
161
 
162
- * https://github.com/chaoss/grimoirelab-sirmordred/blob/master/tests/test_studies.cfg
162
+ * https://github.com/chaoss/grimoirelab-sirmordred/blob/main/tests/test_studies.cfg
163
163
 
164
164
  ## Projects.json [↑](#contents)
165
165
 
@@ -1472,7 +1472,7 @@ studies = [enrich_demography:weblate] (optional)
1472
1472
 
1473
1473
  Micro Mordred is a simplified version of Mordred which omits the use of its scheduler. Thus, Micro Mordred allows running single Mordred tasks (e.g., raw collection, enrichment) per execution.
1474
1474
 
1475
- Micro Mordred is located in the [sirmordred/utils](https://github.com/chaoss/grimoirelab-sirmordred/tree/master/sirmordred/utils/micro.py) folder of this same repository. It can be executed via command line, its parameters are summarized below:
1475
+ Micro Mordred is located in the [sirmordred/utils](https://github.com/chaoss/grimoirelab-sirmordred/tree/main/sirmordred/utils/micro.py) folder of this same repository. It can be executed via command line, its parameters are summarized below:
1476
1476
  ```
1477
1477
  --debug: execute Micro Mordred in debug mode
1478
1478
 
@@ -1,5 +1,5 @@
1
1
  sirmordred/__init__.py,sha256=vQ9Reo3DRPBCcW0QhyeK2tBCTIumq3D1BkaWXTtY8VA,835
2
- sirmordred/_version.py,sha256=OSSPQBRoe_BGMGOrYF2C4pt9ZKCHIzRW4bVOzZb1fV0,91
2
+ sirmordred/_version.py,sha256=5E1SpQNAg2Cv_yipFm6knZP3v4ARjuNKKSD2P8Ibu6E,91
3
3
  sirmordred/bin/sirmordred.py,sha256=LmCiVYL7NBIord1Lz7RXJcRIPJtSvMT-b8QxNieRDzE,5022
4
4
  sirmordred/config.py,sha256=hxwCRQ-szIz8KXedLoJ5Tl1ktP07uZ6z2buwzkofggI,33508
5
5
  sirmordred/error.py,sha256=RD-POuigH-FEvmTu7a7qI5t78NnjkYKQ_ukfns9DozY,1836
@@ -22,8 +22,8 @@ sirmordred/utils/panels_config.py,sha256=G54oTtRppHDLRhdnaqYneUemUlWFxlX6h7GFl0L
22
22
  sirmordred/utils/projects.json,sha256=CxXpzYqvLx6FfDTPln9b5TIkfEb2cgfP20WLvwK_7GU,864
23
23
  sirmordred/utils/projects_json2yml.py,sha256=N9-orfrnfzASTYAIzR2Xo9IpW-CVdNAiVAmWT7Bt154,3141
24
24
  sirmordred/utils/setup.cfg,sha256=hKbO4euWOFYzzsGcTQk8jW6CkutOJw72TywBQdyekrA,3634
25
- sirmordred-1.1.3rc1.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
26
- sirmordred-1.1.3rc1.dist-info/METADATA,sha256=Zb9INU1Bwkq8VM45Fg69fHjBGY3yVEC8CU7D4nDUReE,42418
27
- sirmordred-1.1.3rc1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
28
- sirmordred-1.1.3rc1.dist-info/entry_points.txt,sha256=HKwfuVFXnCzt8rsJBUFudGHm-KMxJ_3a1YLX-Q7WoRk,200
29
- sirmordred-1.1.3rc1.dist-info/RECORD,,
25
+ sirmordred-1.1.7rc1.dist-info/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
26
+ sirmordred-1.1.7rc1.dist-info/METADATA,sha256=YlRea5bMF4LYWMTtFTrvdajuElwQbVnXFIEZ-lnNX3Y,42406
27
+ sirmordred-1.1.7rc1.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
28
+ sirmordred-1.1.7rc1.dist-info/entry_points.txt,sha256=HKwfuVFXnCzt8rsJBUFudGHm-KMxJ_3a1YLX-Q7WoRk,200
29
+ sirmordred-1.1.7rc1.dist-info/RECORD,,