issues Search Results · repo:gitpython-developers/gitdb language:Python
Filter by
46 results
(57 ms)46 results
ingitpython-developers/gitdb (press backspace or delete to remove)At least currently, gitdb and smmap are developed and managed in separate repositories from GitPython. While GitPython
has a SECURITY.md file indicating the requested methods of reporting security vulnerabilities, ...
acknowledged
help wanted
EliahKagan
- 2
- Opened on Jan 4
- #116
Would this library be interested in type hints being added? Is there a reason GitPython library have all type hints
ready but this part?
If people are open to type hints, I would be glad to help add those. ...
lunacd
- Opened on Oct 27, 2023
- #107
Summary
While using Aider, which uses gitdb==4.0.10 (I also see the same issue when upgrading to 4.0.11) the following fatal
failure occurs:
aider
...
Use /help to see in-chat commands, run with --help ...
acknowledged
help wanted
scosenza
- 1
- Opened on Oct 27, 2023
- #106
gitdb/gitdb/test/test_base.py at master · gitpython-developers/gitdb
istream.size = s * 2
istream.size == s * 2
istream.size == s * 2 doesn t do anything. It should probably be assert istream.size == ...
acknowledged
help wanted
Sjord
- 1
- Opened on Oct 17, 2023
- #101
The issue is that gitdb2 4.0.2 requires gitdb 4.0.1 for its installation. That is defined in the install_requires
argument of its setup.py file (from the downloaded tarball of gitdb2 4.0.2 on Pypi):
from ...
andy-maier
- 5
- Opened on May 28, 2023
- #86
There s a TOCTTOU in LooseObjectDB when storing a new object, that causes storing an object to fail with
FileExistsError:
File patch_tree.py , line 132, in write_tree
return self.db.store(istream).binsha ...
acknowledged
help wanted
lordmauve
- 1
- Opened on Feb 13, 2023
- #85
The last pypi release for this project was back in October of 2021. I was wondering when the next release might come
out; even if it is just a patch version bump.
zwimer
- 1
- Opened on Nov 23, 2022
- #83
Hi! When trying to package 4.0.8 for Arch Linux I ran into a bad signature for the sdist tarball on pypi.org:
gpg --verify gitdb-4.0.8.tar.gz.asc
gpg: assuming signed data in gitdb-4.0.8.tar.gz
gpg: ...
help wanted
dvzrv
- 17
- Opened on Oct 23, 2021
- #77
Is it possible to bump the smmap version to 5.0.0? It is the current version in ArchLinux repository and this is
breaking packages depending on gitdb like git-up. I tried to bump the smmap version. Tests ...
feedback
DmitryKuzmenko
- 4
- Opened on Oct 20, 2021
- #76
nose is for python 2.x and should be replaced by pytest, nose2 or unittest2
https://docs.nose2.io/en/latest/differences.html
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-gitdb-4.0.7-2.1.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-gitdb-4.0.7-2.1.fc35.x86_64/usr/lib/python3.8/site-packages ...
acknowledged
help wanted
kloczek
- 2
- Opened on Aug 18, 2021
- #72

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.