Hello community, here is the log from the commit of package obs-service-tar_scm for openSUSE:Factory checked in at 2014-10-05 20:32:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old) and /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "obs-service-tar_scm" Changes: -------- --- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes 2014-09-10 17:03:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 2014-10-05 20:34:04.000000000 +0200 @@ -1,0 +2,25 @@ +Sun Oct 05 00:02:16 UTC 2014 - aspiers@suse.com + +- Update to version 0.4.2.1412467141.df3329e. Many changes, + including: + + Retrieve tags for a cached git repo + + Add PEP8 checking everywhere + + Significantly improved tests + + Fixed checkout of a hg url that ends with a trailing slash + + Fix Debian build dependencies for python + + Change Debian package format to 3.0 (native) + + Install into /usr on Debian + + Honor submodules=disable as before (fixes #38) + + Fix directory name of repository clone + + Fix handling of symbolic links + + Fix crash when changesrevision <param> is missing + + Improved usage text + + Store git and hg hashes in full + + Fix crash during copy of _servicedata + + Fix format of new changes to match old shell tar_scm + + Fix bug when temp file is on a different filesystem + + Fix change generation bug introduced by Python rewrite + + Fix retrieval of email address from ~/.oscrc + + Refactor changesgenerate code + +------------------------------------------------------------------- Old: ---- obs-service-tar_scm-0.4.0.1410288598.7f38281.tar.gz New: ---- obs-service-tar_scm-0.4.2.1412467141.df3329e.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-service-tar_scm.spec ++++++ --- /var/tmp/diff_new_pack.Eh8bVT/_old 2014-10-05 20:34:05.000000000 +0200 +++ /var/tmp/diff_new_pack.Eh8bVT/_new 2014-10-05 20:34:05.000000000 +0200 @@ -19,7 +19,7 @@ %define service tar_scm Name: obs-service-%{service} -Version: 0.4.0.1410288598.7f38281 +Version: 0.4.2.1412467141.df3329e Release: 0 Summary: An OBS source service: checkout or update a tar ball from svn/git/hg License: GPL-2.0+ @@ -30,6 +30,7 @@ BuildRequires: git BuildRequires: mercurial BuildRequires: python >= 2.6 +BuildRequires: python-lxml BuildRequires: subversion Requires: bzr Requires: git @@ -53,7 +54,10 @@ %if 0%{?suse_version} >= 1220 %check -make check +# No need to run PEP8 tests here; that would require a potentially +# brittle BuildRequires: python-pep8, and any style issues are already +# caught by Travis CI. +make test %endif %files ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Eh8bVT/_old 2014-10-05 20:34:05.000000000 +0200 +++ /var/tmp/diff_new_pack.Eh8bVT/_new 2014-10-05 20:34:05.000000000 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="version">git-master</param> - <param name="versionformat">0.4.0.%ct.%h</param> + <param name="versionformat">0.4.2.%ct.%h</param> <param name="revision">master</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Eh8bVT/_old 2014-10-05 20:34:05.000000000 +0200 +++ /var/tmp/diff_new_pack.Eh8bVT/_new 2014-10-05 20:34:05.000000000 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param> - <param name="changesrevision">7f382817c6</param> + <param name="changesrevision">df3329e67fec7cfe40e59a17329079357bad94a0</param> </service> </servicedata> \ No newline at end of file ++++++ debian.dsc ++++++ --- /var/tmp/diff_new_pack.Eh8bVT/_old 2014-10-05 20:34:05.000000000 +0200 +++ /var/tmp/diff_new_pack.Eh8bVT/_new 2014-10-05 20:34:05.000000000 +0200 @@ -1,6 +1,6 @@ Format: 1.0 Source: obs-service-tar-scm -Version: 0.4.0 +Version: 0.4.2 Binary: obs-service-tar-scm Maintainer: Adrian Schroeter <adrian@suse.de> Architecture: all @@ -12,4 +12,6 @@ python (>= 2.6), python-argparse | python (>= 2.7), subversion, - python-unittest2 + python-unittest2, + pep8, + python-lxml ++++++ obs-service-tar_scm-0.4.0.1410288598.7f38281.tar.gz -> obs-service-tar_scm-0.4.2.1412467141.df3329e.tar.gz ++++++ ++++ 3310 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org