12
0

- Update to version 0.5.11:

* fix code to pass flake8 tests for python3
  * fix zipfile crash also for python2.7
  * avoid error with latest flake8 about unused variable
  * allow running tests with python3
  * second place where zip file handling can crash
  * avoid crashes due to false is_zipfile() response
  * Add python-flake8 to test suite package list
  * Fix indentation of condition
  * Fix basename to match documentation (#54)

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=92
This commit is contained in:
Frank Schreiner
2018-11-16 18:10:34 +00:00
committed by Git OBS Bridge
parent f6d48a74e4
commit a257f84fe7
7 changed files with 23 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
pkgname=obs-service-set_version
pkgver=0.5.10
pkgver=0.5.11
pkgrel=0
pkgdesc="An OBS source service: Update spec file version"
arch=('i686' 'x86_64')

View File

@@ -2,4 +2,6 @@
<service name="tar_scm">
<param name="url">git@github.com:openSUSE/obs-service-set_version.git</param>
<param name="changesrevision">eaedc529acba421821e0e5dcb4956c66e7f315a9</param></service>
</servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/obs-service-set_version.git</param>
<param name="changesrevision">74b26c829341eb4e0c3fff7c0585e8168eed76b9</param></service></servicedata>

View File

@@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-set_version
Version: 0.5.10-0
Version: 0.5.11-0
Binary: obs-service-set_version
Provides: obs-service-set_version
Maintainer: Adrian Schroeter <adrian@suse.de>

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Nov 16 18:09:57 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 0.5.11:
* fix code to pass flake8 tests for python3
* fix zipfile crash also for python2.7
* avoid error with latest flake8 about unused variable
* allow running tests with python3
* second place where zip file handling can crash
* avoid crashes due to false is_zipfile() response
* Add python-flake8 to test suite package list
* Fix indentation of condition
* Fix basename to match documentation (#54)
-------------------------------------------------------------------
Wed Sep 19 06:28:24 UTC 2018 - adrian@suse.de

View File

@@ -20,7 +20,7 @@
%define service set_version
Name: obs-service-%{service}
Version: 0.5.10
Version: 0.5.11
Release: 0
Summary: An OBS source service: Update spec file version
License: GPL-2.0-or-later