Date: Sunday, March 5, 2023 @ 19:50:32
  Author: felixonmars
Revision: 1414797

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-05 19:50:31 UTC (rev 1414796)
+++ PKGBUILD    2023-03-05 19:50:32 UTC (rev 1414797)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-context
-pkgver=5.1.0
-_commit=926dd4d9811792e3b247a7f6bf8ce04a14b99c59
-pkgrel=1
-pkgdesc="OpenStack Context library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.context/$pkgver";
-license=('Apache')
-depends=('python-pbr' 'python-debtcollector')
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-oslotest')
-source=("git+https://github.com/openstack/oslo.context.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd oslo.context
-  python setup.py build
-}
-
-check() {
-  cd oslo.context
-  stestr run
-}
-
-package() {
-  cd oslo.context
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-context/repos/community-any/PKGBUILD (from rev 1414795, 
python-oslo-context/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-05 19:50:32 UTC (rev 1414797)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-context
+pkgver=5.1.1
+_commit=7696282cb5bead6d7c6320ff287fb635500bd9a6
+pkgrel=1
+pkgdesc="OpenStack Context library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.context/$pkgver";
+license=('Apache')
+depends=('python-pbr' 'python-debtcollector')
+makedepends=('git' 'python-setuptools')
+checkdepends=('python-oslotest')
+source=("git+https://github.com/openstack/oslo.context.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd oslo.context
+  python setup.py build
+}
+
+check() {
+  cd oslo.context
+  stestr run
+}
+
+package() {
+  cd oslo.context
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to