Hello community,

here is the log from the commit of package python-hgtools for openSUSE:Factory 
checked in at 2014-09-17 17:24:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hgtools (Old)
 and      /work/SRC/openSUSE:Factory/.python-hgtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hgtools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hgtools/python-hgtools.changes    
2013-12-10 20:06:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-hgtools.new/python-hgtools.changes       
2014-09-17 17:24:38.000000000 +0200
@@ -1,0 +2,37 @@
+Tue Sep 16 00:59:09 CEST 2014 - [email protected]
+
+- add LICENSE to documentation 
+
+-------------------------------------------------------------------
+Mon Sep 15 13:53:21 UTC 2014 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  hgtools-4.0.zip

New:
----
  hgtools-6.0.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-hgtools.spec ++++++
--- /var/tmp/diff_new_pack.hpxspK/_old  2014-09-17 17:24:40.000000000 +0200
+++ /var/tmp/diff_new_pack.hpxspK/_new  2014-09-17 17:24:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hgtools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-hgtools
-Version:        4.0
+Version:        6.0
 Release:        0
 Summary:        Mercurial support for setup tools
 License:        GPL-2.0
@@ -57,7 +57,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc README.txt LICENSE
 %{python_sitelib}/*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to