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:
commit
eac0bf3e92
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-set_version
|
pkgname=obs-service-set_version
|
||||||
pkgver=0.5.10
|
pkgver=0.5.11
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="An OBS source service: Update spec file version"
|
pkgdesc="An OBS source service: Update spec file version"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
2
_service
2
_service
@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="tar_scm">
|
<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="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="version">git-master</param>
|
<param name="version">git-master</param>
|
||||||
|
@ -2,4 +2,6 @@
|
|||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git@github.com:openSUSE/obs-service-set_version.git</param>
|
<param name="url">git@github.com:openSUSE/obs-service-set_version.git</param>
|
||||||
<param name="changesrevision">eaedc529acba421821e0e5dcb4956c66e7f315a9</param></service>
|
<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>
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-set_version
|
Source: obs-service-set_version
|
||||||
Version: 0.5.10-0
|
Version: 0.5.11-0
|
||||||
Binary: obs-service-set_version
|
Binary: obs-service-set_version
|
||||||
Provides: obs-service-set_version
|
Provides: obs-service-set_version
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2237b3bed434676281681aeaf14e14073ee11d0e1d2fb07c3ebab743eb7119f
|
|
||||||
size 15391
|
|
3
obs-service-set_version-0.5.11.tar.gz
Normal file
3
obs-service-set_version-0.5.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2dab442bcbf66b3447072dacb161d94a82a5ebf0ea5aa927829dab5b1543154d
|
||||||
|
size 15332
|
@ -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
|
Wed Sep 19 06:28:24 UTC 2018 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -15,11 +15,16 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1315
|
||||||
%bcond_without obs_scm_testsuite
|
%bcond_without obs_scm_testsuite
|
||||||
|
%else
|
||||||
|
%bcond_with obs_scm_testsuite
|
||||||
|
%endif
|
||||||
%define service set_version
|
%define service set_version
|
||||||
|
|
||||||
Name: obs-service-%{service}
|
Name: obs-service-%{service}
|
||||||
Version: 0.5.10
|
Version: 0.5.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: Update spec file version
|
Summary: An OBS source service: Update spec file version
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user