Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/py-jaraco.vcs,
Facilities for working with VCS repositories
Branch: CURRENT,
Version: 2.4.1,
Package name: py312-jaraco.vcs-2.4.1,
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: 18.094 KB
Version history: (Expand)
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-12) Updated to version: py312-jaraco.vcs-2.4.1
- (2025-03-08) Updated to version: py312-jaraco.vcs-2.4.0nb1
- (2024-11-11) Updated to version: py312-jaraco.vcs-2.4.0
- (2024-08-07) Updated to version: py311-jaraco.vcs-2.4.0
- (2024-08-06) Updated to version: py311-jaraco.vcs-2.3.1
CVS history: (Expand)
2025-04-12 13:20:43 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-jaraco.vcs: updated to 2.4.1
v2.4.1
No significant changes.
|
2025-03-08 13:36:50 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-jaraco.vcs: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-08-07 12:48:07 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-jaraco.vcs: updated to 2.4.0
v2.4.0
Features
- Presented hg_repo and git_repo as fixtures.
|
2024-08-06 13:52:52 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-jaraco.vcs: updated to 2.3.1
v2.3.1
No significant changes.
v2.3.0
Features
- Added Git.age method.
|
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).
|