2023-07-18 08:56:13 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.32
3.1.32
See the following for all changes.
https://github.com/gitpython-developers/gitpython/milestone/62?closed=1
|
2023-03-03 11:53:55 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.31
3.1.31
Bugfixes
|
2023-01-20 14:37:26 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.30
3.1.30
- Make injections of command-invocations harder or impossible for clone and others.
See https://github.com/gitpython-developers/GitPython/pull/1518 for details.
Note that this might constitute a breaking change for some users, and if so please
let us know and we add an opt-out to this.
- Prohibit insecure options and protocols by default, which is potentially a \
breaking change,
but a necessary fix for \
https://github.com/gitpython-developers/GitPython/issues/1515.
Please take a look at the PR for more information and how to bypass these \
protections
in case they cause breakage: \
https://github.com/gitpython-developers/GitPython/pull/1521.
|
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
|