Accepting request 180091 from openSUSE:Tools

new 0.140.0 release

OBS-URL: https://build.opensuse.org/request/show/180091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=82
This commit is contained in:
Stephan Kulow 2013-06-20 10:31:56 +00:00 committed by Git OBS Bridge
commit d0746a985b
7 changed files with 29 additions and 11 deletions

View File

@ -1,14 +1,14 @@
pkgname=osc pkgname=osc
pkgver=0.139.2 pkgver=0.140.0
pkgrel=1 pkgrel=0
pkgdesc="Open Build Service client" pkgdesc="Open Build Service client"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://www.github.com/openSUSE/osc" url="https://www.github.com/openSUSE/osc"
license=('GPL-2.0+' 'GPL-2.0') license=('GPL-2.0+' 'GPL-2.0')
groups=('base-devel') groups=('base-devel')
depends=('python2') depends=('python')
source=(osc-${pkgver}.tar.gz) source=(osc-${pkgver}.tar.gz)
md5sums=('c2f5ef8b09f31cf917265201c599e1e9') md5sums=('73e1028290953d1c552306dc7c4c8602')
package() { package() {
msg "Installing osc ..." msg "Installing osc ..."

View File

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

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Jun 20 08:48:40 UTC 2013 - adrian@suse.de
- 0.140.0
- support python 2.7 and python 3 in parallel now
- reworked plugin loading mechanism in order to avoid the (mass) breakage of existing
plugins due to the python 3 support. Nonetheless if a plugin uses the "@cmdln.option(...)"
decorator it has to import the cmdln module first via "from osc import cmdln".
- allow specifying directories as mv targets
- drop the support for deprecated cbinstall and cbpreinstall directives
- allow to set maintainer or bugowner ship for a binary package initially, but ask back if
this is the right place.
- support listing of deleted source files "ls -D $PROJECT $PACKAGE"
- build results do show that a succeeded is not yet published
- improved bash completions
- default build root includes repository and architecture name now
- --request-accept-or-revoke option, useful to handle mass approval of requests
- multiple minor bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 16 07:15:57 UTC 2013 - adrian@suse.de Tue Apr 16 07:15:57 UTC 2013 - adrian@suse.de

View File

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

View File

@ -17,7 +17,7 @@
Name: osc Name: osc
Version: 0.139.2 Version: 0.140.0
Release: 0 Release: 0
Summary: openSUSE Build Service Commander Summary: openSUSE Build Service Commander
License: GPL-2.0+ License: GPL-2.0+