From 71e1fb6dcf419f35fb154aa1b31238e62c6ee0ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 06:07:15 +0000 Subject: [PATCH 1/4] Bump tqdm from 4.62.3 to 4.63.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.3 to 4.63.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.62.3...v4.63.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be5bff7..3419b83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ socid-extractor>=0.0.21 soupsieve==2.3.1 stem==1.8.0 torrequest==0.1.0 -tqdm==4.62.3 +tqdm==4.63.0 typing-extensions==4.1.1 webencodings==0.5.1 xhtml2pdf==0.2.5 From 6862425215555d27f4a6e9c8e2a7f73b9e136ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 06:05:57 +0000 Subject: [PATCH 2/4] Bump pytest-asyncio from 0.18.1 to 0.18.2 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.1 to 0.18.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.1...v0.18.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4b92612..9fd614a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ reportlab==3.6.6 flake8==4.0.1 pytest==7.0.1 pytest-asyncio==0.16.0;python_version<"3.7" -pytest-asyncio==0.18.1;python_version>="3.7" +pytest-asyncio==0.18.2;python_version>="3.7" pytest-cov==3.0.0 pytest-httpserver==1.0.4 pytest-rerunfailures==10.2 From 8c007219f53b41ae36dc8614d1e05f0ee55009e3 Mon Sep 17 00:00:00 2001 From: cyb3rk0tik <70950106+cyb3rk0tik@users.noreply.github.com> Date: Mon, 7 Mar 2022 21:42:34 +0500 Subject: [PATCH 3/4] Bump to 0.4.2 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ docs/source/conf.py | 4 ++-- maigret/__version__.py | 2 +- setup.py | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c375608..1981ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,43 @@ ## [Unreleased] +## [0.4.2] - 2022-03-07 +* [ImgBot] Optimize images by @imgbot in https://github.com/soxoj/maigret/pull/319 +* Bump pytest-asyncio from 0.17.0 to 0.17.1 by @dependabot in https://github.com/soxoj/maigret/pull/321 +* Bump pytest-asyncio from 0.17.1 to 0.17.2 by @dependabot in https://github.com/soxoj/maigret/pull/323 +* Disabled Ruboard by @soxoj in https://github.com/soxoj/maigret/pull/327 +* Disable kinooh, sites list update workflow added by @soxoj in https://github.com/soxoj/maigret/pull/329 +* Bump multidict from 5.2.0 to 6.0.1 by @dependabot in https://github.com/soxoj/maigret/pull/332 +* Bump multidict from 6.0.1 to 6.0.2 by @dependabot in https://github.com/soxoj/maigret/pull/333 +* Bump pytest-httpserver from 1.0.3 to 1.0.4 by @dependabot in https://github.com/soxoj/maigret/pull/334 +* Bump pytest from 6.2.5 to 7.0.0 by @dependabot in https://github.com/soxoj/maigret/pull/339 +* Bump pytest-asyncio from 0.17.2 to 0.18.0 by @dependabot in https://github.com/soxoj/maigret/pull/340 +* Bump pytest-asyncio from 0.18.0 to 0.18.1 by @dependabot in https://github.com/soxoj/maigret/pull/343 +* Bump pytest from 7.0.0 to 7.0.1 by @dependabot in https://github.com/soxoj/maigret/pull/345 +* Bump typing-extensions from 4.0.1 to 4.1.1 by @dependabot in https://github.com/soxoj/maigret/pull/346 +* Bump lxml from 4.7.1 to 4.8.0 by @dependabot in https://github.com/soxoj/maigret/pull/350 +* Pin reportlab version by @cyb3rk0tik in https://github.com/soxoj/maigret/pull/351 +* Fix reportlab not only for testing by @cyb3rk0tik in https://github.com/soxoj/maigret/pull/352 +* Added some scripts by @soxoj in https://github.com/soxoj/maigret/pull/355 +* Added package publishing instruction by @soxoj in https://github.com/soxoj/maigret/pull/356 +* Added DB statistics autoupdate and write to sites.md by @soxoj in https://github.com/soxoj/maigret/pull/357 +* CI autoupdate by @soxoj in https://github.com/soxoj/maigret/pull/359 +* Op.gg fixes by @soxoj in https://github.com/soxoj/maigret/pull/363 +* Wikipedia fix by @soxoj in https://github.com/soxoj/maigret/pull/365 +* Disabled Netvibes and LeetCode by @soxoj in https://github.com/soxoj/maigret/pull/366 +* Fixed several false positives, improved statistics info by @soxoj in https://github.com/soxoj/maigret/pull/368 +* Fix false positives by @soxoj in https://github.com/soxoj/maigret/pull/370 +* Fixed the rest of false positives for now by @soxoj in https://github.com/soxoj/maigret/pull/371 +* Fix false positive and CI by @soxoj in https://github.com/soxoj/maigret/pull/372 +* Added new sites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/375 +* Fixed issue with str alexaRank by @soxoj in https://github.com/soxoj/maigret/pull/382 +* Bump tqdm from 4.62.3 to 4.63.0 by @dependabot in https://github.com/soxoj/maigret/pull/374 +* Bump pytest-asyncio from 0.18.1 to 0.18.2 by @dependabot in https://github.com/soxoj/maigret/pull/380 +* @imgbot made their first contribution in https://github.com/soxoj/maigret/pull/319 +* @kustermariocoding made their first contribution in https://github.com/soxoj/maigret/pull/375 + +**Full Changelog**: https://github.com/soxoj/maigret/compare/v0.4.1...v0.4.2 + ## [0.4.1] - 2022-01-15 * Added dozen of sites, improved submit mode by @soxoj in https://github.com/soxoj/maigret/pull/288 * Bump requests from 2.26.0 to 2.27.0 by @dependabot in https://github.com/soxoj/maigret/pull/292 diff --git a/docs/source/conf.py b/docs/source/conf.py index 6b5e9d4..506caab 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,8 +6,8 @@ project = 'Maigret' copyright = '2021, soxoj' author = 'soxoj' -release = '0.4.1' -version = '0.4.1' +release = '0.4.2' +version = '0.4.2' # -- General configuration diff --git a/maigret/__version__.py b/maigret/__version__.py index 90db754..91d78cc 100644 --- a/maigret/__version__.py +++ b/maigret/__version__.py @@ -1,3 +1,3 @@ """Maigret version file""" -__version__ = '0.4.1' +__version__ = '0.4.2' diff --git a/setup.py b/setup.py index 6a7b95d..45d2987 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open('requirements.txt') as rf: requires = rf.read().splitlines() setup(name='maigret', - version='0.4.1', + version='0.4.2', description='Collect a dossier on a person by username from a huge number of sites', long_description=long_description, long_description_content_type="text/markdown", From fd2c8afd3362471a6a76393792c9ef4b98db0243 Mon Sep 17 00:00:00 2001 From: Maigret autoupdate Date: Mon, 7 Mar 2022 16:44:19 +0000 Subject: [PATCH 4/4] Updated site list and statistics --- sites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites.md b/sites.md index d99d612..e073bdd 100644 --- a/sites.md +++ b/sites.md @@ -2642,7 +2642,7 @@ Rank data fetched from Alexa by domains. 1. ![](https://www.google.com/s2/favicons?domain=https://www.hozpitality.com) [hozpitality (https://www.hozpitality.com)](https://www.hozpitality.com)*: top 100M* 1. ![](https://www.google.com/s2/favicons?domain=https://kazanlashkigalab.com) [kazanlashkigalab.com (https://kazanlashkigalab.com)](https://kazanlashkigalab.com)*: top 100M, kz* -The list was updated at (2022-03-06 13:20:30.830064 UTC) +The list was updated at (2022-03-07 16:44:18.939455 UTC) ## Statistics Enabled/total sites: 2483/2638 = 94.12%