From 75308abb1a7e0008d2897db5e79a52cf1c1ce561157bbe77db0b2b422f34f351 Mon Sep 17 00:00:00 2001 From: Frank Schreiner Date: Tue, 11 Jul 2017 17:04:06 +0000 Subject: [PATCH] - Update to version 0.8.0.1499787575.2419460: * [dist] changed to %py_compile in spec file * [bugfix] fixes issue #173 * [bugfix] Decoupled self.scm from class name in TarSCM/scm/* * [lint] make tests/unittestcases.py flake8 ready * [lint] more fixes for pylint readiness * [lint] refactor unittestcases.py * [test] increase cov for TarSCM.archive from 61% to 92% * [doc] added comment to --use-obs-scm * [test] refactor of fake classes * [bugfix] fix UnboundLocalError: local variable 'parent_tag' - Update to version 0.8.0.1498846582.8799787: * fix for gh issue #169 * new version placeholder for empty version string * fix for bzr locale problem in testsuite * pylint and flake8 in testsuite for better code quality * code cleanup to be more pylint and flake8 compatible OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=183 --- _service | 2 +- ...ce-tar_scm-0.7.0.1499247812.42fa499.tar.gz | 3 --- obs-service-tar_scm.changes | 25 +++++++++++++++++++ ...ar_scm.git-0.8.0.1499787575.2419460.tar.gz | 3 +++ obs-service-tar_scm.spec | 4 +-- 5 files changed, 31 insertions(+), 6 deletions(-) delete mode 100644 obs-service-tar_scm-0.7.0.1499247812.42fa499.tar.gz create mode 100644 obs-service-tar_scm.git-0.8.0.1499787575.2419460.tar.gz diff --git a/_service b/_service index d4af9e9..eab9e4f 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git .git git-master - 0.7.0.%ct.%h + 0.8.0.%ct.%h enable dist/obs-service-tar_scm.spec diff --git a/obs-service-tar_scm-0.7.0.1499247812.42fa499.tar.gz b/obs-service-tar_scm-0.7.0.1499247812.42fa499.tar.gz deleted file mode 100644 index b7712e0..0000000 --- a/obs-service-tar_scm-0.7.0.1499247812.42fa499.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:576e9ef529354b49f4495f48bf5198d67d339043a435188b7408f3c3fb8482e5 -size 59827 diff --git a/obs-service-tar_scm.changes b/obs-service-tar_scm.changes index ecd5d11..acb1d54 100644 --- a/obs-service-tar_scm.changes +++ b/obs-service-tar_scm.changes @@ -1,8 +1,33 @@ +------------------------------------------------------------------- +Tue Jul 11 15:59:10 UTC 2017 - opensuse-packaging@opensuse.org + +- Update to version 0.8.0.1499787575.2419460: + * [dist] changed to %py_compile in spec file + * [bugfix] fixes issue #173 + * [bugfix] Decoupled self.scm from class name in TarSCM/scm/* + * [lint] make tests/unittestcases.py flake8 ready + * [lint] more fixes for pylint readiness + * [lint] refactor unittestcases.py + * [test] increase cov for TarSCM.archive from 61% to 92% + * [doc] added comment to --use-obs-scm + * [test] refactor of fake classes + * [bugfix] fix UnboundLocalError: local variable 'parent_tag' + ------------------------------------------------------------------- Sun Jul 9 11:08:37 UTC 2017 - adrian@suse.de - hotfix runtime of obs_scm +------------------------------------------------------------------- +Sat Jul 01 09:44:17 UTC 2017 - opensuse-packaging@opensuse.org + +- Update to version 0.8.0.1498846582.8799787: + * fix for gh issue #169 + * new version placeholder for empty version string + * fix for bzr locale problem in testsuite + * pylint and flake8 in testsuite for better code quality + * code cleanup to be more pylint and flake8 compatible + ------------------------------------------------------------------- Mon Jun 19 11:16:11 UTC 2017 - adrian@suse.de diff --git a/obs-service-tar_scm.git-0.8.0.1499787575.2419460.tar.gz b/obs-service-tar_scm.git-0.8.0.1499787575.2419460.tar.gz new file mode 100644 index 0000000..9d3372c --- /dev/null +++ b/obs-service-tar_scm.git-0.8.0.1499787575.2419460.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3548d1dfc0f1cc20c61a1e1a1ac0be626bee025820563f6820acd31dfc6f55aa +size 59433 diff --git a/obs-service-tar_scm.spec b/obs-service-tar_scm.spec index 6e1088f..68481b1 100644 --- a/obs-service-tar_scm.spec +++ b/obs-service-tar_scm.spec @@ -19,8 +19,8 @@ %bcond_without obs_scm_testsuite Name: obs-service-tar_scm -%define version_unconverted 0.7.0.1499247812.42fa499 -Version: 0.7.0.1499247812.42fa499 +%define version_unconverted 0.8.0.1499787575.2419460 +Version: 0.8.0.1499787575.2419460 Release: 0 Summary: An OBS source service: create tar ball from svn/git/hg License: GPL-2.0+