diff --git a/PKGBUILD b/PKGBUILD index b1f5127..807f992 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') diff --git a/_service b/_service index 83d978d..3fb52f5 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - git@github.com:openSUSE/obs-service-set_version.git + https://github.com/openSUSE/obs-service-set_version.git git .git git-master diff --git a/_servicedata b/_servicedata index ab001e6..d8c9ba6 100644 --- a/_servicedata +++ b/_servicedata @@ -2,4 +2,6 @@ git@github.com:openSUSE/obs-service-set_version.git eaedc529acba421821e0e5dcb4956c66e7f315a9 - \ No newline at end of file + + https://github.com/openSUSE/obs-service-set_version.git + 74b26c829341eb4e0c3fff7c0585e8168eed76b9 \ No newline at end of file diff --git a/debian.dsc b/debian.dsc index fef81b4..52af410 100644 --- a/debian.dsc +++ b/debian.dsc @@ -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 diff --git a/obs-service-set_version-0.5.10.tar.gz b/obs-service-set_version-0.5.10.tar.gz deleted file mode 100644 index 12cd8d5..0000000 --- a/obs-service-set_version-0.5.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2237b3bed434676281681aeaf14e14073ee11d0e1d2fb07c3ebab743eb7119f -size 15391 diff --git a/obs-service-set_version-0.5.11.tar.gz b/obs-service-set_version-0.5.11.tar.gz new file mode 100644 index 0000000..bfe8325 --- /dev/null +++ b/obs-service-set_version-0.5.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dab442bcbf66b3447072dacb161d94a82a5ebf0ea5aa927829dab5b1543154d +size 15332 diff --git a/obs-service-set_version.changes b/obs-service-set_version.changes index a170985..de68a24 100644 --- a/obs-service-set_version.changes +++ b/obs-service-set_version.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Nov 26 18:04:26 CET 2018 - ro@suse.de + +- for now obs_scm_testsuite only for > 1315, needed python stuff + not available otherwise + +------------------------------------------------------------------- +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 diff --git a/obs-service-set_version.spec b/obs-service-set_version.spec index d4b4c54..2574018 100644 --- a/obs-service-set_version.spec +++ b/obs-service-set_version.spec @@ -15,11 +15,16 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + +%if 0%{?suse_version} > 1315 %bcond_without obs_scm_testsuite +%else +%bcond_with obs_scm_testsuite +%endif %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