Upgrade to 0.26.1 17/300717/2
authorwangbiao <biao716.wang@samsung.com>
Wed, 1 Nov 2023 07:24:48 +0000 (16:24 +0900)
committerwangbiao <biao716.wang@samsung.com>
Wed, 1 Nov 2023 09:49:16 +0000 (18:49 +0900)
Change-Id: I2a8ee6151af06265a3ce74109b3d436c5610fbba
Signed-off-by: wangbiao <biao716.wang@samsung.com>
debian/changelog
debian/control
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index eb2b336..7a39336 100755 (executable)
@@ -1,3 +1,12 @@
+gbs (0.26.1) unstable; urgency=high
+  * upgrade to gbs v0.26.1, which contains the following features:
+     * New feature and enhancements added:
+     * Add support for ubuntu 22.04.
+     * Port code from python2.x to python3.x version.
+     * Fix some bugs during gbs run time.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Wed, 01 Nov 2023 14:30:00 +0800
+
 gbs (0.25.30) unstable; urgency=high
   * upgrade to gbs v0.25.30, which contains the following features:
      * New feature and enhancements added:
index fb09d1a..d96d0f6 100755 (executable)
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
 Build-Depends: debhelper, dh-python, python3, python3-docutils, python3-setuptools, python3-distro
 Standards-Version: 3.8.0
-X-Python-Version: >= 2.6
+X-Python-Version: >= 3.0
 Homepage: http://www.tizen.org
 
 Package: gbs
@@ -14,14 +14,14 @@ Depends: ${misc:Depends}, ${python3:Depends},
  python3-requests,
  python3-lxml,
  sudo,
- osc (>= 0.132.6),
- git-buildpackage-rpm (>= 0.9.21-tizen20210514),
+ osc (>= 0.170.1),
+ git-buildpackage-rpm (>= 0.9.27-tizen20231101),
  gbs-api (= ${binary:Version}),
  gbs-export (= ${binary:Version}),
  gbs-remotebuild (= ${binary:Version}),
  gbs-bsr (= ${binary:Version}),
- depanneur (>= 0.16.22)
-Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20131001)
+ depanneur (>= 0.16.23)
+Recommends: librpm-tizen (>= 4.11.0.1.tizen20140530-tizen20231101)
 Description: Command line tools for Tizen package developers
  The command line tools for Tizen package developers will
  be used to do packaging related tasks.
@@ -30,10 +30,10 @@ Package: gbs-api
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
  python3-pycurl,
- osc (>= 0.132.6),
+ osc (>= 0.170.1),
  git-buildpackage-rpm
-Conflicts: gbs (<< 0.15)
-Replaces: gbs (<< 0.15)
+Conflicts: gbs (<< 0.25.29)
+Replaces: gbs (<< 0.25.29)
 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.15)
-Replaces: gbs (<< 0.15)
+Conflicts: gbs (<< 0.25.29)
+Replaces: gbs (<< 0.25.29)
 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.18.1)
-Replaces: gbs (<< 0.18.1)
+Conflicts: gbs (<< 0.25.29)
+Replaces: gbs (<< 0.25.29)
 Description: GBS remotebuild API
  This package contains gbs remotebuild APIs, which can be used by
  external software.
index d9d2484..451b208 100755 (executable)
@@ -1,3 +1,14 @@
+Release notes for gbs 0.26.1
+==========================
+
+- Release Date: 2023-11
+
+- New feature and enhancements added:
+    * Add support for openSUSE15.2
+    * Add support for ubuntu 22.04
+    * Port code from python2.x to python3.x version
+    * Fix some bugs during gbs run time
+
 Release notes for gbs 0.25.30
 ==========================
 
index 8e0e1a8..0a4d116 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.25.30"
+__version__ = "0.26.1"
index a4d772a..4c7338f 100755 (executable)
@@ -1,3 +1,10 @@
+* Wed Nov 01 2023 Biao Wang <biao716.wang@samsung.com> 0.26.1
+  * upgrade to gbs v0.26.1, which contains the following features:
+    * New feature and enhancements added:
+      - Add support for openSUSE15.2
+      - Port code from python2.x to python3.x version
+      - Fix some bugs during gbs run time
+
 * Wed May 10 2023 Biao Wang <biao716.wang@samsung.com> 0.25.30
   * upgrade to gbs v0.25.30, which contains the following features:
     * New feature and enhancements added:
index 68556ee..5ee1e4d 100755 (executable)
@@ -5,7 +5,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.25.30
+Version:    0.26.1
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else
@@ -21,12 +21,12 @@ Requires:   python3-pycurl
 Requires:   python3-requests
 Requires:   python3-lxml
 Requires:   sudo
-Requires:   osc >= 0.132.6
-Requires:   tizen-gbp-rpm >= 20210514
-Requires:   depanneur >= 0.16.22
+Requires:   osc >= 0.170.1
+Requires:   tizen-gbp-rpm >= 20231101
+Requires:   depanneur >= 0.16.23
 
 %if ! 0%{?tizen_version:1}
-Requires:   rpm-tizen >= 4.11.0.1.tizen20130618-tizen20131001
+Requires:   rpm-tizen >= 4.11.0.1.tizen20140530-tizen20231101
 %endif
 Requires:   %{name}-api = %{version}-%{release}
 Requires:   %{name}-export = %{version}-%{release}
@@ -43,10 +43,10 @@ be used to do packaging related tasks.
 
 %package api
 Summary:       GBS APIs
-Conflicts:     gbs < 0.15
+Conflicts:     gbs < 0.25.30
 Requires:      python3
 Requires:      python3-pycurl
-Requires:      osc >= 0.132.6
+Requires:      osc >= 0.170.1
 Requires:      git-buildpackage-rpm
 
 %description api
@@ -55,7 +55,7 @@ external software.
 
 %package export
 Summary:       GBS export module
-Conflicts:     gbs < 0.15
+Conflicts:     gbs < 0.25.30
 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.18.1
+Conflicts:     gbs < 0.25.30
 Requires:      python3
 Requires:      gbs-api = %{version}-%{release}
 Requires:      gbs-export = %{version}-%{release}