- 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/package/show/openSUSE:Tools/osc?expand=0&rev=345
This commit is contained in:
parent
c6872948f3
commit
aff970d7ca
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=0.171.0
|
||||
pkgver=0.172.0
|
||||
pkgrel=0
|
||||
pkgdesc="Open Build Service client"
|
||||
arch=('x86_64')
|
||||
|
4
_service
4
_service
@ -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>
|
||||
|
@ -1,3 +1,21 @@
|
||||
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
|
||||
|
||||
|
@ -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
3
osc-0.172.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b498537157a6b0153d3b80c908b6bbec0119e4d71e0ad48d39e12f02d55517c9
|
||||
size 369620
|
18
osc.changes
18
osc.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 0.171.0-1
|
||||
Version: 0.172.0-0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
10
osc.spec
10
osc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package osc
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -27,17 +27,17 @@
|
||||
%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
|
||||
Group: Development/Tools/Other
|
||||
URL: https://github.com/openSUSE/osc
|
||||
Url: https://github.com/openSUSE/osc
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: debian.dirs
|
||||
Source2: debian.docs
|
||||
|
Loading…
Reference in New Issue
Block a user