Hello community, here is the log from the commit of package python-hgtools for openSUSE:Factory checked in at 2015-04-25 16:46:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-09-17 17:24:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-hgtools.new/python-hgtools.changes 2015-04-25 16:46:05.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Apr 22 10:55:37 UTC 2015 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- hgtools-6.0.zip New: ---- hgtools-6.3.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hgtools.spec ++++++ --- /var/tmp/diff_new_pack.43wNbj/_old 2015-04-25 16:46:06.000000000 +0200 +++ /var/tmp/diff_new_pack.43wNbj/_new 2015-04-25 16:46:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-hgtools # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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: 6.0 +Version: 6.3 Release: 0 Summary: Mercurial support for setup tools License: GPL-2.0 @@ -27,6 +27,8 @@ BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: unzip +# for testing +BuildRequires: python-pytest BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
