Accepting request 1096990 from openSUSE:Tools
- Update to version 0.10.39: * Add gpg as a dependency (needed for gpg validation) - Update to version 0.10.38: * Python 2 is no longer supported by GitHub actions, stop testing it * FD leak / flake8 / py311 fixes * updated debian files * disabled pylint 'no-member' because of false positives in py311 * removed unittest2 from BuildRequires in spec * fixed fixtures and new Exception class * updated KankuFile to Tumbleweed and removed python2 tests OBS-URL: https://build.opensuse.org/request/show/1096990 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=76
This commit is contained in:
commit
0856361b81
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-tar_scm
|
pkgname=obs-service-tar_scm
|
||||||
pkgver=0.10.36
|
pkgver=0.10.39
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
8
_service
8
_service
@ -3,15 +3,13 @@
|
|||||||
<param name="url">https://github.com/openSUSE/obs-service-tar_scm.git</param>
|
<param name="url">https://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="version">0.10.36</param>
|
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="revision">master</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="extract">dist/obs-service-tar_scm.spec</param>
|
<param name="extract">dist/obs-service-tar_scm.spec</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="extract">dist/debian.dsc</param>
|
||||||
<param name="revision">0.10.36</param>
|
|
||||||
<!--
|
|
||||||
<param name="latest-signed-tag">true</param>
|
<param name="latest-signed-tag">true</param>
|
||||||
<param name="maintainers-asc">_maintainers</param>
|
<param name="maintainers-asc">_maintainers</param>
|
||||||
-->
|
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="disabled">
|
||||||
<param name="basename">obs-service-tar_scm</param>
|
<param name="basename">obs-service-tar_scm</param>
|
||||||
|
19
_servicedata
19
_servicedata
@ -2,15 +2,16 @@
|
|||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">d44d677cf006d48b261f5e2054ba2126bed64ae1</param></service>
|
<param name="changesrevision">d44d677cf006d48b261f5e2054ba2126bed64ae1</param></service>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param>
|
||||||
<service name="tar_scm">
|
</service>
|
||||||
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">85bfc3fabb06212b49a389afb3310bfbf2996913</param></service><service name="tar_scm">
|
<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="url">https://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">gpg: Signature made Fri 19 May 2023 02:54:32 PM CEST
|
<param name="changesrevision">ce886908f2586834a3e8d123ea758ff332bd07c4</param>
|
||||||
gpg: using RSA key D50175CE6FE935BBF28602C5918D8C954C08DB67
|
</service>
|
||||||
gpg: Good signature from "Adrian Schroeter (OBS Project Manager) <adrian@suse.de>" [ultimate]
|
</servicedata>
|
||||||
Primary key fingerprint: D501 75CE 6FE9 35BB F286 02C5 918D 8C95 4C08 DB67
|
|
||||||
cf704bc3d3eaa7867c2ca6c029112c26b58294ef</param></service></servicedata>
|
|
@ -1,12 +1,12 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-tar-scm
|
Source: obs-service-tar-scm
|
||||||
Version: 0.10.36
|
Version: 0.10.39
|
||||||
Provides: obs-service-obs_scm, obs-service-tar
|
Provides: obs-service-obs_scm, obs-service-tar
|
||||||
Binary: obs-service-tar_scm
|
Binary: obs-service-tar_scm
|
||||||
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 (>= 8.0.0), python3, python-argparse, python3-dateutil, dh-python
|
Build-Depends: debhelper (>= 8.0.0), python3, python3-dateutil, dh-python, python3-yaml
|
||||||
|
|
||||||
Package: obs-service-tar-scm
|
Package: obs-service-tar-scm
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c50d8ce93646e149fa78c21e1d187428d1ff0c21e74833c489aacb445fc186b4
|
|
||||||
size 156768
|
|
3
obs-service-tar_scm-0.10.39.tar.gz
Normal file
3
obs-service-tar_scm-0.10.39.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cadadced6e51ea5a1096aeb2181cbc1b23d92685c3366a5ce79c7728dc5f832b
|
||||||
|
size 154858
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 05 17:01:56 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.39:
|
||||||
|
* Add gpg as a dependency (needed for gpg validation)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 05 12:33:14 UTC 2023 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.38:
|
||||||
|
* Python 2 is no longer supported by GitHub actions, stop testing it
|
||||||
|
* FD leak / flake8 / py311 fixes
|
||||||
|
* updated debian files
|
||||||
|
* disabled pylint 'no-member' because of false positives in py311
|
||||||
|
* removed unittest2 from BuildRequires in spec
|
||||||
|
* fixed fixtures and new Exception class
|
||||||
|
* updated KankuFile to Tumbleweed and removed python2 tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 19 14:37:24 UTC 2023 - adrian@suse.de
|
Fri May 19 14:37:24 UTC 2023 - adrian@suse.de
|
||||||
|
|
||||||
|
@ -119,8 +119,8 @@ Recommends: %{use_python}-keyrings.alt \
|
|||||||
|
|
||||||
%define pkg_name obs-service-tar_scm
|
%define pkg_name obs-service-tar_scm
|
||||||
Name: %{pkg_name}%{nsuffix}
|
Name: %{pkg_name}%{nsuffix}
|
||||||
%define version_unconverted 0.10.36
|
%define version_unconverted 0.10.39
|
||||||
Version: 0.10.36
|
Version: 0.10.39
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -138,9 +138,9 @@ BuildRequires: %{pkg_name} = %{version}
|
|||||||
BuildRequires: %{use_python}-keyring
|
BuildRequires: %{use_python}-keyring
|
||||||
BuildRequires: %{use_python}-keyrings.alt
|
BuildRequires: %{use_python}-keyrings.alt
|
||||||
BuildRequires: %{use_python}-six
|
BuildRequires: %{use_python}-six
|
||||||
BuildRequires: %{use_python}-unittest2
|
|
||||||
BuildRequires: bzr
|
BuildRequires: bzr
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
|
BuildRequires: gpg
|
||||||
BuildRequires: mercurial
|
BuildRequires: mercurial
|
||||||
BuildRequires: subversion
|
BuildRequires: subversion
|
||||||
%if !%{with python3}
|
%if !%{with python3}
|
||||||
|
Loading…
Reference in New Issue
Block a user