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:
Marcus Hüwe 2019-01-16 14:44:18 +00:00 committed by Git OBS Bridge
parent fa8e69e763
commit 82d203330d
8 changed files with 20 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc
pkgver=0.164.0
pkgver=0.164.1
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.0</param>
<param name="revision">0.164.0</param>
<param name="version">0.164.1</param>
<param name="revision">0.164.1</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.0) unstable; urgency=low
osc (0.164.1) 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:1d722b40b145a5791d1d00bbf510dba63b29d51a777a13fae7cc4724493a88e0
size 355348

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

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

View File

@ -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

View File

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

View File

@ -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 macros_file macros.osc
Name: osc
Version: 0.164.0
Version: 0.164.1
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0-or-later