- 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
This commit is contained in:
parent
e5d5da055c
commit
75308abb1a
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">0.7.0.%ct.%h</param>
|
||||
<param name="versionformat">0.8.0.%ct.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="extract">dist/obs-service-tar_scm.spec</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:576e9ef529354b49f4495f48bf5198d67d339043a435188b7408f3c3fb8482e5
|
||||
size 59827
|
@ -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
|
||||
|
||||
|
3
obs-service-tar_scm.git-0.8.0.1499787575.2419460.tar.gz
Normal file
3
obs-service-tar_scm.git-0.8.0.1499787575.2419460.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3548d1dfc0f1cc20c61a1e1a1ac0be626bee025820563f6820acd31dfc6f55aa
|
||||
size 59433
|
@ -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+
|
||||
|
Loading…
x
Reference in New Issue
Block a user