- 0.164.2

- deleterequest for entire projects needs the --all option as additional protection
  - rewrite packagequery to support python3
  - rewrite oscerr module to support python3
  - rewrite archqeury and debquery to support python3
  - Export vc env vars when running a source service

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=279
This commit is contained in:
Marco Strigl 2019-02-12 08:20:16 +00:00 committed by Git OBS Bridge
parent c66a7460e1
commit 6dbeae2852
8 changed files with 20 additions and 10 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
osc (0.164.1) unstable; urgency=low
osc (0.164.2) unstable; urgency=low
- Update to 0.161.1
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Feb 12 08:14:30 UTC 2019 - marco.strigl@suse.com
- 0.164.2
- deleterequest for entire projects needs the --all option as additional protection
- rewrite packagequery to support python3
- rewrite oscerr module to support python3
- rewrite archqeury and debquery to support python3
- Export vc env vars when running a source service
-------------------------------------------------------------------
Wed Jan 16 13:11:41 UTC 2019 - marco.strigl@suse.com

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 0.164.1
Version: 0.164.2
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -16,12 +16,12 @@
#
%define version_unconverted 0.164.1
%define version_unconverted 0.164.2
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc
Name: osc
Version: 0.164.1
Version: 0.164.2
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0-or-later