Projects STRLCPY maigret Commits a9052ab4
🤬
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    1 1  # Changelog
    2 2   
    3 3  ## [Unreleased]
    4  -* tags bugfix
    5  -* custom data checks bugfix
     4 + 
     5 +## [0.1.11] - 2021-01-16
     6 +* tags and custom data checks bugfixes
     7 +* added parsing activation logic
    6 8   
    7 9  ## [0.1.10] - 2021-01-13
    8 10  * added report static resources into package
    skipped 34 lines
  • ■ ■ ■ ■
    maigret/maigret.py
    skipped 29 lines
    30 30  from .result import QueryResult, QueryStatus
    31 31  from .sites import MaigretDatabase, MaigretSite
    32 32   
    33  -__version__ = '0.1.10'
     33 +__version__ = '0.1.11'
    34 34   
    35 35  supported_recursive_search_ids = (
    36 36   'yandex_public_id',
    skipped 910 lines
  • ■ ■ ■ ■
    requirements.txt
    skipped 27 lines
    28 28  requests==2.25.1
    29 29  requests-futures==1.0.0
    30 30  six==1.15.0
    31  -socid-extractor>0.0.2
     31 +socid-extractor>=0.0.4
    32 32  soupsieve==2.1
    33 33  stem==1.8.0
    34 34  torrequest==0.1.0
    skipped 8 lines
  • ■ ■ ■ ■
    setup.py
    skipped 11 lines
    12 12   requires = rf.read().splitlines()
    13 13   
    14 14  setup(name='maigret',
    15  - version='0.1.10',
     15 + version='0.1.11',
    16 16   description='Collect a dossier on a person by username from a huge number of sites',
    17 17   long_description=long_description,
    18 18   long_description_content_type="text/markdown",
    skipped 10 lines
Please wait...
Page is in error, reload to recover