./devel/py-jaraco.vcs, Facilities for working with VCS repositories

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.0, Package name: py311-jaraco.vcs-2.2.0, Maintainer: pkgsrc-users

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).


Master sites:

Filesize: 16.27 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-25 17:52:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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).