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.1.1
Choose a base ref
...
head repository: damnever/pigar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 15 commits
  • 216 files changed
  • 4 contributors

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    5065415 View commit details
    Browse the repository at this point in the history
  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] <[email protected]>
    dependabot[bot] authored and damnever committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6b51600 View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    baterflyrity committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1617392 View commit details
    Browse the repository at this point in the history
  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 <[email protected]>
    baterflyrity committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5cb8655 View commit details
    Browse the repository at this point in the history
  3. feat(CI): Add Python 3.12 to CI.

    Add Python version 3.12 to CI tests matrix.
    
    Signed-off-by: baterflyrity <[email protected]>
    baterflyrity committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bed30d0 View commit details
    Browse the repository at this point in the history
  4. feat(CI): Add Python 3.12 reqirements to CI.

    Add Python version 3.12 reqirements to CI tests matrix.
    
    Signed-off-by: baterflyrity <[email protected]>
    baterflyrity committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e1871c2 View commit details
    Browse the repository at this point in the history
  5. feat(CI): Fix Python 3.12 reqirements to CI.

    Fix Python version 3.12 reqirements to CI tests matrix.
    
    Signed-off-by: baterflyrity <[email protected]>
    baterflyrity committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ab15364 View commit details
    Browse the repository at this point in the history
  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 <[email protected]>
    baterflyrity committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    808e4cd View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    aea6764 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

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

    Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
    damnever committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    05868ad View commit details
    Browse the repository at this point in the history
  2. Update pip to 24.0

    Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
    damnever committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    35a9c0d View commit details
    Browse the repository at this point in the history
  3. Update index database

    Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
    damnever committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    58ec616 View commit details
    Browse the repository at this point in the history
  4. Migrate setup.py to pyproject.toml

    Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
    damnever committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    df17e3b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Bump version to v2.1.2

    Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
    damnever committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    69ecd17 View commit details
    Browse the repository at this point in the history
  2. Fix build

    Signed-off-by: Xiaochao Dong (@damnever) <[email protected]>
    damnever committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a493f06 View commit details
    Browse the repository at this point in the history
Loading