1
0
forked from pool/osc

Accepting request 867257 from openSUSE:Tools

- 0.172.0:
  * support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
    remotebuildlog" + friends (perform the corresponding operation on
    the build log of the last successful build)
  * fix pypi deployment via Travis CI
  * several fixes in request related code paths (no double html_escape
    of a request's description etc.)
  * support local builds in a systemd-nspawn container
  * fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and
    util.ar modules
  * support local flatpak builds (requires a recent build version)
  * "osc init <prj>" works for a non-existent (server-side) project <prj>
  * .old dir support for source services so that some services have access
    to the results of a previous service run

OBS-URL: https://build.opensuse.org/request/show/867257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=153
This commit is contained in:
Dominique Leuenberger 2021-01-27 18:02:46 +00:00 committed by Git OBS Bridge
commit 5e5f827833
10 changed files with 56 additions and 14 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc
pkgver=0.171.0
pkgver=0.172.0
pkgrel=0
pkgdesc="Open Build Service client"
arch=('x86_64')

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.171.0</param>
<param name="revision">0.171.0</param>
<param name="version">0.172.0</param>
<param name="revision">0.172.0</param>
<param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param>
</service>

View File

@ -1,4 +1,22 @@
osc (0.171.0) unstable; urgency=low
osc (0.172.0-0) unstable; urgency=low
- Update to 0.172.0:
- support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
remotebuildlog" + friends (perform the corresponding operation on
the build log of the last successful build)
- fix pypi deployment via Travis CI
- several fixes in request related code paths (no double html_escape
of a request's description etc.)
- support local builds in a systemd-nspawn container
- fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and
util.ar modules
- support local flatpak builds (requires a recent build version)
- "osc init <prj>" works for a non-existent (server-side) project <prj>
- .old dir support for source services so that some services have access
to the results of a previous service run
-- Marcus Huewe <suse-tux@gmx.de> Wed, 27 Jan 2021 14:28:11 +0100
osc (0.171.0-1) unstable; urgency=low
- Package for Python3
-- Nick Brown <nick.brown@att.com> Wed, 30 Jan 2020 14:49:30 +0000

View File

@ -1 +1 @@
9
10

View File

@ -1,7 +1,7 @@
Source: osc
Priority: extra
Maintainer: Adrian Schroeter <adrian@suse.de>, Rene Engelhard <rengelhard@suse.de>
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools
Standards-Version: 3.7.1
Section: devel

View File

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

3
osc-0.172.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Jan 27 16:40:47 UTC 2021 - Marcus Hüwe <suse-tux@gmx.de>
- reformat spec with a recent version of the obs-service-format_spec_file
service
-------------------------------------------------------------------
Wed Jan 27 13:31:51 UTC 2021 - Marcus Hüwe <suse-tux@gmx.de>
- 0.172.0:
* support --lastsucceeded/--last-succeeded in "osc buildlog", "osc
remotebuildlog" + friends (perform the corresponding operation on
the build log of the last successful build)
* fix pypi deployment via Travis CI
* several fixes in request related code paths (no double html_escape
of a request's description etc.)
* support local builds in a systemd-nspawn container
* fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and
util.ar modules
* support local flatpak builds (requires a recent build version)
* "osc init <prj>" works for a non-existent (server-side) project <prj>
* .old dir support for source services so that some services have access
to the results of a previous service run
-------------------------------------------------------------------
Tue Nov 10 13:42:55 UTC 2020 - Marco Strigl <marco.strigl@suse.com>

View File

@ -1,8 +1,8 @@
Format: 1.0
Source: osc
Version: 0.171.0
Version: 0.172.0-0
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any
Standards-Version: 3.7.1
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools

View File

@ -1,7 +1,7 @@
#
# spec file for package osc
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,12 +27,12 @@
%define use_python python
%endif
%define version_unconverted 0.171.0
%define version_unconverted 0.172.0
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc
Name: osc
Version: 0.171.0
Version: 0.172.0
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0-or-later