From 934d721bcedc017a4ed290d5087ca2f4ca991020b9e374e94c4646f041abe27c Mon Sep 17 00:00:00 2001 From: David Cassany Date: Tue, 9 Oct 2018 07:31:50 +0000 Subject: [PATCH 1/2] =?UTF-8?q?-=20Update=20to=20version=201539069197.d0e1?= =?UTF-8?q?2bd:=20=20=20*=20Bump=20version:=200.0.1=20=E2=86=92=200.0.2=20?= =?UTF-8?q?=20=20*=20Add=20bumpversion=20support=20=20=20*=20Add=20the=20`?= =?UTF-8?q?--parse-version`=20flag=20=20=20*=20Add=20a=20simple=20example?= =?UTF-8?q?=20in=20README.md=20=20=20*=20Adjusting=20readme=20and=20tests?= =?UTF-8?q?=20code=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/obs-service-replace_using_package_version?expand=0&rev=7 --- _servicedata | 2 +- obs-service-replace_using_package_version.changes | 10 ++++++++++ obs-service-replace_using_package_version.spec | 11 +++++++---- replace_using_package_version.tar | 4 ++-- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/_servicedata b/_servicedata index c428843..ef35e2c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/obs-service-replace_using_package_version.git - 36ea78a0c49b10c8aeafbb0d5d0a81081bc67cff \ No newline at end of file + d0e12bd2a9d638b630e37f88659261c942a841d6 \ No newline at end of file diff --git a/obs-service-replace_using_package_version.changes b/obs-service-replace_using_package_version.changes index d0bfab7..359677c 100644 --- a/obs-service-replace_using_package_version.changes +++ b/obs-service-replace_using_package_version.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 09 07:24:59 UTC 2018 - containers@suse.com + +- Update to version 1539069197.d0e12bd: + * Bump version: 0.0.1 → 0.0.2 + * Add bumpversion support + * Add the `--parse-version` flag + * Add a simple example in README.md + * Adjusting readme and tests code style + ------------------------------------------------------------------- Tue Mar 20 17:09:00 UTC 2018 - containers@suse.com diff --git a/obs-service-replace_using_package_version.spec b/obs-service-replace_using_package_version.spec index b5098a9..dd2c7a0 100644 --- a/obs-service-replace_using_package_version.spec +++ b/obs-service-replace_using_package_version.spec @@ -1,5 +1,5 @@ # -# spec file for package obs-service-replace_with_package_version +# spec file for package obs-service-replace_using_package_version # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -13,11 +13,14 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + # %define service replace_using_package_version Name: obs-service-%{service} -Version: 0.0.1 +Version: 0.0.2 Release: 0 Summary: An OBS service: Replaces a regex with the version value of a package License: GPL-3.0-or-later @@ -26,12 +29,12 @@ Url: https://github.com/openSUSE/obs-service-%{service} Source0: %{service}.tar %if 0%{?suse_version} > 1315 BuildRequires: python3-setuptools -Requires: python3-setuptools Requires: python3-docopt +Requires: python3-setuptools %else BuildRequires: python-setuptools -Requires: python-setuptools Requires: python-docopt +Requires: python-setuptools %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch diff --git a/replace_using_package_version.tar b/replace_using_package_version.tar index 096e262..7a36e44 100644 --- a/replace_using_package_version.tar +++ b/replace_using_package_version.tar @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cad9753e6b71b31803d1c005e23c4c65d40cb32946f88b25adf5c51635bf5f8 -size 71680 +oid sha256:137f7c0fae5aa77f1bd2e9653cb09329bc67b8621e05347a109750afdada8662 +size 81920 From 8d97b65512d85dd81e74ddf7ee643be875983c3ff254fc36fd59082b04c5e48f Mon Sep 17 00:00:00 2001 From: David Cassany Date: Tue, 9 Oct 2018 07:41:28 +0000 Subject: [PATCH 2/2] * Add the `--parse-version` flag (fixes bsc#1111089) OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/obs-service-replace_using_package_version?expand=0&rev=8 --- obs-service-replace_using_package_version.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs-service-replace_using_package_version.changes b/obs-service-replace_using_package_version.changes index 359677c..73c87ee 100644 --- a/obs-service-replace_using_package_version.changes +++ b/obs-service-replace_using_package_version.changes @@ -4,7 +4,7 @@ Tue Oct 09 07:24:59 UTC 2018 - containers@suse.com - Update to version 1539069197.d0e12bd: * Bump version: 0.0.1 → 0.0.2 * Add bumpversion support - * Add the `--parse-version` flag + * Add the `--parse-version` flag (fixes bsc#1111089) * Add a simple example in README.md * Adjusting readme and tests code style