From abf22d18be89f34a414f989bf0416f533aa07e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Mon, 7 Nov 2022 13:05:52 +0000 Subject: [PATCH] Release 0.7.1 --- NEWS | 71 ++++++++++++ docker/Dockerfile | 2 +- grimoirelab/_version.py | 4 +- poetry.lock | 179 ++++++++++++++++++++----------- pyproject.toml | 24 ++--- releases/0.7.1.md | 49 +++++++++ requirements.txt | 24 ++--- src/grimoirelab-cereslib | 2 +- src/grimoirelab-elk | 2 +- src/grimoirelab-graal | 2 +- src/grimoirelab-kingarthur | 2 +- src/grimoirelab-perceval | 2 +- src/grimoirelab-perceval-mozilla | 2 +- src/grimoirelab-perceval-opnfv | 2 +- src/grimoirelab-perceval-puppet | 2 +- src/grimoirelab-perceval-weblate | 2 +- src/grimoirelab-sirmordred | 2 +- src/grimoirelab-sortinghat | 2 +- 18 files changed, 272 insertions(+), 103 deletions(-) create mode 100644 releases/0.7.1.md diff --git a/NEWS b/NEWS index 04974915..937d485c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,76 @@ # Releases +## GrimoireLab 0.7.1 - (2022-11-07) + +**New components:** + +* sortinghat 0.7.23 +* cereslib 0.3.5 +* perceval 0.21.1 +* perceval-mozilla 0.3.5 +* perceval-opnfv 0.2.5 +* perceval-puppet 0.2.5 +* perceval-weblate 0.2.5 +* kingarthur 0.2.5 +* graal 0.4.2 +* grimoire-elk 0.103.3 +* sirmordred 0.5.1 + +The following list describes the changes by component: + +### sortinghat + + * Update Poetry's package dependencies + +### cereslib + + * Update Poetry's package dependencies + +### perceval + +**Bug fixes:** + + * Mbox to-date argument fixed\ + It fixes the `--to-date` argument. This parameter was added to fetch + data until a specific date. + +### perceval-mozilla + + * Update Poetry's package dependencies + +### perceval-opnfv + + * Update Poetry's package dependencies + +### perceval-puppet + + * Update Poetry's package dependencies + +### perceval-weblate + + * Update Poetry's package dependencies + +### kingarthur + + * Update Poetry's package dependencies + +### graal + + * Update Poetry's package dependencies + +### grimoire-elk + +**Bug fixes:** + + * Demographic study on Weblate fixed\ + Weblate demographic study is now updated to allow passing the study + alias name by parameter. + +### sirmordred + + * Update Poetry's package dependencies + + ## GrimoireLab 0.7.0 - (2022-10-31) **New components:** diff --git a/docker/Dockerfile b/docker/Dockerfile index 4e80e72f..9579bb9a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ ENV DEPLOY_USER grimoire ENV DEPLOY_USER_DIR /home/${DEPLOY_USER} ENV CONF_DIR ${DEPLOY_USER_DIR}/conf ENV SCRIPTS_DIR ${DEPLOY_USER_DIR}/scripts -ENV GRIMOIRELAB_RELEASE "0.7.0" +ENV GRIMOIRELAB_RELEASE "0.7.1" # Initial user RUN useradd ${DEPLOY_USER} --create-home --shell /bin/bash diff --git a/grimoirelab/_version.py b/grimoirelab/_version.py index f2697c2b..1d499ea2 100644 --- a/grimoirelab/_version.py +++ b/grimoirelab/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2022-10-31 11:01:09.924881 -__version__ = "0.7.0" +# File auto-generated by semverup on 2022-11-07 13:02:14.280879 +__version__ = "0.7.1" diff --git a/poetry.lock b/poetry.lock index 931e4d64..70d9d40e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -57,7 +57,7 @@ lxml = ["lxml"] [[package]] name = "cereslib" -version = "0.3.4" +version = "0.3.5" description = "GrimoireLab: Unify, eventize and enrich information from Perceval" category = "main" optional = false @@ -367,7 +367,7 @@ typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.8\"" [[package]] name = "graal" -version = "0.4.1" +version = "0.4.2" description = "A generic source code analyzer" category = "main" optional = false @@ -387,7 +387,7 @@ pylint = ">=1.8.4" [[package]] name = "grimoire-elk" -version = "0.103.2" +version = "0.103.3" description = "GrimoireELK processes and stores software development data to ElasticSearch" category = "main" optional = false @@ -516,7 +516,7 @@ testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-chec [[package]] name = "jaraco-collections" -version = "3.7.0" +version = "3.8.0" description = "Collection objects similar to those in stdlib by jaraco" category = "main" optional = false @@ -606,7 +606,7 @@ urllib3 = ">=1.26,<2.0" [[package]] name = "kingarthur" -version = "0.2.4" +version = "0.2.5" description = "Distributed job queue platform for scheduling Perceval jobs" category = "main" optional = false @@ -741,7 +741,7 @@ python-versions = ">=2.6" [[package]] name = "perceval" -version = "0.21.0" +version = "0.21.1" description = "Send Sir Perceval on a quest to fetch and gather data from software repositories." category = "main" optional = false @@ -763,7 +763,7 @@ docs = ["furo (>=2021.8.31,<2022.0.0)", "myst-parser (>=0.15.2,<0.16.0)"] [[package]] name = "perceval-mozilla" -version = "0.3.4" +version = "0.3.5" description = "Bundle of Perceval backends for Mozilla ecosystem." category = "main" optional = false @@ -776,7 +776,7 @@ requests = ">=2.7.0,<3.0.0" [[package]] name = "perceval-opnfv" -version = "0.2.4" +version = "0.2.5" description = "Bundle of Perceval backends for OPNFV ecosystem." category = "main" optional = false @@ -789,7 +789,7 @@ requests = ">=2.7.0,<3.0.0" [[package]] name = "perceval-puppet" -version = "0.2.4" +version = "0.2.5" description = "Bundle of Perceval backends for Puppet, Inc. ecosystem." category = "main" optional = false @@ -802,7 +802,7 @@ requests = ">=2.7.0,<3.0.0" [[package]] name = "perceval-weblate" -version = "0.2.4" +version = "0.2.5" description = "Bundle of Perceval backends for Weblate." category = "main" optional = false @@ -815,15 +815,15 @@ requests = ">=2.7.0,<3.0.0" [[package]] name = "platformdirs" -version = "2.5.2" -description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +version = "2.5.3" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." category = "main" optional = false python-versions = ">=3.7" [package.extras] -docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx (>=4)", "sphinx-autodoc-typehints (>=1.12)"] -test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"] +docs = ["furo (>=2022.9.29)", "proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.4)"] +test = ["appdirs (==1.4.4)", "pytest (>=7.2)", "pytest-cov (>=4)", "pytest-mock (>=3.10)"] [[package]] name = "portend" @@ -961,7 +961,7 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2022.5" +version = "2022.6" description = "World timezone definitions, modern and historical" category = "main" optional = false @@ -969,7 +969,7 @@ python-versions = "*" [[package]] name = "pywin32" -version = "304" +version = "305" description = "Python for Window Extensions" category = "main" optional = false @@ -1037,7 +1037,7 @@ numpy = ">=1.16.5" [[package]] name = "setuptools" -version = "65.5.0" +version = "65.5.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" category = "main" optional = false @@ -1045,7 +1045,7 @@ python-versions = ">=3.7" [package.extras] docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] @@ -1058,7 +1058,7 @@ python-versions = "*" [[package]] name = "sirmordred" -version = "0.5.0" +version = "0.5.1" description = "Drive GrimoireLab tools to produce a dashboard" category = "main" optional = false @@ -1100,7 +1100,7 @@ python-versions = ">=3.6" [[package]] name = "sortinghat" -version = "0.7.22" +version = "0.7.23" description = "A tool to manage identities." category = "main" optional = false @@ -1165,6 +1165,30 @@ build = ["cython (>=0.29.26)"] develop = ["cython (>=0.29.26)"] docs = ["ipykernel", "jupyter_client", "matplotlib", "nbconvert", "nbformat", "numpydoc", "pandas-datareader", "sphinx"] +[[package]] +name = "statsmodels" +version = "0.13.5" +description = "Statistical computations and models for Python" +category = "main" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +numpy = {version = ">=1.17", markers = "python_version != \"3.10\" or platform_system != \"Windows\" or platform_python_implementation == \"PyPy\""} +packaging = ">=21.3" +pandas = ">=0.25" +patsy = ">=0.5.2" +scipy = [ + {version = ">=1.3", markers = "(python_version > \"3.9\" or platform_system != \"Windows\" or platform_machine != \"x86\") and python_version < \"3.12\""}, + {version = ">=1.3,<1.8", markers = "python_version == \"3.7\""}, + {version = ">=1.3,<1.9", markers = "python_version == \"3.8\" and platform_system == \"Windows\" and platform_machine == \"x86\" or python_version == \"3.9\" and platform_system == \"Windows\" and platform_machine == \"x86\""}, +] + +[package.extras] +build = ["cython (>=0.29.32)"] +develop = ["Jinja2", "colorama", "cython (>=0.29.32)", "cython (>=0.29.32,<3.0.0)", "flake8", "isort", "joblib", "matplotlib (>=3)", "oldest-supported-numpy (>=2022.4.18)", "pytest (>=7.0.1,<7.1.0)", "pytest-randomly", "pytest-xdist", "pywinpty", "setuptools-scm[toml] (>=7.0.0,<7.1.0)"] +docs = ["ipykernel", "jupyter-client", "matplotlib", "nbconvert", "nbformat", "numpydoc", "pandas-datareader", "sphinx"] + [[package]] name = "stevedore" version = "3.5.2" @@ -1267,7 +1291,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "d683826f8ce34012085f54afd207555af09a1c18432858662f2a9f90a8d33101" +content-hash = "815638ded97d80825fe491a5802a98c086d9a5660a6d1f8dc4e62ca8346ab20c" [metadata.files] astroid = [ @@ -1287,8 +1311,8 @@ beautifulsoup4 = [ {file = "beautifulsoup4-4.11.1.tar.gz", hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693"}, ] cereslib = [ - {file = "cereslib-0.3.4-py3-none-any.whl", hash = "sha256:bef4902cfba96726ae68ed3d3238ef8434b437b61543f1dddd6cdfe634440ed1"}, - {file = "cereslib-0.3.4.tar.gz", hash = "sha256:957d134658186fb8821b1e25cde5d398ad2f3c2d8c6eb3df9b811159dbf4e35e"}, + {file = "cereslib-0.3.5-py3-none-any.whl", hash = "sha256:3e4d99185d37d8d66a6c436672941a4c1b0b1ac938832709554561320f7d80cd"}, + {file = "cereslib-0.3.5.tar.gz", hash = "sha256:a61ade4696e424adae65e5f21fbff9daeca30197440ecd551f37440a200a4036"}, ] certifi = [ {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"}, @@ -1521,12 +1545,12 @@ gitpython = [ {file = "GitPython-3.1.29.tar.gz", hash = "sha256:cc36bfc4a3f913e66805a28e84703e419d9c264c1077e537b54f0e1af85dbefd"}, ] graal = [ - {file = "graal-0.4.1-py3-none-any.whl", hash = "sha256:7107c444e5c0f35b1cd6433da3614925544f49888f019a947a8834ae12453d2f"}, - {file = "graal-0.4.1.tar.gz", hash = "sha256:380ab41748f2e38581cec2f568be159354b532f5a1d022cf0ba35755d31ed273"}, + {file = "graal-0.4.2-py3-none-any.whl", hash = "sha256:8d60b9c3ef1d92a03089798930b0bd1b3fa8f3b2ab8cd8966670750c1467cf4b"}, + {file = "graal-0.4.2.tar.gz", hash = "sha256:48256da45a2f4eab94aff7f1319d06facae8dd21a5cae0951d67cc92da080e0c"}, ] grimoire-elk = [ - {file = "grimoire_elk-0.103.2-py3-none-any.whl", hash = "sha256:b9eb7c3bd325885e6b43cabe4217f244c19bd5ac3afdc7fc29f4ddbf6c70a7a0"}, - {file = "grimoire_elk-0.103.2.tar.gz", hash = "sha256:10ea53cbd84886b6ee1ed590d9dbea3e33770e80e066de29003a464918517de6"}, + {file = "grimoire_elk-0.103.3-py3-none-any.whl", hash = "sha256:a2b606eb8ea3f5acba0aa261002a1f0b5f4385ff3cb6481be8b19fdd4c185931"}, + {file = "grimoire_elk-0.103.3.tar.gz", hash = "sha256:51728c8e3b674d5a6299b8d93d4c48e2c9124721f4ba5ceed7d2bf005cb88392"}, ] grimoirelab-panels = [ {file = "grimoirelab-panels-0.1.1.tar.gz", hash = "sha256:2b9b6afbde8f63faab1f0eb8c739ade682304f9717416e04015d3fc825820bdc"}, @@ -1561,8 +1585,8 @@ jaraco-classes = [ {file = "jaraco.classes-3.2.3.tar.gz", hash = "sha256:89559fa5c1d3c34eff6f631ad80bb21f378dbcbb35dd161fd2c6b93f5be2f98a"}, ] jaraco-collections = [ - {file = "jaraco.collections-3.7.0-py3-none-any.whl", hash = "sha256:26f2ed9d847721648c81059d602a7f200ed8c8051e3256e186d881c286b0ca4c"}, - {file = "jaraco.collections-3.7.0.tar.gz", hash = "sha256:54a379b1028eb77536b586852f1027d2907f801012b84857c72562c7d365c56f"}, + {file = "jaraco.collections-3.8.0-py3-none-any.whl", hash = "sha256:0ab9a90f110ff1d7a82fcdbd18d90532dda87925a6b5954bc82b112716f97824"}, + {file = "jaraco.collections-3.8.0.tar.gz", hash = "sha256:56304fd4bd4eb8d585ce0cace0ac80418791b140851e374812541b0aa27c91d0"}, ] jaraco-context = [ {file = "jaraco.context-4.1.2-py3-none-any.whl", hash = "sha256:9327d3e6901923e5a7097aa2df4b9c2bc13f845c7672692e3827ebd1b3d67606"}, @@ -1585,8 +1609,8 @@ kidash = [ {file = "kidash-0.5.2.tar.gz", hash = "sha256:9f970e691305c50e06c79091684fad46db427be80752f8e1860a9d9bb8a72700"}, ] kingarthur = [ - {file = "kingarthur-0.2.4-py3-none-any.whl", hash = "sha256:246b9d87315ff75a436f16c7f659d2bf80e662e38914beb4b526424084690fb0"}, - {file = "kingarthur-0.2.4.tar.gz", hash = "sha256:b4cd0544048755e33dfa1a3e5588bf32a5931b6f6d9ff32519541dc07275ff5f"}, + {file = "kingarthur-0.2.5-py3-none-any.whl", hash = "sha256:fc96beea6ba1140240ff07c019eb8d92f0d6fa2d73d41df84baa9f9ed8c7d8e0"}, + {file = "kingarthur-0.2.5.tar.gz", hash = "sha256:1128eb8055ba19939b504239c96386fb8685359d9db97e74c7e6865e1840944f"}, ] lazy-object-proxy = [ {file = "lazy-object-proxy-1.8.0.tar.gz", hash = "sha256:c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156"}, @@ -1737,28 +1761,28 @@ pbr = [ {file = "pbr-5.11.0.tar.gz", hash = "sha256:b97bc6695b2aff02144133c2e7399d5885223d42b7912ffaec2ca3898e673bfe"}, ] perceval = [ - {file = "perceval-0.21.0-py3-none-any.whl", hash = "sha256:00375afb98b13bc3a94e765458380e1a131bb7bb85402f4ec74fcad811b4ecf1"}, - {file = "perceval-0.21.0.tar.gz", hash = "sha256:b6cf88357342379a36e0db385636dfcdc077903d9657ec43e6dee0003389fe59"}, + {file = "perceval-0.21.1-py3-none-any.whl", hash = "sha256:f59b009cd094e18d38d9a34ff3d2a7f142a9edda6180989a77dbae4af07f4120"}, + {file = "perceval-0.21.1.tar.gz", hash = "sha256:980b5e63b18a37eaa41118d88f5ef98056bf9e827c105d8d44952e83add0eb1a"}, ] perceval-mozilla = [ - {file = "perceval_mozilla-0.3.4-py3-none-any.whl", hash = "sha256:016fde1d5d5bf81129b4d570f4d50c6b7a044479d71aafa9f514886868beccf4"}, - {file = "perceval_mozilla-0.3.4.tar.gz", hash = "sha256:9679f094f276684644fc0f1dc2c87af882ba9d91d9d95207feb6d05de2795195"}, + {file = "perceval_mozilla-0.3.5-py3-none-any.whl", hash = "sha256:51e0edccd5f0a9ef4ddb7e72ec46f4832563ade379032b973713ccc8d3173422"}, + {file = "perceval_mozilla-0.3.5.tar.gz", hash = "sha256:883ae4604cb327bd5d738de8db34e0c7f11a1aed117143d79200b4f12a0bd1ce"}, ] perceval-opnfv = [ - {file = "perceval_opnfv-0.2.4-py3-none-any.whl", hash = "sha256:be961cf42d50e0bcbd5e3ad95f217f84decb203a1a292a2391dde474d79848ed"}, - {file = "perceval_opnfv-0.2.4.tar.gz", hash = "sha256:5062098ea6f7308ccca529a1a84bfea94a9457dfc6f534ad585a6eefc0411fd0"}, + {file = "perceval_opnfv-0.2.5-py3-none-any.whl", hash = "sha256:eb2ab71b71584d8ad642f90ee23db064485f7a5f78ee4205cbd879ca61d6e10b"}, + {file = "perceval_opnfv-0.2.5.tar.gz", hash = "sha256:b39db716f957d0257d674154daa4a58f629568b31c960b10b9e00fafdd9396b7"}, ] perceval-puppet = [ - {file = "perceval_puppet-0.2.4-py3-none-any.whl", hash = "sha256:914fd419860abce6d4e6af3465fca6b3ef8c79f6339d522c7dbbeebbcb91892b"}, - {file = "perceval_puppet-0.2.4.tar.gz", hash = "sha256:753a28532abd8724cfb31ff5c2502f0db5bd9254dedcd255dd8179d2687816d0"}, + {file = "perceval_puppet-0.2.5-py3-none-any.whl", hash = "sha256:cee6bfadc476664282675cac841ffa9d9b5bb885704d2b0c93ff422ae97b7a06"}, + {file = "perceval_puppet-0.2.5.tar.gz", hash = "sha256:538d8895f13a8160ff15abdb9c2c71b5b393fbe9fb101b0f5fd254bb3403280e"}, ] perceval-weblate = [ - {file = "perceval_weblate-0.2.4-py3-none-any.whl", hash = "sha256:0670a2ef34239d65c145b7dec305b1880e82f79aa2d8c6d14dbe39d3d25d73ef"}, - {file = "perceval_weblate-0.2.4.tar.gz", hash = "sha256:c45364863dc3aa9458655feb7c10381e69bcdfcca842041d2d4f287dce575f91"}, + {file = "perceval_weblate-0.2.5-py3-none-any.whl", hash = "sha256:99cc716b3d3fc822645dca84138eaf6418cc3b1d97e3ac322dd75da274648211"}, + {file = "perceval_weblate-0.2.5.tar.gz", hash = "sha256:4cb1ad4ff927fede908e9193957536b8f03ddb101af8fbaf2d4a35ff35747fec"}, ] platformdirs = [ - {file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"}, - {file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"}, + {file = "platformdirs-2.5.3-py3-none-any.whl", hash = "sha256:0cb405749187a194f444c25c82ef7225232f11564721eabffc6ec70df83b11cb"}, + {file = "platformdirs-2.5.3.tar.gz", hash = "sha256:6e52c21afff35cb659c6e52d8b4d61b9bd544557180440538f255d9382c8cbe0"}, ] portend = [ {file = "portend-3.1.0-py3-none-any.whl", hash = "sha256:9e735cee3a5c1961f09e3f3ba6dc498198c2d70b473d98d0d1504b8d1e7a3d61"}, @@ -1839,24 +1863,24 @@ python-dateutil = [ {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, ] pytz = [ - {file = "pytz-2022.5-py2.py3-none-any.whl", hash = "sha256:335ab46900b1465e714b4fda4963d87363264eb662aab5e65da039c25f1f5b22"}, - {file = "pytz-2022.5.tar.gz", hash = "sha256:c4d88f472f54d615e9cd582a5004d1e5f624854a6a27a6211591c251f22a6914"}, + {file = "pytz-2022.6-py2.py3-none-any.whl", hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427"}, + {file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"}, ] pywin32 = [ - {file = "pywin32-304-cp310-cp310-win32.whl", hash = "sha256:3c7bacf5e24298c86314f03fa20e16558a4e4138fc34615d7de4070c23e65af3"}, - {file = "pywin32-304-cp310-cp310-win_amd64.whl", hash = "sha256:4f32145913a2447736dad62495199a8e280a77a0ca662daa2332acf849f0be48"}, - {file = "pywin32-304-cp310-cp310-win_arm64.whl", hash = "sha256:d3ee45adff48e0551d1aa60d2ec066fec006083b791f5c3527c40cd8aefac71f"}, - {file = "pywin32-304-cp311-cp311-win32.whl", hash = "sha256:30c53d6ce44c12a316a06c153ea74152d3b1342610f1b99d40ba2795e5af0269"}, - {file = "pywin32-304-cp311-cp311-win_amd64.whl", hash = "sha256:7ffa0c0fa4ae4077e8b8aa73800540ef8c24530057768c3ac57c609f99a14fd4"}, - {file = "pywin32-304-cp311-cp311-win_arm64.whl", hash = "sha256:cbbe34dad39bdbaa2889a424d28752f1b4971939b14b1bb48cbf0182a3bcfc43"}, - {file = "pywin32-304-cp36-cp36m-win32.whl", hash = "sha256:be253e7b14bc601718f014d2832e4c18a5b023cbe72db826da63df76b77507a1"}, - {file = "pywin32-304-cp36-cp36m-win_amd64.whl", hash = "sha256:de9827c23321dcf43d2f288f09f3b6d772fee11e809015bdae9e69fe13213988"}, - {file = "pywin32-304-cp37-cp37m-win32.whl", hash = "sha256:f64c0377cf01b61bd5e76c25e1480ca8ab3b73f0c4add50538d332afdf8f69c5"}, - {file = "pywin32-304-cp37-cp37m-win_amd64.whl", hash = "sha256:bb2ea2aa81e96eee6a6b79d87e1d1648d3f8b87f9a64499e0b92b30d141e76df"}, - {file = "pywin32-304-cp38-cp38-win32.whl", hash = "sha256:94037b5259701988954931333aafd39cf897e990852115656b014ce72e052e96"}, - {file = "pywin32-304-cp38-cp38-win_amd64.whl", hash = "sha256:ead865a2e179b30fb717831f73cf4373401fc62fbc3455a0889a7ddac848f83e"}, - {file = "pywin32-304-cp39-cp39-win32.whl", hash = "sha256:25746d841201fd9f96b648a248f731c1dec851c9a08b8e33da8b56148e4c65cc"}, - {file = "pywin32-304-cp39-cp39-win_amd64.whl", hash = "sha256:d24a3382f013b21aa24a5cfbfad5a2cd9926610c0affde3e8ab5b3d7dbcf4ac9"}, + {file = "pywin32-305-cp310-cp310-win32.whl", hash = "sha256:421f6cd86e84bbb696d54563c48014b12a23ef95a14e0bdba526be756d89f116"}, + {file = "pywin32-305-cp310-cp310-win_amd64.whl", hash = "sha256:73e819c6bed89f44ff1d690498c0a811948f73777e5f97c494c152b850fad478"}, + {file = "pywin32-305-cp310-cp310-win_arm64.whl", hash = "sha256:742eb905ce2187133a29365b428e6c3b9001d79accdc30aa8969afba1d8470f4"}, + {file = "pywin32-305-cp311-cp311-win32.whl", hash = "sha256:19ca459cd2e66c0e2cc9a09d589f71d827f26d47fe4a9d09175f6aa0256b51c2"}, + {file = "pywin32-305-cp311-cp311-win_amd64.whl", hash = "sha256:326f42ab4cfff56e77e3e595aeaf6c216712bbdd91e464d167c6434b28d65990"}, + {file = "pywin32-305-cp311-cp311-win_arm64.whl", hash = "sha256:4ecd404b2c6eceaca52f8b2e3e91b2187850a1ad3f8b746d0796a98b4cea04db"}, + {file = "pywin32-305-cp36-cp36m-win32.whl", hash = "sha256:48d8b1659284f3c17b68587af047d110d8c44837736b8932c034091683e05863"}, + {file = "pywin32-305-cp36-cp36m-win_amd64.whl", hash = "sha256:13362cc5aa93c2beaf489c9c9017c793722aeb56d3e5166dadd5ef82da021fe1"}, + {file = "pywin32-305-cp37-cp37m-win32.whl", hash = "sha256:a55db448124d1c1484df22fa8bbcbc45c64da5e6eae74ab095b9ea62e6d00496"}, + {file = "pywin32-305-cp37-cp37m-win_amd64.whl", hash = "sha256:109f98980bfb27e78f4df8a51a8198e10b0f347257d1e265bb1a32993d0c973d"}, + {file = "pywin32-305-cp38-cp38-win32.whl", hash = "sha256:9dd98384da775afa009bc04863426cb30596fd78c6f8e4e2e5bbf4edf8029504"}, + {file = "pywin32-305-cp38-cp38-win_amd64.whl", hash = "sha256:56d7a9c6e1a6835f521788f53b5af7912090674bb84ef5611663ee1595860fc7"}, + {file = "pywin32-305-cp39-cp39-win32.whl", hash = "sha256:9d968c677ac4d5cbdaa62fd3014ab241718e619d8e36ef8e11fb930515a1e918"}, + {file = "pywin32-305-cp39-cp39-win_amd64.whl", hash = "sha256:50768c6b7c3f0b38b7fb14dd4104da93ebced5f1a50dc0e834594bff6fbe1271"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, @@ -1933,15 +1957,15 @@ scipy = [ {file = "scipy-1.6.1.tar.gz", hash = "sha256:c4fceb864890b6168e79b0e714c585dbe2fd4222768ee90bc1aa0f8218691b11"}, ] setuptools = [ - {file = "setuptools-65.5.0-py3-none-any.whl", hash = "sha256:f62ea9da9ed6289bfe868cd6845968a2c854d1427f8548d52cae02a42b4f0356"}, - {file = "setuptools-65.5.0.tar.gz", hash = "sha256:512e5536220e38146176efb833d4a62aa726b7bbff82cfbc8ba9eaa3996e0b17"}, + {file = "setuptools-65.5.1-py3-none-any.whl", hash = "sha256:d0b9a8433464d5800cbe05094acf5c6d52a91bfac9b52bcfc4d41382be5d5d31"}, + {file = "setuptools-65.5.1.tar.gz", hash = "sha256:e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f"}, ] sgmllib3k = [ {file = "sgmllib3k-1.0.0.tar.gz", hash = "sha256:7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9"}, ] sirmordred = [ - {file = "sirmordred-0.5.0-py3-none-any.whl", hash = "sha256:cc1a1c29f33d3a8fb953079b82f1c2fe1c803fb72a1596562da7dadb28f6b9bd"}, - {file = "sirmordred-0.5.0.tar.gz", hash = "sha256:567695dee3c29d97f619515e67e6f0000d839a1446f3f1eef78024558f4fb690"}, + {file = "sirmordred-0.5.1-py3-none-any.whl", hash = "sha256:812cd18f53a93622e2ebdbedc5533f86825a4796a503b84ed2e0352c0432facd"}, + {file = "sirmordred-0.5.1.tar.gz", hash = "sha256:18ee93252b5f62eef8c1420541b30d24d7411e0a82d070e4bc5cf680110dcc2c"}, ] six = [ {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, @@ -1952,8 +1976,8 @@ smmap = [ {file = "smmap-5.0.0.tar.gz", hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"}, ] sortinghat = [ - {file = "sortinghat-0.7.22-py3-none-any.whl", hash = "sha256:bdb1f16694b870ce64410b657634937dd2c0c392341c486c740c55d2caf31503"}, - {file = "sortinghat-0.7.22.tar.gz", hash = "sha256:0f8afd2f0e3a213476baf7b5446dac1285ef3cccf006e17ee646ec4a9ddf7860"}, + {file = "sortinghat-0.7.23-py3-none-any.whl", hash = "sha256:77fd9cc4f11ae5fa04b03e7c62c2183aefbb91f44656be28d118c1ff3874cc3f"}, + {file = "sortinghat-0.7.23.tar.gz", hash = "sha256:cc1d771e70493f7b325e10240cb48cee9e14e9a5a6e2cef718190a5ce4a6132e"}, ] soupsieve = [ {file = "soupsieve-2.3.2.post1-py3-none-any.whl", hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759"}, @@ -2019,6 +2043,31 @@ statsmodels = [ {file = "statsmodels-0.13.2-cp39-cp39-win32.whl", hash = "sha256:461c82ab2265fa8457b96afc23ef3ca19f42eb070436e0241b57e58a38863901"}, {file = "statsmodels-0.13.2-cp39-cp39-win_amd64.whl", hash = "sha256:39daab5a8a9332c8ea83d6464d065080c9ba65f236daf6a64aa18f64ef776fad"}, {file = "statsmodels-0.13.2.tar.gz", hash = "sha256:77dc292c9939c036a476f1770f9d08976b05437daa229928da73231147cde7d4"}, + {file = "statsmodels-0.13.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c75319fddded9507cc310fc3980e4ae4d64e3ff37b322ad5e203a84f89d85203"}, + {file = "statsmodels-0.13.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6f148920ef27c7ba69a5735724f65de9422c0c8bcef71b50c846b823ceab8840"}, + {file = "statsmodels-0.13.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5cc4d3e866bfe0c4f804bca362d0e7e29d24b840aaba8d35a754387e16d2a119"}, + {file = "statsmodels-0.13.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:072950d6f7820a6b0bd6a27b2d792a6d6f952a1d2f62f0dcf8dd808799475855"}, + {file = "statsmodels-0.13.5-cp310-cp310-win_amd64.whl", hash = "sha256:159ae9962c61b31dcffe6356d72ae3d074bc597ad9273ec93ae653fe607b8516"}, + {file = "statsmodels-0.13.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9061c0d5ee4f3038b590afedd527a925e5de27195dc342381bac7675b2c5efe4"}, + {file = "statsmodels-0.13.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e1d89cba5fafc1bf8e75296fdfad0b619de2bfb5e6c132913991d207f3ead675"}, + {file = "statsmodels-0.13.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:01bc16e7c66acb30cd3dda6004c43212c758223d1966131226024a5c99ec5a7e"}, + {file = "statsmodels-0.13.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d5cd9ab5de2c7489b890213cba2aec3d6468eaaec547041c2dfcb1e03411f7e"}, + {file = "statsmodels-0.13.5-cp311-cp311-win_amd64.whl", hash = "sha256:857d5c0564a68a7ef77dc2252bb43c994c0699919b4e1f06a9852c2fbb588765"}, + {file = "statsmodels-0.13.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5a5348b2757ab31c5c31b498f25eff2ea3c42086bef3d3b88847c25a30bdab9c"}, + {file = "statsmodels-0.13.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9b21648e3a8e7514839ba000a48e495cdd8bb55f1b71c608cf314b05541e283b"}, + {file = "statsmodels-0.13.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1b829eada6cec07990f5e6820a152af4871c601fd458f76a896fb79ae2114985"}, + {file = "statsmodels-0.13.5-cp37-cp37m-win_amd64.whl", hash = "sha256:872b3a8186ef20f647c7ab5ace512a8fc050148f3c2f366460ab359eec3d9695"}, + {file = "statsmodels-0.13.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bc1abb81d24f56425febd5a22bb852a1b98e53b80c4a67f50938f9512f154141"}, + {file = "statsmodels-0.13.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a2c46f1b0811a9736db37badeb102c0903f33bec80145ced3aa54df61aee5c2b"}, + {file = "statsmodels-0.13.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:947f79ba9662359f1cfa6e943851f17f72b06e55f4a7c7a2928ed3bc57ed6cb8"}, + {file = "statsmodels-0.13.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:046251c939c51e7632bcc8c6d6f31b8ca0eaffdf726d2498463f8de3735c9a82"}, + {file = "statsmodels-0.13.5-cp38-cp38-win_amd64.whl", hash = "sha256:84f720e8d611ef8f297e6d2ffa7248764e223ef7221a3fc136e47ae089609611"}, + {file = "statsmodels-0.13.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b0d1d24e4adf96ec3c64d9a027dcee2c5d5096bb0dad33b4d91034c0a3c40371"}, + {file = "statsmodels-0.13.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0f0e5c9c58fb6cba41db01504ec8dd018c96a95152266b7d5d67e0de98840474"}, + {file = "statsmodels-0.13.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b034aa4b9ad4f4d21abc4dd4841be0809a446db14c7aa5c8a65090aea9f1143"}, + {file = "statsmodels-0.13.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:73f97565c29241e839ffcef74fa995afdfe781910ccc27c189e5890193085958"}, + {file = "statsmodels-0.13.5-cp39-cp39-win_amd64.whl", hash = "sha256:2ff331e508f2d1a53d3a188305477f4cf05cd8c52beb6483885eb3d51c8be3ad"}, + {file = "statsmodels-0.13.5.tar.gz", hash = "sha256:593526acae1c0fda0ea6c48439f67c3943094c542fe769f8b90fe9e6c6cc4871"}, ] stevedore = [ {file = "stevedore-3.5.2-py3-none-any.whl", hash = "sha256:fa2630e3d0ad3e22d4914aff2501445815b9a4467a6edc49387c667a38faf5bf"}, diff --git a/pyproject.toml b/pyproject.toml index f2555f9e..fe4ec2cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "grimoirelab" -version = "0.7.0" +version = "0.7.1" description = "Tool set for software development analytics" authors = [ "GrimoireLab Developers" @@ -39,20 +39,20 @@ classifiers = [ python = "^3.7.1" grimoirelab-toolkit = {version = ">=0.3.2", allow-prereleases = true} -perceval-mozilla = {version = ">=0.3.4", allow-prereleases = true} -perceval-opnfv = {version = ">=0.2.4", allow-prereleases = true} -perceval-puppet = {version = ">=0.2.4", allow-prereleases = true} -perceval-weblate = {version = ">=0.2.4", allow-prereleases = true} -kingarthur = {version = ">=0.2.4", allow-prereleases = true} -sortinghat = {version = ">=0.7.22", allow-prereleases = true} +perceval-mozilla = {version = ">=0.3.5", allow-prereleases = true} +perceval-opnfv = {version = ">=0.2.5", allow-prereleases = true} +perceval-puppet = {version = ">=0.2.5", allow-prereleases = true} +perceval-weblate = {version = ">=0.2.5", allow-prereleases = true} +kingarthur = {version = ">=0.2.5", allow-prereleases = true} +sortinghat = {version = ">=0.7.23", allow-prereleases = true} kidash = {version = ">=0.5.2", allow-prereleases = true} grimoirelab-panels = {version = ">=0.1.1", allow-prereleases = true} -grimoire-elk = {version = ">=0.103.2", allow-prereleases = true} -sirmordred = {version = ">=0.5.0", allow-prereleases = true} -cereslib = {version = ">=0.3.4", allow-prereleases = true} -graal = {version = ">=0.4.1", allow-prereleases = true} +grimoire-elk = {version = ">=0.103.3", allow-prereleases = true} +sirmordred = {version = ">=0.5.1", allow-prereleases = true} +cereslib = {version = ">=0.3.5", allow-prereleases = true} +graal = {version = ">=0.4.2", allow-prereleases = true} statsmodels = "^0.13.2" -perceval = {version = ">=0.21.0", allow-prereleases = true} +perceval = {version = ">=0.21.1", allow-prereleases = true} [tool.poetry.dev-dependencies] diff --git a/releases/0.7.1.md b/releases/0.7.1.md new file mode 100644 index 00000000..d1f6eb1b --- /dev/null +++ b/releases/0.7.1.md @@ -0,0 +1,49 @@ +# GrimoireLab 0.7.1 +The following list describes the changes by component: + + + + ## sortinghat 0.7.23 - (2022-11-07) + + * Update Poetry's package dependencies + ## cereslib 0.3.5 - (2022-11-07) + + * Update Poetry's package dependencies + +## perceval 0.21.1 - (2022-11-07) + +**Bug fixes:** + + * Mbox to-date argument fixed\ + It fixes the `--to-date` argument. This parameter was added to fetch + data until a specific date. + + ## perceval-mozilla 0.3.5 - (2022-11-07) + + * Update Poetry's package dependencies + ## perceval-opnfv 0.2.5 - (2022-11-07) + + * Update Poetry's package dependencies + ## perceval-puppet 0.2.5 - (2022-11-07) + + * Update Poetry's package dependencies + ## perceval-weblate 0.2.5 - (2022-11-07) + + * Update Poetry's package dependencies + ## kingarthur 0.2.5 - (2022-11-07) + + * Update Poetry's package dependencies + ## graal 0.4.2 - (2022-11-07) + + * Update Poetry's package dependencies +## grimoire-elk 0.103.3 - (2022-11-07) + +**Bug fixes:** + + * Demographic study on Weblate fixed\ + Weblate demographic study is now updated to allow passing the study + alias name by parameter. + + ## sirmordred 0.5.1 - (2022-11-07) + + * Update Poetry's package dependencies diff --git a/requirements.txt b/requirements.txt index 7595a266..b9fc42fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -grimoirelab==0.7.0 +grimoirelab==0.7.1 grimoirelab-toolkit==0.3.2 -perceval==0.21.0 -perceval-mozilla==0.3.4 -perceval-opnfv==0.2.4 -perceval-puppet==0.2.4 -perceval-weblate==0.2.4 -kingarthur==0.2.4 -grimoire-elk==0.103.2 -sortinghat==0.7.22 +perceval==0.21.1 +perceval-mozilla==0.3.5 +perceval-opnfv==0.2.5 +perceval-puppet==0.2.5 +perceval-weblate==0.2.5 +kingarthur==0.2.5 +grimoire-elk==0.103.3 +sortinghat==0.7.23 kidash==0.5.2 grimoirelab-panels==0.1.1 -sirmordred==0.5.0 -cereslib==0.3.4 -graal==0.4.1 +sirmordred==0.5.1 +cereslib==0.3.5 +graal==0.4.2 diff --git a/src/grimoirelab-cereslib b/src/grimoirelab-cereslib index 2d691757..1b765950 160000 --- a/src/grimoirelab-cereslib +++ b/src/grimoirelab-cereslib @@ -1 +1 @@ -Subproject commit 2d69175763afc49021f5d7256b15ced2264cd1f9 +Subproject commit 1b765950a0f75830cf8c3fc436011b8d3174d833 diff --git a/src/grimoirelab-elk b/src/grimoirelab-elk index 816716e1..25c2895c 160000 --- a/src/grimoirelab-elk +++ b/src/grimoirelab-elk @@ -1 +1 @@ -Subproject commit 816716e1bced452289ab6745f82d7f541542f60e +Subproject commit 25c2895c4cc71c5d55fc790f8e89d1a080e60790 diff --git a/src/grimoirelab-graal b/src/grimoirelab-graal index 4ba3a41b..b9fa76a6 160000 --- a/src/grimoirelab-graal +++ b/src/grimoirelab-graal @@ -1 +1 @@ -Subproject commit 4ba3a41b0ec1b901bdb1aa2399b9984565f7ff48 +Subproject commit b9fa76a6e98e351e9a4524ede691e10d164fce64 diff --git a/src/grimoirelab-kingarthur b/src/grimoirelab-kingarthur index fa6e87ff..2fb8d1d5 160000 --- a/src/grimoirelab-kingarthur +++ b/src/grimoirelab-kingarthur @@ -1 +1 @@ -Subproject commit fa6e87ff7487c9baf5eca21cc2a9466605d37d8c +Subproject commit 2fb8d1d54787ca544d21044920189218c0fa5642 diff --git a/src/grimoirelab-perceval b/src/grimoirelab-perceval index de30ea29..f7cec425 160000 --- a/src/grimoirelab-perceval +++ b/src/grimoirelab-perceval @@ -1 +1 @@ -Subproject commit de30ea290fd84378f841e5e7a1ed79c1a4aee372 +Subproject commit f7cec4254eac3e10c4c75d54b9d5c4d6d88ccd6e diff --git a/src/grimoirelab-perceval-mozilla b/src/grimoirelab-perceval-mozilla index 5e23315b..2834d4fd 160000 --- a/src/grimoirelab-perceval-mozilla +++ b/src/grimoirelab-perceval-mozilla @@ -1 +1 @@ -Subproject commit 5e23315bf5b29608be811cce188359f8490428f2 +Subproject commit 2834d4fdc00728f5107b43b4bed3c5055cb9ccd9 diff --git a/src/grimoirelab-perceval-opnfv b/src/grimoirelab-perceval-opnfv index 2625b6b3..8e213240 160000 --- a/src/grimoirelab-perceval-opnfv +++ b/src/grimoirelab-perceval-opnfv @@ -1 +1 @@ -Subproject commit 2625b6b3ed76396f945d364e1758a0c32b259efe +Subproject commit 8e2132401f4b0a136bc2a9e885d584db908b14ca diff --git a/src/grimoirelab-perceval-puppet b/src/grimoirelab-perceval-puppet index a64a29aa..2cdd6493 160000 --- a/src/grimoirelab-perceval-puppet +++ b/src/grimoirelab-perceval-puppet @@ -1 +1 @@ -Subproject commit a64a29aa59b7fba347de0ec63a2d7685019e24f8 +Subproject commit 2cdd6493d801f3bab697206c0ec5cb67d176be0a diff --git a/src/grimoirelab-perceval-weblate b/src/grimoirelab-perceval-weblate index 082d45e1..a0d148de 160000 --- a/src/grimoirelab-perceval-weblate +++ b/src/grimoirelab-perceval-weblate @@ -1 +1 @@ -Subproject commit 082d45e12ed6825bb0bf210a6ea86e162f76756c +Subproject commit a0d148de9d2ebdee011757cbd559ec362414937a diff --git a/src/grimoirelab-sirmordred b/src/grimoirelab-sirmordred index aff68308..d6985348 160000 --- a/src/grimoirelab-sirmordred +++ b/src/grimoirelab-sirmordred @@ -1 +1 @@ -Subproject commit aff6830858c7cd872a5c9af2ca9d50ea0e460015 +Subproject commit d6985348a0f79dbb45d835a9691c09650f8c1226 diff --git a/src/grimoirelab-sortinghat b/src/grimoirelab-sortinghat index c0bb4698..94dbd98c 160000 --- a/src/grimoirelab-sortinghat +++ b/src/grimoirelab-sortinghat @@ -1 +1 @@ -Subproject commit c0bb46987fa9d93a7c30160c1e347284d5f0c2ca +Subproject commit 94dbd98c8e9b22a3060a763b0170b3c49cb3fa4b