- Update to version 0.10.29.1634038025.85bfc3f:
* 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 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=308
This commit is contained in:
parent
b299c6ca66
commit
0ff0ae79f3
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=obs-service-tar_scm
|
||||
pkgver=0.10.28.1632141620.a8837d3
|
||||
pkgver=0.10.29.1634038025.85bfc3f
|
||||
pkgrel=0
|
||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||
arch=('any')
|
||||
|
@ -7,4 +7,4 @@
|
||||
<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">a8837d3a97e8eb6640d219514bc21d3dd6be8d3a</param></service></servicedata>
|
||||
<param name="changesrevision">85bfc3fabb06212b49a389afb3310bfbf2996913</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.10.28.1632141620.a8837d3
|
||||
Version: 0.10.29.1634038025.85bfc3f
|
||||
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:55ab6e677c8dc7337b5440004cb9d1bf8d7f0a5a46db05720338d853d0ec0814
|
||||
size 90699
|
3
obs-service-tar_scm-0.10.29.1634038025.85bfc3f.tar.gz
Normal file
3
obs-service-tar_scm-0.10.29.1634038025.85bfc3f.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97ec5f29ba29b96ae5d689415416d3b0ed0f801165e09274df1acf21b904556a
|
||||
size 90848
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 23 09:01:11 UTC 2021 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.10.29.1634038025.85bfc3f:
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 13:35:30 UTC 2021 - FSchreiner@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?fedora_version}%{?rhel}
|
||||
%if 0%{?fedora_version}%{?centos_version}%{?rhel_version}%{?almalinux}
|
||||
%define _pkg_base %nil
|
||||
%else
|
||||
%define _pkg_base -base
|
||||
@ -40,7 +40,7 @@
|
||||
ExclusiveArch: skip-build
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29 || 0%{?rhel} >= 8
|
||||
%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?almalinux} >= 8
|
||||
%bcond_without python3
|
||||
%else
|
||||
%bcond_with python3
|
||||
@ -71,14 +71,14 @@ ExclusiveArch: skip-build
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora_version} || 0%{?rhel}
|
||||
%if 0%{?fedora_version} >= 29 || 0%{?rhel} >= 8
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} || 0%{?scientificlinux_version} || 0%{?almalinux}
|
||||
%if 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?almalinux} >= 8
|
||||
%define pyyaml_package %{use_python}-PyYAML
|
||||
%else
|
||||
%define pyyaml_package PyYAML
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora_version} >= 24 || 0%{?rhel} >= 8
|
||||
%if 0%{?fedora_version} >= 24 || 0%{?rhel_version} >= 800 || 0%{?centos_version} >= 800 || 0%{?almalinux} >= 8
|
||||
%define locale_package glibc-langpack-en
|
||||
%else
|
||||
%define locale_package glibc-common
|
||||
@ -92,7 +92,7 @@ ExclusiveArch: skip-build
|
||||
|
||||
# Mageia 8 has package names python-*
|
||||
# but requires python3 in shebang
|
||||
%if 0%{?mageia} >= 8 || 0%{?rhel} >= 8
|
||||
%if 0%{?mageia} >= 8 || 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800 || 0%{?almalinux} >= 8
|
||||
%define python_path %{_bindir}/python3
|
||||
%else
|
||||
%define python_path %{_bindir}/%{use_python}
|
||||
@ -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.28.1632141620.a8837d3
|
||||
Version: 0.10.28.1632141620.a8837d3
|
||||
%define version_unconverted 0.10.29.1634038025.85bfc3f
|
||||
Version: 0.10.29.1634038025.85bfc3f
|
||||
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