From: xuhy Date: Fri, 19 Apr 2024 01:07:13 +0000 (+0800) Subject: Upgrade version to 2.0.2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F309980%2F1;p=tools%2Fgbs.git Upgrade version to 2.0.2 Change-Id: I7c036e12c6ee3928ea837b0bf21b94df51a86b3a Signed-off-by: xuhy --- diff --git a/debian/changelog b/debian/changelog index 4ef6826..3421a93 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gbs (2.0.2) unstable; urgency=high + * upgrade to gbs v2.0.2, which contains the following features: + * New feature and enhancements added: + * Fix run error: xml.etree.ElementTree.Element' object has + no attribute getchildren. + * Remove unnecssary file: test-requires + + -- Huayong Xu Fri, 19 Apr 2024 09:30:00 +0800 + gbs (2.0.1) unstable; urgency=high * upgrade to gbs v2.0.1, which contains the following features: * New feature and enhancements added: diff --git a/debian/control b/debian/control index 926c71b..fc1cf9c 100755 --- a/debian/control +++ b/debian/control @@ -32,8 +32,8 @@ Depends: ${misc:Depends}, ${python3:Depends}, python3-pycurl, osc (>= 0.170.1), git-buildpackage-rpm -Conflicts: gbs (<< 0.26.29) -Replaces: gbs (<< 0.26.29) +Conflicts: gbs (<< 2.0.1) +Replaces: gbs (<< 2.0.1) Description: GBS API This package contains gbs APIs, which can be used by external software. @@ -44,8 +44,8 @@ Depends: ${misc:Depends}, ${python3:Depends}, gbs-api (= ${binary:Version}), pristine-tar (>= 1.35-tizen20161231), git-buildpackage-rpm -Conflicts: gbs (<< 0.26.29) -Replaces: gbs (<< 0.26.29) +Conflicts: gbs (<< 2.0.1) +Replaces: gbs (<< 2.0.1) Description: GBS export API This package contains gbs export APIs, which can be used by external software. @@ -56,8 +56,8 @@ Depends: ${misc:Depends}, ${python3:Depends}, gbs-api (= ${binary:Version}), gbs-export (= ${binary:Version}), git-buildpackage-rpm -Conflicts: gbs (<< 0.26.29) -Replaces: gbs (<< 0.26.29) +Conflicts: gbs (<< 2.0.1) +Replaces: gbs (<< 2.0.1) Description: GBS remotebuild API This package contains gbs remotebuild APIs, which can be used by external software. diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 7191fea..9ae905f 100755 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,13 @@ +Release notes for gbs 2.0.2 +========================== + +- Release Date: 2024-4 + +- New feature and enhancements added: + * Fix run error: xml.etree.ElementTree.Element' object has + no attribute getchildren + * Remove unnecssary file: test-requires + Release notes for gbs 2.0.1 ========================== diff --git a/gitbuildsys/__init__.py b/gitbuildsys/__init__.py index 2272325..1a19240 100755 --- a/gitbuildsys/__init__.py +++ b/gitbuildsys/__init__.py @@ -20,4 +20,4 @@ module for gbs tool """ -__version__ = "2.0.1" +__version__ = "2.0.2" diff --git a/packaging/gbs.changes b/packaging/gbs.changes index b58ee85..d0d4526 100755 --- a/packaging/gbs.changes +++ b/packaging/gbs.changes @@ -1,3 +1,10 @@ +* Fri Apr 19 2024 Huayong Xu 2.0.2 + * upgrade to gbs v2.0.2, which contains the following features: + * New feature and enhancements added: + - Fix run error: xml.etree.ElementTree.Element' object has + no attribute getchildren + - Remove unnecssary file: test-requires + * Mon Jan 29 2024 Biao Wang 2.0.1 * upgrade to gbs v2.0.1, which contains the following features: * New feature and enhancements added: diff --git a/packaging/gbs.spec b/packaging/gbs.spec index b7f5301..2268dd4 100755 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -5,7 +5,7 @@ Name: gbs Summary: The command line tools for Tizen package developers -Version: 2.0.1 +Version: 2.0.2 %if 0%{?opensuse_bs} Release: 1.. %else @@ -43,7 +43,7 @@ be used to do packaging related tasks. %package api Summary: GBS APIs -Conflicts: gbs < 0.26.30 +Conflicts: gbs < 2.0.1 Requires: python3 Requires: python3-pycurl Requires: osc >= 0.170.1 @@ -55,7 +55,7 @@ external software. %package export Summary: GBS export module -Conflicts: gbs < 0.26.30 +Conflicts: gbs < 2.0.1 Requires: python3 Requires: tizen-pristine-tar >= 20161231 Requires: gbs-api = %{version}-%{release} @@ -67,7 +67,7 @@ external software. %package remotebuild Summary: GBS remotebuild module -Conflicts: gbs < 0.26.30 +Conflicts: gbs < 2.0.1 Requires: python3 Requires: gbs-api = %{version}-%{release} Requires: gbs-export = %{version}-%{release}