Accepting request 248284 from home:jblunck:branches:openSUSE:Tools
Update to tar_scm 0.4.0 OBS-URL: https://build.opensuse.org/request/show/248284 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=76
This commit is contained in:
parent
de89a48114
commit
b3935019ee
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.3.2.%ct.%h</param>
|
||||
<param name="versionformat">0.4.0.%ct.%h</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -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">22d55170f3</param>
|
||||
<param name="changesrevision">7f382817c6</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
</servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.2.3
|
||||
Version: 0.4.0
|
||||
Binary: obs-service-tar-scm
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
@ -9,5 +9,7 @@ Build-Depends: debhelper (>= 7),
|
||||
bzr,
|
||||
git,
|
||||
mercurial,
|
||||
python (>= 2.6),
|
||||
python-argparse | python (>= 2.7),
|
||||
subversion,
|
||||
python-unittest2
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80c4fd8680966892b9e9c2e32215ddc5159c3d6db8cab680ec186f5870c40d71
|
||||
size 24038
|
3
obs-service-tar_scm-0.4.0.1410288598.7f38281.tar.gz
Normal file
3
obs-service-tar_scm-0.4.0.1410288598.7f38281.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:707b972d7e7218b18248284d53b922327aee5b4cc6b9d8108cb33e60d2471a4e
|
||||
size 24963
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 9 19:01:29 UTC 2014 - jblunck@infradead.org
|
||||
|
||||
- Update to version 0.4.0.1410288598.7f38281:
|
||||
+ Python rewrite of tar_scm
|
||||
+ Make pep8 happy (except for regex in tar_scm:299)
|
||||
+ Address some feedback from pylint
|
||||
+ make Python version PEP8-compliant
|
||||
+ Let Travis execute pep8
|
||||
+ Strip newline ('\n') characters from safe_run output in detect_version()
|
||||
+ Make potentially long-running tasks print output in real-time
|
||||
+ Improve efficiency of stdout handling in safe_run()
|
||||
+ Release obs-service-tar_scm 0.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 9 08:43:06 UTC 2014 - jblunck@infradead.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define service tar_scm
|
||||
|
||||
Name: obs-service-%{service}
|
||||
Version: 0.3.2.1407326973.22d5517
|
||||
Version: 0.4.0.1410288598.7f38281
|
||||
Release: 0
|
||||
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
||||
License: GPL-2.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user