Projects STRLCPY maigret Commits 02127966
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 1 lines
    2 2   
    3 3  ## [Unreleased]
    4 4   
     5 +## [0.4.2] - 2022-03-07
     6 +* [ImgBot] Optimize images by @imgbot in https://github.com/soxoj/maigret/pull/319
     7 +* Bump pytest-asyncio from 0.17.0 to 0.17.1 by @dependabot in https://github.com/soxoj/maigret/pull/321
     8 +* Bump pytest-asyncio from 0.17.1 to 0.17.2 by @dependabot in https://github.com/soxoj/maigret/pull/323
     9 +* Disabled Ruboard by @soxoj in https://github.com/soxoj/maigret/pull/327
     10 +* Disable kinooh, sites list update workflow added by @soxoj in https://github.com/soxoj/maigret/pull/329
     11 +* Bump multidict from 5.2.0 to 6.0.1 by @dependabot in https://github.com/soxoj/maigret/pull/332
     12 +* Bump multidict from 6.0.1 to 6.0.2 by @dependabot in https://github.com/soxoj/maigret/pull/333
     13 +* Bump pytest-httpserver from 1.0.3 to 1.0.4 by @dependabot in https://github.com/soxoj/maigret/pull/334
     14 +* Bump pytest from 6.2.5 to 7.0.0 by @dependabot in https://github.com/soxoj/maigret/pull/339
     15 +* Bump pytest-asyncio from 0.17.2 to 0.18.0 by @dependabot in https://github.com/soxoj/maigret/pull/340
     16 +* Bump pytest-asyncio from 0.18.0 to 0.18.1 by @dependabot in https://github.com/soxoj/maigret/pull/343
     17 +* Bump pytest from 7.0.0 to 7.0.1 by @dependabot in https://github.com/soxoj/maigret/pull/345
     18 +* Bump typing-extensions from 4.0.1 to 4.1.1 by @dependabot in https://github.com/soxoj/maigret/pull/346
     19 +* Bump lxml from 4.7.1 to 4.8.0 by @dependabot in https://github.com/soxoj/maigret/pull/350
     20 +* Pin reportlab version by @cyb3rk0tik in https://github.com/soxoj/maigret/pull/351
     21 +* Fix reportlab not only for testing by @cyb3rk0tik in https://github.com/soxoj/maigret/pull/352
     22 +* Added some scripts by @soxoj in https://github.com/soxoj/maigret/pull/355
     23 +* Added package publishing instruction by @soxoj in https://github.com/soxoj/maigret/pull/356
     24 +* Added DB statistics autoupdate and write to sites.md by @soxoj in https://github.com/soxoj/maigret/pull/357
     25 +* CI autoupdate by @soxoj in https://github.com/soxoj/maigret/pull/359
     26 +* Op.gg fixes by @soxoj in https://github.com/soxoj/maigret/pull/363
     27 +* Wikipedia fix by @soxoj in https://github.com/soxoj/maigret/pull/365
     28 +* Disabled Netvibes and LeetCode by @soxoj in https://github.com/soxoj/maigret/pull/366
     29 +* Fixed several false positives, improved statistics info by @soxoj in https://github.com/soxoj/maigret/pull/368
     30 +* Fix false positives by @soxoj in https://github.com/soxoj/maigret/pull/370
     31 +* Fixed the rest of false positives for now by @soxoj in https://github.com/soxoj/maigret/pull/371
     32 +* Fix false positive and CI by @soxoj in https://github.com/soxoj/maigret/pull/372
     33 +* Added new sites to data.json by @kustermariocoding in https://github.com/soxoj/maigret/pull/375
     34 +* Fixed issue with str alexaRank by @soxoj in https://github.com/soxoj/maigret/pull/382
     35 +* Bump tqdm from 4.62.3 to 4.63.0 by @dependabot in https://github.com/soxoj/maigret/pull/374
     36 +* Bump pytest-asyncio from 0.18.1 to 0.18.2 by @dependabot in https://github.com/soxoj/maigret/pull/380
     37 +* @imgbot made their first contribution in https://github.com/soxoj/maigret/pull/319
     38 +* @kustermariocoding made their first contribution in https://github.com/soxoj/maigret/pull/375
     39 + 
     40 +**Full Changelog**: https://github.com/soxoj/maigret/compare/v0.4.1...v0.4.2
     41 + 
    5 42  ## [0.4.1] - 2022-01-15
    6 43  * Added dozen of sites, improved submit mode by @soxoj in https://github.com/soxoj/maigret/pull/288
    7 44  * Bump requests from 2.26.0 to 2.27.0 by @dependabot in https://github.com/soxoj/maigret/pull/292
    skipped 201 lines
  • ■ ■ ■ ■ ■ ■
    docs/source/conf.py
    skipped 5 lines
    6 6  copyright = '2021, soxoj'
    7 7  author = 'soxoj'
    8 8   
    9  -release = '0.4.1'
    10  -version = '0.4.1'
     9 +release = '0.4.2'
     10 +version = '0.4.2'
    11 11   
    12 12  # -- General configuration
    13 13   
    skipped 24 lines
  • ■ ■ ■ ■
    maigret/__version__.py
    1 1  """Maigret version file"""
    2 2   
    3  -__version__ = '0.4.1'
     3 +__version__ = '0.4.2'
    4 4   
  • ■ ■ ■ ■
    requirements.txt
    skipped 27 lines
    28 28  soupsieve==2.3.1
    29 29  stem==1.8.0
    30 30  torrequest==0.1.0
    31  -tqdm==4.62.3
     31 +tqdm==4.63.0
    32 32  typing-extensions==4.1.1
    33 33  webencodings==0.5.1
    34 34  xhtml2pdf==0.2.5
    skipped 6 lines
  • ■ ■ ■ ■
    setup.py
    skipped 10 lines
    11 11   requires = rf.read().splitlines()
    12 12   
    13 13  setup(name='maigret',
    14  - version='0.4.1',
     14 + version='0.4.2',
    15 15   description='Collect a dossier on a person by username from a huge number of sites',
    16 16   long_description=long_description,
    17 17   long_description_content_type="text/markdown",
    skipped 10 lines
  • ■ ■ ■ ■
    sites.md
    skipped 2641 lines
    2642 2642  1. ![](https://www.google.com/s2/favicons?domain=https://www.hozpitality.com) [hozpitality (https://www.hozpitality.com)](https://www.hozpitality.com)*: top 100M*
    2643 2643  1. ![](https://www.google.com/s2/favicons?domain=https://kazanlashkigalab.com) [kazanlashkigalab.com (https://kazanlashkigalab.com)](https://kazanlashkigalab.com)*: top 100M, kz*
    2644 2644   
    2645  -The list was updated at (2022-03-06 13:20:30.830064 UTC)
     2645 +The list was updated at (2022-03-07 16:44:18.939455 UTC)
    2646 2646  ## Statistics
    2647 2647   
    2648 2648  Enabled/total sites: 2483/2638 = 94.12%
    skipped 47 lines
  • ■ ■ ■ ■
    test-requirements.txt
    skipped 1 lines
    2 2  flake8==4.0.1
    3 3  pytest==7.0.1
    4 4  pytest-asyncio==0.16.0;python_version<"3.7"
    5  -pytest-asyncio==0.18.1;python_version>="3.7"
     5 +pytest-asyncio==0.18.2;python_version>="3.7"
    6 6  pytest-cov==3.0.0
    7 7  pytest-httpserver==1.0.4
    8 8  pytest-rerunfailures==10.2
    skipped 1 lines
Please wait...
Page is in error, reload to recover