Date: Tuesday, January 10, 2023 @ 01:43:40
  Author: felixonmars
Revision: 1382236

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   79 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 36 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-10 01:43:23 UTC (rev 1382235)
+++ PKGBUILD    2023-01-10 01:43:40 UTC (rev 1382236)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-
-pkgname=python-oslo-config
-pkgver=9.0.0
-pkgrel=2
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver";
-license=('Apache')
-depends=('python-six' 'python-netaddr' 'python-stevedore' 
'python-debtcollector'
-         'python-oslo-i18n' 'python-rfc3986' 'python-yaml')
-makedepends=('python-setuptools')
-checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
-options=('!emptydirs')
-source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz";
-        
$pkgname-cliff-3.4.patch::https://opendev.org/openstack/oslo.config/commit/78098e6b18026ff9ef03a948b57348f02d42e13b.patch)
-sha512sums=('f8de473d4693d18c145f360f59eeded2d4ad8e0d2fb6de9b6f394f87ced5673c2eaab501c674c5b6469dc5477250cb3877227ac987e33ab44acaa9fc4ade8421'
-            
'34d302cad1a6818773ee5093a20e41c18bfaac88a21d9b916f56f60eac566c9d3e9b18cc434920af079a0e7501e2ca51f7c56427e2eff2f90de911019639cd23')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  cd oslo.config-$pkgver
-  patch -p1 -i ..//$pkgname-cliff-3.4.patch
-}
-
-build() {
-  cd oslo.config-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd oslo.config-$pkgver
-  stestr run
-}
-
-package() {
-  cd oslo.config-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 1382235, 
python-oslo-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-10 01:43:40 UTC (rev 1382236)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+
+pkgname=python-oslo-config
+pkgver=9.1.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver";
+license=('Apache')
+depends=('python-debtcollector' 'python-netaddr' 'python-stevedore'
+         'python-oslo-i18n' 'python-rfc3986' 'python-yaml' 'python-requests')
+makedepends=('python-pbr' 'python-setuptools')
+checkdepends=('python-oslotest' 'python-sphinx' 'python-requests-mock' 
'python-oslo-log')
+options=('!emptydirs')
+source=("https://github.com/openstack/oslo.config/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('0af00e88c0a0aa747de5a70847789fdcf3847309883a229d63e30a7c78ec0059bb455781ef1ca49bb794078d0048c4a832463f22c5ee95d4d10127d157d33e3a')
+
+export PBR_VERSION=$pkgver
+
+build() {
+  cd oslo.config-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd oslo.config-$pkgver
+  stestr run
+}
+
+package() {
+  cd oslo.config-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to