Accepting request 723246 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/723246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-set_version?expand=0&rev=38
This commit is contained in:
commit
222c7e3a2a
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-set_version
|
pkgname=obs-service-set_version
|
||||||
pkgver=0.5.11
|
pkgver=0.5.12
|
||||||
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')
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
<param name="changesrevision">eaedc529acba421821e0e5dcb4956c66e7f315a9</param></service>
|
<param name="changesrevision">eaedc529acba421821e0e5dcb4956c66e7f315a9</param></service>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/obs-service-set_version.git</param>
|
<param name="url">https://github.com/openSUSE/obs-service-set_version.git</param>
|
||||||
<param name="changesrevision">74b26c829341eb4e0c3fff7c0585e8168eed76b9</param></service></servicedata>
|
<param name="changesrevision">2970e27b7e63a8151d923cc463f9e8bb24843a65</param></service></servicedata>
|
@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-set_version
|
Source: obs-service-set_version
|
||||||
Version: 0.5.11-0
|
Version: 0.5.12-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>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Standards-Version: 3.7.2
|
Standards-Version: 3.7.2
|
||||||
Build-Depends: debhelper (>= 7), python, flake8 | python-flake8, python-ddt, python-packaging
|
Build-Depends: debhelper (>= 7), python3, flake8 | python3-flake8, python3-ddt, python3-packaging
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:53b58e449ac91b66763cfde526003164ca81da3b0a7daff930e30a6c55e2e7f9
|
|
||||||
size 14827
|
|
3
obs-service-set_version-0.5.12.tar.gz
Normal file
3
obs-service-set_version-0.5.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d77bf5980a4aef9689bac56398437f7ec48e1e41901d22115481af7dec46f0d2
|
||||||
|
size 15302
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 07 08:27:33 UTC 2019 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.5.12:
|
||||||
|
* debian: set script shebang to python3
|
||||||
|
* debian: add python3 as a runtime dependency
|
||||||
|
* conditionally define PYTHON in Makefile
|
||||||
|
* debian: use python3 for building
|
||||||
|
* try to fix set_version:157:13: E117 over-indented (comment)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 16 15:13:14 UTC 2019 - John Whately <john+OpenSuse@whately.me>
|
Thu May 16 15:13:14 UTC 2019 - John Whately <john+OpenSuse@whately.me>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: obs-service-%{service}
|
Name: obs-service-%{service}
|
||||||
Version: 0.5.11
|
Version: 0.5.12
|
||||||
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
|
||||||
@ -51,7 +51,6 @@ Requires: python
|
|||||||
Recommends: %{use_python}-packaging
|
Recommends: %{use_python}-packaging
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a source service for openSUSE Build Service.
|
This is a source service for openSUSE Build Service.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user