Upgrade version to 2.0.2 80/309980/1
authorxuhy <huayong.xu@samsung.com>
Fri, 19 Apr 2024 01:07:13 +0000 (09:07 +0800)
committerxuhy <huayong.xu@samsung.com>
Fri, 19 Apr 2024 01:07:40 +0000 (09:07 +0800)
Change-Id: I7c036e12c6ee3928ea837b0bf21b94df51a86b3a
Signed-off-by: xuhy <huayong.xu@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 4ef6826..3421a93 100755 (executable)
@@ -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 <huayong.xu@samsung.com>  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:
index 926c71b..fc1cf9c 100755 (executable)
@@ -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.
index 7191fea..9ae905f 100755 (executable)
@@ -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
 ==========================
 
index 2272325..1a19240 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "2.0.1"
+__version__ = "2.0.2"
index b58ee85..d0d4526 100755 (executable)
@@ -1,3 +1,10 @@
+* Fri Apr 19 2024 Huayong Xu <huayong.xu@samsung.com> 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 <biao716.wang@samsung.com> 2.0.1
   * upgrade to gbs v2.0.1, which contains the following features:
     * New feature and enhancements added:
index b7f5301..2268dd4 100755 (executable)
@@ -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.<CI_CNT>.<B_CNT>
 %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}