Accepting request 666488 from home:mstrigl:branches:openSUSE:Tools
- 0.164.1 - rewrite cpio handling to support python3 - rewrite ar module to support python3 - enable fetch module to support python3 - rework progressbar hanlding (if module is not present) - improve os_path_samefile in core.py OBS-URL: https://build.opensuse.org/request/show/666488 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=276
This commit is contained in:
parent
56da657c00
commit
d9d8f8ecf9
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=0.164.0
|
pkgver=0.164.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Open Build Service client"
|
pkgdesc="Open Build Service client"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">0.164.0</param>
|
<param name="version">0.164.1</param>
|
||||||
<param name="revision">0.164.0</param>
|
<param name="revision">0.164.1</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>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
osc (0.164.0) unstable; urgency=low
|
osc (0.164.1) unstable; urgency=low
|
||||||
- Update to 0.161.1
|
- Update to 0.161.1
|
||||||
|
|
||||||
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200
|
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d722b40b145a5791d1d00bbf510dba63b29d51a777a13fae7cc4724493a88e0
|
|
||||||
size 355348
|
|
3
osc-0.164.1.tar.gz
Normal file
3
osc-0.164.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d47682ac9a5ed45ea34f69e357845c5f06899a674d53eafd3938efd81bd647ec
|
||||||
|
size 354855
|
10
osc.changes
10
osc.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 16 13:11:41 UTC 2019 - marco.strigl@suse.com
|
||||||
|
|
||||||
|
- 0.164.1
|
||||||
|
- rewrite cpio handling to support python3
|
||||||
|
- rewrite ar module to support python3
|
||||||
|
- enable fetch module to support python3
|
||||||
|
- rework progressbar hanlding (if module is not present)
|
||||||
|
- improve os_path_samefile in core.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 9 12:44:29 UTC 2019 - marco.strigl@suse.com
|
Wed Jan 9 12:44:29 UTC 2019 - marco.strigl@suse.com
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.164.0
|
Version: 0.164.1
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
4
osc.spec
4
osc.spec
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 0.164.0
|
%define version_unconverted 0.164.1
|
||||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||||
%define macros_file macros.osc
|
%define macros_file macros.osc
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 0.164.0
|
Version: 0.164.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Build Service Commander
|
Summary: Open Build Service Commander
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user