Accepting request 653725 from openSUSE:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/653725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-set_version?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2018-12-04 19:57:32 +00:00 committed by Git OBS Bridge
commit eac0bf3e92
8 changed files with 35 additions and 8 deletions

View File

@ -1,5 +1,5 @@
pkgname=obs-service-set_version
pkgver=0.5.10
pkgver=0.5.11
pkgrel=0
pkgdesc="An OBS source service: Update spec file version"
arch=('i686' 'x86_64')

View File

@ -1,6 +1,6 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">git@github.com:openSUSE/obs-service-set_version.git</param>
<param name="url">https://github.com/openSUSE/obs-service-set_version.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="version">git-master</param>

View File

@ -2,4 +2,6 @@
<service name="tar_scm">
<param name="url">git@github.com:openSUSE/obs-service-set_version.git</param>
<param name="changesrevision">eaedc529acba421821e0e5dcb4956c66e7f315a9</param></service>
</servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/obs-service-set_version.git</param>
<param name="changesrevision">74b26c829341eb4e0c3fff7c0585e8168eed76b9</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-set_version
Version: 0.5.10-0
Version: 0.5.11-0
Binary: obs-service-set_version
Provides: obs-service-set_version
Maintainer: Adrian Schroeter <adrian@suse.de>

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Nov 26 18:04:26 CET 2018 - ro@suse.de
- for now obs_scm_testsuite only for > 1315, needed python stuff
not available otherwise
-------------------------------------------------------------------
Fri Nov 16 18:09:57 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 0.5.11:
* fix code to pass flake8 tests for python3
* fix zipfile crash also for python2.7
* avoid error with latest flake8 about unused variable
* allow running tests with python3
* second place where zip file handling can crash
* avoid crashes due to false is_zipfile() response
* Add python-flake8 to test suite package list
* Fix indentation of condition
* Fix basename to match documentation (#54)
-------------------------------------------------------------------
Wed Sep 19 06:28:24 UTC 2018 - adrian@suse.de

View File

@ -15,11 +15,16 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%if 0%{?suse_version} > 1315
%bcond_without obs_scm_testsuite
%else
%bcond_with obs_scm_testsuite
%endif
%define service set_version
Name: obs-service-%{service}
Version: 0.5.10
Version: 0.5.11
Release: 0
Summary: An OBS source service: Update spec file version
License: GPL-2.0-or-later