Path to this page:
./
devel/py-jaraco.vcs,
Facilities for working with VCS repositories
Branch: CURRENT,
Version: 2.4.0,
Package name: py311-jaraco.vcs-2.4.0,
Maintainer: pkgsrc-usersjaraco.vcs provides classes for inspecting and working with repositories in the
Mercurial and Git version control systems (VCS).
The classes provided are designed to use subprocess invocation to leverage the
command-line interfaces of the VCS tools hg and git. An in-process RepoManager
for Mercurial exists but has been disabled due to issues that arise when run in
certain environments (namely setuptools sandboxing).
Master sites:
Filesize: 16.829 KB
Version history: (Expand)
- (2024-08-07) Updated to version: py311-jaraco.vcs-2.4.0
- (2024-08-06) Updated to version: py311-jaraco.vcs-2.3.1
- (2024-04-25) Updated to version: py311-jaraco.vcs-2.2.0
- (2024-01-20) Updated to version: py311-jaraco.vcs-2.0.0
- (2023-11-27) Package added to pkgsrc.se, version py311-jaraco.vcs-1.1.0 (created)
CVS history: (Expand)
2024-04-25 17:52:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jaraco.vcs: updated to 2.2.0
v2.2.0
Features
- Remove check on minimum git version.
v2.1.0
Features
- Added .get_timestamp method for retrieving the timestamp of a given revision.
|
2024-01-20 09:37:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jaraco.vcs: updated to 2.0.0
v2.0.0
Features
- Implement subrepos for Git repos.
Deprecations and Removals
- Removed legacy names.
|
2023-11-27 10:52:12 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-jaraco.vcs: added version 1.1.0
jaraco.vcs provides classes for inspecting and working with repositories in the
Mercurial and Git version control systems (VCS).
The classes provided are designed to use subprocess invocation to leverage the
command-line interfaces of the VCS tools hg and git. An in-process RepoManager
for Mercurial exists but has been disabled due to issues that arise when run in
certain environments (namely setuptools sandboxing).
|