Accepting request 900210 from openSUSE:Tools
- Update to version 0.10.26.1623775884.87f49a8: * fixed include/exclude filtering * add '--' to git log command if file/dir equal revision exists * add '--source' to git log command * disabled consider-using-with in .pylint*rc * package .gitignore files * Fix version _none_ generate tarball with '-' * Prevent KeyError in check_for_branch_request method * removed skipped test case (obsolete since 5 yrs) * testing for obscpio/obsinfo * fix regression - obsinfo included the version string * Revert "remove useless variables" * remove useless variables * added param --without-version * extracted dstname to _dstname * cleanup TarSCM/tasks.py for pylint * add date/time to logging output for better debugging * Fix typos OBS-URL: https://build.opensuse.org/request/show/900210 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=66
This commit is contained in:
commit
42dc365a7c
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=obs-service-tar_scm
|
||||
pkgver=0.10.22.1615538418.07a353d
|
||||
pkgver=0.10.26.1623775884.87f49a8
|
||||
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">dfdb887643e27ed956ece3a57701ff97aa6f9d35</param></service></servicedata>
|
||||
<param name="changesrevision">c7c1213693de8ac641c9802f260df8559467c37f</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.10.22.1615538418.07a353d
|
||||
Version: 0.10.26.1623775884.87f49a8
|
||||
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:26c0fc802948f7f75663548d3903a6f72680b9499589bed43760c9c8fead7420
|
||||
size 231890
|
3
obs-service-tar_scm-0.10.26.1623775884.87f49a8.tar.gz
Normal file
3
obs-service-tar_scm-0.10.26.1623775884.87f49a8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29c518e6a29f6ce48f1b6dd836a1a28de4db04b5c0ea1c8f93118f049ec9f40d
|
||||
size 88921
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 15 17:02:19 UTC 2021 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.10.26.1623775884.87f49a8:
|
||||
* fixed include/exclude filtering
|
||||
* add '--' to git log command if file/dir equal revision exists
|
||||
* add '--source' to git log command
|
||||
* disabled consider-using-with in .pylint*rc
|
||||
* package .gitignore files
|
||||
* Fix version _none_ generate tarball with '-'
|
||||
* Prevent KeyError in check_for_branch_request method
|
||||
* removed skipped test case (obsolete since 5 yrs)
|
||||
* testing for obscpio/obsinfo
|
||||
* fix regression - obsinfo included the version string
|
||||
* Revert "remove useless variables"
|
||||
* remove useless variables
|
||||
* added param --without-version
|
||||
* extracted dstname to _dstname
|
||||
* cleanup TarSCM/tasks.py for pylint
|
||||
* add date/time to logging output for better debugging
|
||||
* Fix typos
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 12 08:44:03 UTC 2021 - FSchreiner@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package obs-service-tar_scm-test
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -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.22.1615538418.07a353d
|
||||
Version: 0.10.22.1615538418.07a353d
|
||||
%define version_unconverted 0.10.26.1623775884.87f49a8
|
||||
Version: 0.10.26.1623775884.87f49a8
|
||||
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