- Update to version 0.10.30.1641990734.bdad8f9:
* fixes for python2.7 compatibility * fix test cases * fix various linter problems with pylint 2.11.1 * disable consider-using-f-string in pylint * added TC for _stash_pop_required * assertTarIsDeeply now more verbose in case of failure * remove tearDown/Trace from testenv.py * fix regression to keep local changes when running in osc * various fixes to make linter happy * fix tests for python 2.7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=310
This commit is contained in:
parent
38b266d4fd
commit
13dce69927
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=obs-service-tar_scm
|
||||
pkgver=0.10.29.1634038025.85bfc3f
|
||||
pkgver=0.10.30.1641990734.bdad8f9
|
||||
pkgrel=0
|
||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||
arch=('any')
|
||||
|
@ -7,4 +7,6 @@
|
||||
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">85bfc3fabb06212b49a389afb3310bfbf2996913</param></service></servicedata>
|
||||
<param name="changesrevision">85bfc3fabb06212b49a389afb3310bfbf2996913</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">bdad8f941c0455ea30970aaee53b9e47ba26c93c</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.10.29.1634038025.85bfc3f
|
||||
Version: 0.10.30.1641990734.bdad8f9
|
||||
Provides: obs-service-obs_scm, obs-service-tar
|
||||
Binary: obs-service-tar_scm
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97ec5f29ba29b96ae5d689415416d3b0ed0f801165e09274df1acf21b904556a
|
||||
size 90848
|
3
obs-service-tar_scm-0.10.30.1641990734.bdad8f9.tar.gz
Normal file
3
obs-service-tar_scm-0.10.30.1641990734.bdad8f9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94062fab13deb58f0f552f4420d7a7aebc5992b0cc05a3dddc1a9b6e57b15de6
|
||||
size 91343
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 12:45:18 UTC 2022 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.10.30.1641990734.bdad8f9:
|
||||
* fixes for python2.7 compatibility
|
||||
* fix test cases
|
||||
* fix various linter problems with pylint 2.11.1
|
||||
* disable consider-using-f-string in pylint
|
||||
* added TC for _stash_pop_required
|
||||
* assertTarIsDeeply now more verbose in case of failure
|
||||
* remove tearDown/Trace from testenv.py
|
||||
* fix regression to keep local changes when running in osc
|
||||
* various fixes to make linter happy
|
||||
* fix tests for python 2.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 23 09:01:11 UTC 2021 - FSchreiner@suse.com
|
||||
|
||||
|
@ -119,8 +119,8 @@ Recommends: %{use_python}-keyrings.alt \
|
||||
|
||||
%define pkg_name obs-service-tar_scm
|
||||
Name: %{pkg_name}%{nsuffix}
|
||||
%define version_unconverted 0.10.29.1634038025.85bfc3f
|
||||
Version: 0.10.29.1634038025.85bfc3f
|
||||
%define version_unconverted 0.10.30.1641990734.bdad8f9
|
||||
Version: 0.10.30.1641990734.bdad8f9
|
||||
Release: 0
|
||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user