2022-10-14 11:01:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-gitpython: updated to 3.1.29
3.1.29
- Make the git.__version__ re-appear.
See the following for all changes.
https://github.com/gitpython-developers/gitpython/milestone/59?closed=1
3.1.28
See the following for all changes.
https://github.com/gitpython-developers/gitpython/milestone/58?closed=1
|
2022-08-22 14:47:31 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-gitpython: updated to 3.1.27
3.1.27
- Reduced startup time due to optimized imports.
See the following for all changes.
https://github.com/gitpython-developers/gitpython/milestone/57?closed=1
3.1.26
- Fixes a leaked file descriptor when reading the index, which would cause make \
writing a previously
read index on windows impossible.
See https://github.com/gitpython-developers/GitPython/issues/1395 for details.
See the following for all changes.
https://github.com/gitpython-developers/gitpython/milestone/56?closed=1
3.1.25
See the following for all changes.
https://github.com/gitpython-developers/gitpython/milestone/55?closed=1
3.1.24
* Newly added timeout flag is not be enabled by default, and was renamed to \
kill_after_timeout
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-06-24 19:21:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-gitpython: updated to 3.1.18
3.1.18
* drop support for python 3.5 to reduce maintenance burden on typing. Lower \
patch levels of python 3.5 would break, too.
|
2021-05-14 08:54:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-gitpython: updated to 3.1.17
3.1.17
* Fix issues from 3.1.16 (see \
https://github.com/gitpython-developers/GitPython/issues/1238)
* Fix issues from 3.1.15 (see \
https://github.com/gitpython-developers/GitPython/issues/1223)
* Add more static typing information
|
2021-05-13 14:28:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-gitpython: updated to 3.1.16
3.1.16
* Fix issues from 3.1.15 (see \
https://github.com/gitpython-developers/GitPython/issues/1223)
* Add more static typing information
3.1.15 (YANKED)
* add deprectation warning for python 3.5
|
2021-03-08 08:01:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-gitpython: updated to 3.1.14
3.1.14
* git.Commit objects now have a ``replace`` method that will return a
copy of the commit with modified attributes.
* Add python 3.9 support
|
2021-02-11 11:45:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-gitpython: updated to 3.1.13
3.1.13:
Unknown changes
|