Date: Thursday, February 16, 2023 @ 00:51:52
  Author: felixonmars
Revision: 1400756

archrelease: copy trunk to community-any

Added:
  python-oslo-serialization/repos/community-any/PKGBUILD
    (from rev 1400755, python-oslo-serialization/trunk/PKGBUILD)
Deleted:
  python-oslo-serialization/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-16 00:51:38 UTC (rev 1400755)
+++ PKGBUILD    2023-02-16 00:51:52 UTC (rev 1400756)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-oslo-serialization
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Oslo Serialization library"
-arch=('any')
-url="https://docs.openstack.org/developer/oslo.serialization";
-license=('Apache')
-depends=('python-pbr' 'python-msgpack' 'python-oslo-utils' 'python-pytz')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest')
-source=("https://github.com/openstack/oslo.serialization/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('0fbe642a82485ee4989ee9811a46ffe7cbbbc8bd1737761e325ed61b93d7edcb325abc435780afb98839898702c5bdba5d0349bb14e3f7a670d15a252b570140')
-
-export PBR_VERSION=$pkgver
-
-build() {
-  cd oslo.serialization-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.serialization-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.serialization-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 
1400755, python-oslo-serialization/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-16 00:51:52 UTC (rev 1400756)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-oslo-serialization
+pkgver=5.1.0
+_commit=03cce883da2666d3f5f7f0792aeb124dfc6d0bcf
+pkgrel=1
+pkgdesc="Oslo Serialization library"
+arch=('any')
+url="https://docs.openstack.org/developer/oslo.serialization";
+license=('Apache')
+depends=('python-pbr' 'python-msgpack' 'python-oslo-utils' 'python-pytz')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-oslotest')
+source=("git+https://github.com/openstack/oslo.serialization.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd oslo.serialization
+  python setup.py build
+}
+
+check() {
+  cd oslo.serialization
+  stestr run
+}
+
+package() {
+  cd oslo.serialization
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to