-
-
Notifications
You must be signed in to change notification settings - Fork 90
Comparing changes
Open a pull request
base repository: damnever/pigar
base: v2.0.7
head repository: damnever/pigar
compare: main
Commits on Jun 9, 2023
-
Add the --format option to the check command
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 278aae8 - Browse repository at this point
Copy the full SHA 278aae8View commit details -
Catch asyncio.TimeoutError during downloading
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3d76b47 - Browse repository at this point
Copy the full SHA 3d76b47View commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for afa7825 - Browse repository at this point
Copy the full SHA afa7825View commit details
Commits on Jun 11, 2023
-
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fa8c4ed - Browse repository at this point
Copy the full SHA fa8c4edView commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for afc7c3f - Browse repository at this point
Copy the full SHA afc7c3fView commit details
Commits on Jun 22, 2023
-
EXPERIMENTAL FEATURE: requirement-annotations to resolve optional pac…
…kages/distributions Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 43efa6a - Browse repository at this point
Copy the full SHA 43efa6aView commit details -
Add the --format option to the search command
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c9337ba - Browse repository at this point
Copy the full SHA c9337baView commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7b03956 - Browse repository at this point
Copy the full SHA 7b03956View commit details
Commits on Jun 30, 2023
-
Fix the UnicodeDecodeError when reading code
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2563db8 - Browse repository at this point
Copy the full SHA 2563db8View commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3fd8f22 - Browse repository at this point
Copy the full SHA 3fd8f22View commit details
Commits on Sep 20, 2023
-
Use os.replace for cross-platform overwriting of the destination
Signed-off-by: Laoraid <a99azaz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5065415 - Browse repository at this point
Copy the full SHA 5065415View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6b51600 - Browse repository at this point
Copy the full SHA 6b51600View commit details
Commits on Nov 27, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1617392 - Browse repository at this point
Copy the full SHA 1617392View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5cb8655 - Browse repository at this point
Copy the full SHA 5cb8655View commit details -
feat(CI): Add Python 3.12 to CI.
Add Python version 3.12 to CI tests matrix. Signed-off-by: baterflyrity <baterflyrity@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for bed30d0 - Browse repository at this point
Copy the full SHA bed30d0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e1871c2 - Browse repository at this point
Copy the full SHA e1871c2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ab15364 - Browse repository at this point
Copy the full SHA ab15364View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 808e4cd - Browse repository at this point
Copy the full SHA 808e4cdView commit details
Commits on Nov 28, 2023
-
Merge pull request #184 from baterflyrity/main
Add --comparison-specifier choice value `-` to completely hide packages versions
Configuration menu - View commit details
-
Copy full SHA for aea6764 - Browse repository at this point
Copy the full SHA aea6764View commit details
Commits on Feb 17, 2024
-
Treat the top-level directory as the import name
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 05868ad - Browse repository at this point
Copy the full SHA 05868adView commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 35a9c0d - Browse repository at this point
Copy the full SHA 35a9c0dView commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 58ec616 - Browse repository at this point
Copy the full SHA 58ec616View commit details -
Migrate setup.py to pyproject.toml
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for df17e3b - Browse repository at this point
Copy the full SHA df17e3bView commit details
Commits on Feb 18, 2024
-
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69ecd17 - Browse repository at this point
Copy the full SHA 69ecd17View commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a493f06 - Browse repository at this point
Copy the full SHA a493f06View commit details -
Run VACUUM to minimize the size of the SQLite3 database
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e32358 - Browse repository at this point
Copy the full SHA 0e32358View commit details
Commits on Feb 19, 2024
-
Fix the duplicate entry points
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4af988e - Browse repository at this point
Copy the full SHA 4af988eView commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 91458b4 - Browse repository at this point
Copy the full SHA 91458b4View commit details
Commits on Mar 7, 2024
-
Parse the top levels in a case-sensitive manner
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a63a7c7 - Browse repository at this point
Copy the full SHA a63a7c7View commit details
Commits on Mar 8, 2024
-
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e10e88 - Browse repository at this point
Copy the full SHA 8e10e88View commit details
Commits on Mar 9, 2024
-
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0402e3e - Browse repository at this point
Copy the full SHA 0402e3eView commit details
Commits on Jul 4, 2024
-
Update pip to 24.1.1 and fix all
pip._vendor
prefixesSigned-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1ae3458 - Browse repository at this point
Copy the full SHA 1ae3458View commit details
Commits on Jul 8, 2024
-
Update pip to version 24.1.2 and include the necessary MANIFEST files
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69fa21d - Browse repository at this point
Copy the full SHA 69fa21dView commit details
Commits on Jul 10, 2024
-
Log unknown annotations after unknown imports
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4d25b9f - Browse repository at this point
Copy the full SHA 4d25b9fView commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f4a3889 - Browse repository at this point
Copy the full SHA f4a3889View commit details -
Add colorama back because it was removed by pip
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9491431 - Browse repository at this point
Copy the full SHA 9491431View commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eb0d77e - Browse repository at this point
Copy the full SHA eb0d77eView commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b235ac5 - Browse repository at this point
Copy the full SHA b235ac5View commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 28e9bcb - Browse repository at this point
Copy the full SHA 28e9bcbView commit details -
Untrack the index database from Git LFS due to limited free bandwidth
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16d74b7 - Browse repository at this point
Copy the full SHA 16d74b7View commit details
Commits on Aug 23, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 755aed7 - Browse repository at this point
Copy the full SHA 755aed7View commit details
Commits on Dec 18, 2024
-
Cache to avoid manually selecting packages/distributions multiple times
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 889aa96 - Browse repository at this point
Copy the full SHA 889aa96View commit details -
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 13dc528 - Browse repository at this point
Copy the full SHA 13dc528View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.7...main