- Update to version 0.10.0.1550589094.e2ae17d:

* move to python3
  * add python 3.6 to testing
  * added logging for better debugging changesgenerate
  * raise exception if no changesauthor given
  * removed python 2.6 from travis

- Update to version 0.9.5.1548407358.b62685b:
  * Stop using @opensuse.org addresses to indicate a missing address
  * move argparse dep to -common package
  * allow submodule and ssl options in appimage
  * sync spec file as used in openSUSE:Tools project

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=236
This commit is contained in:
Frank Schreiner 2019-02-19 15:53:05 +00:00 committed by Git OBS Bridge
parent b14ec559b3
commit 8ee059bd4b
7 changed files with 35 additions and 12 deletions

View File

@ -1,5 +1,5 @@
pkgname=obs-service-tar_scm
pkgver=0.9.5.1545082095.8dbc95f
pkgver=0.10.0.1550589094.e2ae17d
pkgrel=0
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
arch=('any')

View File

@ -5,4 +5,4 @@
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
<param name="changesrevision">9ac5f389079fbf89e1c06ce5ba9c0c5712c53769</param></service></servicedata>
<param name="changesrevision">647d7f7acd5b74b46cad06b2567e97428a5f70cd</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-tar-scm
Version: 0.9.5.1545082095.8dbc95f
Version: 0.10.0.1550589094.e2ae17d
Provides: obs-service-obs_scm, obs-service-tar
Binary: obs-service-tar_scm
Maintainer: Adrian Schroeter <adrian@suse.de>

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Feb 19 15:52:07 UTC 2019 - FSchreiner@suse.com
- Update to version 0.10.0.1550589094.e2ae17d:
* move to python3
* add python 3.6 and 3.7 to testing
* added logging for better debugging changesgenerate
* raise exception if no changesauthor given
* removed python 2.6 from travis
-------------------------------------------------------------------
Fri Feb 01 07:44:04 UTC 2019 - FSchreiner@suse.com
- Update to version 0.9.5.1548407358.b62685b:
* Stop using @opensuse.org addresses to indicate a missing address
* move argparse dep to -common package
* allow submodule and ssl options in appimage
* sync spec file as used in openSUSE:Tools project
-------------------------------------------------------------------
Mon Dec 17 21:29:43 UTC 2018 - opensuse-packaging@opensuse.org

View File

@ -19,8 +19,8 @@
%bcond_without obs_scm_testsuite
Name: obs-service-tar_scm
%define version_unconverted 0.9.5.1545082095.8dbc95f
Version: 0.9.5.1545082095.8dbc95f
%define version_unconverted 0.10.0.1550589094.e2ae17d
Version: 0.10.0.1550589094.e2ae17d
Release: 0
Summary: An OBS source service: create tar ball from svn/git/hg
License: GPL-2.0-or-later
@ -33,6 +33,7 @@ Source: %{name}-%{version}.tar.gz
%if %{with obs_scm_testsuite}
BuildRequires: bzr
BuildRequires: git-core
BuildRequires: glibc-locale
BuildRequires: mercurial
BuildRequires: subversion
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@ -49,9 +50,11 @@ BuildRequires: PyYAML
BuildRequires: glibc-locale
BuildRequires: python-PyYAML
%endif
BuildRequires: python-chardet
BuildRequires: python-dateutil
BuildRequires: python-lxml
BuildRequires: python-mock
BuildRequires: python-six
BuildRequires: python-unittest2
%endif
BuildRequires: python >= 2.6
@ -75,11 +78,8 @@ It supports downloading from svn, git, hg and bzr repositories.
%package -n obs-service-obs_scm-common
Summary: Common parts of SCM handling services
Group: Development/Tools/Building
Requires: python-chardet
Requires: python-dateutil
%if (0%{?fedora_version} && 0%{?fedora_version} < 26) || 0%{?centos} == 6 || 0%{?centos} == 7
BuildRequires: python-argparse
Requires: python-argparse
%endif
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
Requires: PyYAML
%else
@ -100,6 +100,10 @@ Summary: Creates a tar archive from local directory
Group: Development/Tools/Building
Requires: obs-service-obs_scm-common = %version-%release
Provides: obs-service-tar_scm:/usr/lib/obs/service/tar.service
%if (0%{?fedora_version} && 0%{?fedora_version} < 26) || 0%{?centos} == 6 || 0%{?centos} == 7
BuildRequires: python-argparse
Requires: python-argparse
%endif
%description -n obs-service-tar
Creates a tar archive from local directory