Path to this page:
./
devel/py-hglib,
Python library for interfacing with mercurials CommandServer
Branch: CURRENT,
Version: 2.6.2nb1,
Package name: py310-hglib-2.6.2nb1,
Maintainer: pkgsrc-userspython-hglib is a library with a fast, convenient interface to Mercurial.
It uses Mercurial's command server for communication with hg.
Required to run:[
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 34.682 KB
Version history: (Expand)
- (2023-02-09) Updated to version: py310-hglib-2.6.2nb1
- (2022-01-11) Updated to version: py39-hglib-2.6.2nb1
- (2021-10-07) Updated to version: py39-hglib-2.6.2
- (2020-12-01) Updated to version: py37-hglib-2.6.2
- (2019-05-11) Updated to version: py37-hglib-2.6.1
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2022-01-14 18:52:07 by Thomas Klausner | Files touched by this commit (146) |
Log message:
*: python2 egg files are back, add them to the PLISTs
|
2022-01-10 21:34:50 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-hglib: convert to egg.mk
|
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
|
2020-11-30 21:23:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-hglib: updated to 2.6.2
2.6.2
Bug fixes
|
2019-05-11 12:04:30 by Leonardo Taccari | Files touched by this commit (1) | |
Log message:
py-hglib: Adjust DISTNAME to 2.6.1 (part of 2.6.1 update, sorry!)
|
2019-05-11 12:01:28 by Leonardo Taccari | Files touched by this commit (2) |
Log message:
py-hglib: Update to 2.6.1
pkgsrc changes:
- Update HOMEPAGE
Changes (no changelog provided, these are from commit messages):
2.6.1
-----
- util: fix handling of empty short option
- make: dist, all, and help should also be phony rules
2.6
---
- client: do not accept NULL character as command arguments
- client: ignore close() on non-open clients (issue5751)
2.5
---
- hgclient: look for an open server before closing it in ResponseError block
- _readchannel: if a read failure is due to a broken server, report that
- config: un-break showconfig wrapper when environment variables are used
- client: make it robust for weird repository path
- util: make cmdbuilder() robust for faulty parsing of early options
- client: do not append an option to a list of arguments
- client: raise ResponseError in _readchannel()
- client: don't swallow ResponseError inside open()
- client: kill the server on unrecoverable communication errors (issue5516)
- client: fail gracefully on unexpected prompts (issue5516)
- summary: parse commit line less strictly (issue5637)
|
2017-09-13 08:31:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-hglib: update to 2.4
Changes 2.4:
fix hg clone --uncompressed option typo
|