- Update to version 0.10.40:
* [dist] updated debian changelog * Add Python 3.12 to GitHub Actions * Switch from ConfigParser.readfp to ConfigParser.read_string OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=330
This commit is contained in:
parent
af84f0fa6b
commit
91357ddf3c
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=obs-service-tar_scm
|
||||
pkgver=0.10.39
|
||||
pkgver=0.10.40
|
||||
pkgrel=0
|
||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||
arch=('any')
|
||||
|
@ -12,6 +12,6 @@
|
||||
</service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">ce886908f2586834a3e8d123ea758ff332bd07c4</param>
|
||||
<param name="changesrevision">2e20b290fae9a1100d6e671502674995317db21c</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.10.39
|
||||
Version: 0.10.40
|
||||
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:cadadced6e51ea5a1096aeb2181cbc1b23d92685c3366a5ce79c7728dc5f832b
|
||||
size 154858
|
3
obs-service-tar_scm-0.10.40.tar.gz
Normal file
3
obs-service-tar_scm-0.10.40.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa3204fcb7f900a594e0dcc6cf5e6810e70d25f8eb965cc63dc1051650218432
|
||||
size 157174
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 12:40:31 UTC 2023 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.10.40:
|
||||
* [dist] updated debian changelog
|
||||
* Add Python 3.12 to GitHub Actions
|
||||
* Switch from ConfigParser.readfp to ConfigParser.read_string
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 05 17:01:56 UTC 2023 - dmueller@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.39
|
||||
Version: 0.10.39
|
||||
%define version_unconverted 0.10.40
|
||||
Version: 0.10.40
|
||||
Release: 0
|
||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user