summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gitdb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python3Packages.gitdb: 4.0.11 -> 4.0.12Martin Weinelt2025-01-271-2/+2
| | | | https://github.com/gitpython-developers/gitdb/releases/tag/4.0.12
* treewide: remove unused with statements from maintainer listsJörg Thalheim2024-07-291-1/+1
| | | | | | $ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
* treewide: remove pythonRelaxDepsHook referencesMartin Weinelt2024-06-141-2/+0
| | | | | It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`.
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-20/+13
|
* python311Packages.gitdb: relax smmap constraintMartin Weinelt2023-12-201-0/+6
| | | | | Checking runtime dependencies for gitdb-4.0.11-py3-none-any.whl - smmap<6,>=3.0.1 not satisfied by version 6.0.0
* python311Packages.gitdb: refactorFabian Affolter2023-11-211-11/+35
|
* python311Packages.gitdb: 4.0.10 -> 4.0.11Fabian Affolter2023-11-211-2/+2
|
* python3.pkgs: Migrate fetchers to use hashMartin Weinelt2023-03-031-1/+1
| | | | when they already rely on SRI hashes.
* python3Packages.gitdb: 4.0.9 -> 4.0.10Martin Weinelt2023-01-051-2/+2
|
* python3Packages.gitdb: 4.0.7 -> 4.0.9Jonathan Ringer2021-11-301-2/+2
|
* python3Packages.gitdb: 4.0.5 -> 4.0.7Martin Weinelt2021-06-221-2/+2
|
* python3Packages.gitdb: allow never version smmapFrederik Rietdijk2021-04-031-0/+4
| | | | Let's hope nothing breaks
* python3Packages.gitdb: 4.0.2 -> 4.0.5Frederik Rietdijk2020-05-111-2/+2
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* python.pkgs.gitdb: 0.6.4 -> 4.0.2Timo Kaufmann2020-03-141-3/+9
|
* gitdb2: init at 2.0.3Benjamin Hipple2018-05-131-0/+23
Also move gitdb and gitdb2 to the new python module structure.