forked from pool/obs-service-replace_using_package_version
Accepting request 640750 from Virtualization:containers
- Update to version 1539069197.d0e12bd: * Bump version: 0.0.1 → 0.0.2 * Add bumpversion support * Add the `--parse-version` flag (fixes bsc#1111089) * Add a simple example in README.md * Adjusting readme and tests code style OBS-URL: https://build.opensuse.org/request/show/640750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-replace_using_package_version?expand=0&rev=2
This commit is contained in:
commit
f04f826abc
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/obs-service-replace_using_package_version.git</param>
|
||||
<param name="changesrevision">36ea78a0c49b10c8aeafbb0d5d0a81081bc67cff</param></service></servicedata>
|
||||
<param name="changesrevision">d0e12bd2a9d638b630e37f88659261c942a841d6</param></service></servicedata>
|
@ -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 (fixes bsc#1111089)
|
||||
* Add a simple example in README.md
|
||||
* Adjusting readme and tests code style
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 17:09:00 UTC 2018 - containers@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cad9753e6b71b31803d1c005e23c4c65d40cb32946f88b25adf5c51635bf5f8
|
||||
size 71680
|
||||
oid sha256:137f7c0fae5aa77f1bd2e9653cb09329bc67b8621e05347a109750afdada8662
|
||||
size 81920
|
||||
|
Loading…
x
Reference in New Issue
Block a user