Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: damnever/pigar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.7
Choose a base ref
...
head repository: damnever/pigar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Jun 9, 2023

  1. Add the --format option to the check command

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 9, 2023
    Copy the full SHA
    278aae8 View commit details
  2. Catch asyncio.TimeoutError during downloading

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 9, 2023
    Copy the full SHA
    3d76b47 View commit details
  3. Update PyPI meta index

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 9, 2023
    Copy the full SHA
    afa7825 View commit details

Commits on Jun 11, 2023

  1. Update pip to 23.1.2

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 11, 2023
    Copy the full SHA
    fa8c4ed View commit details
  2. Bump version to v2.0.8

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 11, 2023
    Copy the full SHA
    afc7c3f View commit details

Commits on Jun 22, 2023

  1. EXPERIMENTAL FEATURE: requirement-annotations to resolve optional pac…

    …kages/distributions
    
    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 22, 2023
    Copy the full SHA
    43efa6a View commit details
  2. Add the --format option to the search command

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 22, 2023
    Copy the full SHA
    c9337ba View commit details
  3. Bump version to v2.1.0

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 22, 2023
    Copy the full SHA
    7b03956 View commit details

Commits on Jun 30, 2023

  1. Fix the UnicodeDecodeError when reading code

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 30, 2023
    Copy the full SHA
    2563db8 View commit details
  2. Bump version to v2.1.1

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jun 30, 2023
    Copy the full SHA
    3fd8f22 View commit details

Commits on Sep 20, 2023

  1. Use os.replace for cross-platform overwriting of the destination

    Signed-off-by: Laoraid <a99azaz@gmail.com>
    laoraid authored Sep 20, 2023
    Copy the full SHA
    5065415 View commit details
  2. Bump certifi from 2022.12.7 to 2023.7.22 in /pigar/_vendor

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2022.12.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and damnever committed Sep 20, 2023
    Copy the full SHA
    6b51600 View commit details

Commits on Nov 27, 2023

  1. feat(Requirements formatting): Add comparison specifier - to comple…

    …tely hide versions.
    
    Add --comparison-specifier choice value `-` to completely hide
    packages
    versions in generated requirements file, e.g. `tornado~=6.3.3`
    → `tornado`.
    
    Closes #183
    
    Signed-off-by: baterflyrity <baterflyrity@yandex.ru>
    baterflyrity committed Nov 27, 2023
    Copy the full SHA
    1617392 View commit details
  2. feat(CI): Enable button in GitHub UI to manually run workflow.

    Enable button in GitHub UI actions to manually run workflow `ci` on
    default branch.
    For more information see
    https://docs.github.com/ru/actions/using-workflows/manually-running-a-workflow?tool=webui.
    
    Signed-off-by: baterflyrity <baterflyrity@yandex.ru>
    baterflyrity committed Nov 27, 2023
    Copy the full SHA
    5cb8655 View commit details
  3. feat(CI): Add Python 3.12 to CI.

    Add Python version 3.12 to CI tests matrix.
    
    Signed-off-by: baterflyrity <baterflyrity@yandex.ru>
    baterflyrity committed Nov 27, 2023
    Copy the full SHA
    bed30d0 View commit details
  4. feat(CI): Add Python 3.12 reqirements to CI.

    Add Python version 3.12 reqirements to CI tests matrix.
    
    Signed-off-by: baterflyrity <baterflyrity@yandex.ru>
    baterflyrity committed Nov 27, 2023
    Copy the full SHA
    e1871c2 View commit details
  5. feat(CI): Fix Python 3.12 reqirements to CI.

    Fix Python version 3.12 reqirements to CI tests matrix.
    
    Signed-off-by: baterflyrity <baterflyrity@yandex.ru>
    baterflyrity committed Nov 27, 2023
    Copy the full SHA
    ab15364 View commit details
  6. style(Codestyle): Fix too long lines especially for @pep8speaks.

    Fix PEP 8 ABSURD and USELESS requirements:
    ► In the file
    pigar/__main__.py:
    Line 124:80: E501 line too long (121 > 79
    characters)
    ►In the file pigar/dist.py:
    Line 191:80: E501 line too long
    (98 > 79 characters)
    
    Signed-off-by: baterflyrity <baterflyrity@yandex.ru>
    baterflyrity committed Nov 27, 2023
    Copy the full SHA
    808e4cd View commit details

