File python-hgtools.changes of Package python-hgtools
-------------------------------------------------------------------
Wed Apr 22 10:55:37 UTC 2015 - tbechtold@suse.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
-------------------------------------------------------------------
Tue Sep 16 00:59:09 CEST 2014 - ro@suse.de
- add LICENSE to documentation
-------------------------------------------------------------------
Mon Sep 15 13:53:21 UTC 2014 - tbechtold@suse.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 9 23:07:50 UTC 2013 - p.drouand@gmail.com
- Update to version 4.0
+ No changelog available
-------------------------------------------------------------------
Thu Oct 24 11:06:36 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Wed Jan 30 13:25:06 UTC 2013 - saschpe@suse.de
- Use license from setup.py
- There's no docs to build
-------------------------------------------------------------------
Wed Jan 23 14:13:54 UTC 2013 - adrian@suse.de
- initial package of version 2.0.2