SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-hgtools-6.3-5.2.noarch.rpm :

* Wed Apr 22 2015 tbechtoldAATTsuse.com- update to 6.3:
* Updated \'dev\' revision to be compatible with setuptools 8 canonical pre-release version numbering (now \'.dev0\').
* Pull Request #7: Fixed intermittent test failures.
* Issue #28: Fixed poor parsing of git version. Also provide a nicer error message when no repo manager is found.
* Added support for querying the Mercurial version in cmd.Mercurial.
* Issue #21: GitManager is now only valid if Git 1.7.10 or later is present.- Add python-pytest as BuildRequires for testing
* Mon Sep 15 2014 roAATTsuse.de- add LICENSE to documentation
* Mon Sep 15 2014 tbechtoldAATTsuse.com- update to version 6.0
* Issue #23: hgtools no longer imports Mercurial and thus does not link to it. Applications that wish to use the in-process Mercurial manager must first `import mercurial.dispatch` in their application.
* Issue #23: hgtools is now licensed under the MIT license.
* Issue #19: Add file finder support for git. Credit to Berry Phillips.
* Issue #20: Added support for listing all git tags. Credit to Berry Phillips.
* In version inference, always fallback to increment (or None) when an Exception occurs in the calculation.
* Issue #17: Fix regression on older versions of setuptools where unspecified distribution attributes would cause use_vcs_version of None to supersede a supplied use_hg_version.
* Added new ``use_vcs_version`` distutils parameter to supersede ``use_hg_version``. Clients should update to use this new parameter as soon as hgtools 5.0 is generally available.
* Initial git support. The tool now nominally supports eliciting the project version from a git tag. Many of the hg features are not yet implemented, such as auto-incrementing versions when the current revision is not on a tag and file discovery from repo metadata. This new Git support provides experimental support for dual-hosted repositories (such as those found on Kiln). Since file discovery is not yet tested or implemented, there are likely to be yet undiscovered issues.
* Refactored the Manager models to better support the two repositories. Clients that use hgtools to programmatically manipulate repositories will need to update to use the new names. In particular, HGRepoManager was renamed to RepoManager. SubprocessManager renamed to MercurialManager and a new GitManager was created. The LibraryManager was renamed to MercurialInProcManager.
* Mon Dec 09 2013 p.drouandAATTgmail.com- Update to version 4.0 + No changelog available
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Wed Jan 30 2013 saschpeAATTsuse.de- Use license from setup.py- There\'s no docs to build
* Wed Jan 23 2013 adrianAATTsuse.de- initial package of version 2.0.2
 
ICM