1
0

Accepting request 503658 from openSUSE:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/503658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2017-06-16 08:54:16 +00:00 committed by Git OBS Bridge
commit 6c823ef6d5
6 changed files with 27 additions and 7 deletions

View File

@ -5,4 +5,4 @@
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
<param name="changesrevision">8c65b8acb16e46f25c5b11d2a16378346d821923</param></service></servicedata>
<param name="changesrevision">03230fdf240addb3dd1ba3201beef50722cc87ac</param></service></servicedata>

View File

@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 8.0.0), python (>= 2.6), python-argparse | python (
Package: obs-service-tar-scm
Architecture: all
Provides: obs-service-obs-scm, obs-service-tar
Depends: ${misc:Depends}, ${python:Depends}, bzr, git, subversion, cpio, python-dateutil
Depends: ${misc:Depends}, ${python:Depends}, bzr, git, subversion, cpio, python-dateutil, python-yaml
Recommends: mercurial
Description: An OBS source service: fetches SCM tarballs
This is a source service for openSUSE Build Service.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:705dd494901b521b9fd314b37634ea0376248eb139379151ba9cfaabc0adff42
size 48491

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e75a1e19e860caac82791a6fce7b45038252fb3a237e7fdac816534996e8957
size 49518

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jun 07 10:40:27 UTC 2017 - adrian@suse.de
- Update to version 0.7.0.1496831936.d960322:
* fix for nonexistant build section in appimage.yml
* [lint] improve inline doc in TarSCM/tasks.py
* [lint] refactor attribute dataMap in TarSCM.tasks
* [lint] refactor invalid variable names in TarSCM.tasks
* [lint] remove variable helpers from TarSCM.tasks
* [lint] rename variable changes -> detected_changes in TarSCM.tasks
* [lint] fixed 'line-to-long' error in TarSCM.tasks
* more documentation for README.md
* Update control
-------------------------------------------------------------------
Wed Jun 7 08:53:48 UTC 2017 - adrian@suse.de
- add python-yaml for debian distros
-------------------------------------------------------------------
Thu May 11 11:49:37 UTC 2017 - marco.strigl@suse.com

View File

@ -19,8 +19,8 @@
%bcond_without obs_scm_testsuite
Name: obs-service-tar_scm
%define version_unconverted 0.7.0.1492101301.747de50
Version: 0.7.0.1492101301.747de50
%define version_unconverted 0.7.0.1496831936.d960322
Version: 0.7.0.1496831936.d960322
Release: 0
Summary: An OBS source service: create tar ball from svn/git/hg
License: GPL-2.0+
@ -45,6 +45,7 @@ BuildRequires: python-mock
BuildRequires: subversion
%endif
BuildRequires: python >= 2.6
BuildRequires: python-unittest2
Requires: bzr
Requires: git-core
Requires: mercurial