Accepting request 822116 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/822116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=61
This commit is contained in:
commit
2c00974bab
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=obs-service-tar_scm
|
||||
pkgver=0.10.16.1590752286.5c27247
|
||||
pkgver=0.10.16.1595245235.15a0df2
|
||||
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">5c2724775d16e61177625a7c0d4a28d9e1c95070</param></service></servicedata>
|
||||
<param name="changesrevision">15a0df276c186a9cd77447414f4d9a19f0078e9a</param></service></servicedata>
|
@ -1,17 +1,17 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.10.16.1590752286.5c27247
|
||||
Version: 0.10.16.1595245235.15a0df2
|
||||
Provides: obs-service-obs_scm, obs-service-tar
|
||||
Binary: obs-service-tar_scm
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
Standards-Version: 3.7.2
|
||||
Build-Depends: debhelper (>= 8.0.0), python (>= 2.6), python-argparse | python (>= 2.7), python-dateutil
|
||||
Build-Depends: debhelper (>= 8.0.0), python3, python-argparse, python3-dateutil, dh-python
|
||||
|
||||
Package: obs-service-tar-scm
|
||||
Architecture: all
|
||||
Provides: obs-service-obs-scm, obs-service-tar
|
||||
Depends: ${misc:Depends}, ${python:Depends}, bzr, git, subversion, cpio, python-dateutil, python-yaml
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, bzr, git, subversion, cpio, python3-dateutil, python3-yaml
|
||||
Recommends: mercurial
|
||||
Description: An OBS source service: fetches SCM tarballs
|
||||
This is a source service for openSUSE Build Service.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec277fb618deb9ee2642da4a9de5e31ee2469b2818ebbca7a682a272543d9274
|
||||
size 80082
|
3
obs-service-tar_scm-0.10.16.1595245235.15a0df2.tar.gz
Normal file
3
obs-service-tar_scm-0.10.16.1595245235.15a0df2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eaa1ca7c46bf372bb9313392c4e74e776fdd439ecf0c1633a077d385d9d8267e
|
||||
size 80172
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 20 12:05:22 UTC 2020 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.10.16.1595245235.15a0df2:
|
||||
* Build with python 3 for Debian and Ubuntu
|
||||
* [doc] added allowed urls in documentation of tar_scm.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 12:38:35 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -111,8 +111,8 @@ Recommends: %{use_python}-keyrings.alt \
|
||||
|
||||
%define pkg_name obs-service-tar_scm
|
||||
Name: %{pkg_name}%{nsuffix}
|
||||
%define version_unconverted 0.10.16.1590752286.5c27247
|
||||
Version: 0.10.16.1590752286.5c27247
|
||||
%define version_unconverted 0.10.16.1595245235.15a0df2
|
||||
Version: 0.10.16.1595245235.15a0df2
|
||||
Release: 0
|
||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||
License: GPL-2.0-or-later
|
||||
@ -131,6 +131,7 @@ BuildRequires: %{use_python}-keyring
|
||||
BuildRequires: %{use_python}-keyrings.alt
|
||||
BuildRequires: %{use_python}-mock
|
||||
BuildRequires: %{use_python}-six
|
||||
BuildRequires: %{use_python}-unittest2
|
||||
BuildRequires: bzr
|
||||
BuildRequires: git-core
|
||||
BuildRequires: mercurial
|
||||
|
Loading…
Reference in New Issue
Block a user