Date: Sunday, March 5, 2023 @ 19:51:53
  Author: felixonmars
Revision: 1414810

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-05 19:51:42 UTC (rev 1414809)
+++ PKGBUILD    2023-03-05 19:51:53 UTC (rev 1414810)
@@ -1,32 +0,0 @@
-# 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:

Copied: python-oslo-serialization/repos/community-any/PKGBUILD (from rev 
1414809, python-oslo-serialization/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-05 19:51:53 UTC (rev 1414810)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-oslo-serialization
+pkgver=5.1.1
+_commit=b4be3a46032bd20c83847dd4ec32c49feddc5768
+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