Commits on Nov 28, 2023

  1. Merge pull request #184 from baterflyrity/main

    Add --comparison-specifier choice value `-` to completely hide packages versions
    damnever authored Nov 28, 2023
    Copy the full SHA
    aea6764 View commit details

Commits on Feb 17, 2024

  1. Treat the top-level directory as the import name

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 17, 2024
    Copy the full SHA
    05868ad View commit details
  2. Update pip to 24.0

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 17, 2024
    Copy the full SHA
    35a9c0d View commit details
  3. Update index database

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 17, 2024
    Copy the full SHA
    58ec616 View commit details
  4. Migrate setup.py to pyproject.toml

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 17, 2024
    Copy the full SHA
    df17e3b View commit details

Commits on Feb 18, 2024

  1. Bump version to v2.1.2

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 18, 2024
    Copy the full SHA
    69ecd17 View commit details
  2. Fix build

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 18, 2024
    Copy the full SHA
    a493f06 View commit details
  3. Run VACUUM to minimize the size of the SQLite3 database

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 18, 2024
    Copy the full SHA
    0e32358 View commit details

Commits on Feb 19, 2024

  1. Fix the duplicate entry points

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 19, 2024
    Copy the full SHA
    4af988e View commit details
  2. Bump version to v2.1.3

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Feb 19, 2024
    Copy the full SHA
    91458b4 View commit details

Commits on Mar 7, 2024

  1. Parse the top levels in a case-sensitive manner

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Mar 7, 2024
    Copy the full SHA
    a63a7c7 View commit details

Commits on Mar 8, 2024

  1. Update index database

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Mar 8, 2024
    Copy the full SHA
    8e10e88 View commit details

Commits on Mar 9, 2024

  1. Bump version to v2.1.4

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Mar 9, 2024
    Copy the full SHA
    0402e3e View commit details

Commits on Jul 4, 2024

  1. Update pip to 24.1.1 and fix all pip._vendor prefixes

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jul 4, 2024
    Copy the full SHA
    1ae3458 View commit details

Commits on Jul 8, 2024

  1. Update pip to version 24.1.2 and include the necessary MANIFEST files

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jul 8, 2024
    Copy the full SHA
    69fa21d View commit details

Commits on Jul 10, 2024

  1. Log unknown annotations after unknown imports

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jul 10, 2024
    Copy the full SHA
    4d25b9f View commit details
  2. Update index database

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jul 10, 2024
    Copy the full SHA
    f4a3889 View commit details
  3. Add colorama back because it was removed by pip

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jul 10, 2024
    Copy the full SHA
    9491431 View commit details
  4. Bump version to v2.1.5

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jul 10, 2024
    Copy the full SHA
    eb0d77e View commit details
  5. Fix checkout with Git LFS

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jul 10, 2024
    Copy the full SHA
    b235ac5 View commit details
  6. Bump version to v2.1.6

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jul 10, 2024
    Copy the full SHA
    28e9bcb View commit details
  7. Untrack the index database from Git LFS due to limited free bandwidth

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Jul 10, 2024
    Copy the full SHA
    16d74b7 View commit details

Commits on Aug 23, 2024

  1. Bump aiohttp from 3.9.5 to 3.10.2 in /requirements

    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and damnever committed Aug 23, 2024
    Copy the full SHA
    755aed7 View commit details

Commits on Dec 18, 2024

  1. Cache to avoid manually selecting packages/distributions multiple times

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Dec 18, 2024
    Copy the full SHA
    889aa96 View commit details
  2. Bump version to v2.1.7

    Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
    damnever committed Dec 18, 2024
    Copy the full SHA
    13dc528 View commit details
Loading