Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-osc-lib


Commits:
c77f3109 by Felix Yan at 2024-10-21T02:10:04+03:00
upgpkg: 3.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-osc-lib
        pkgdesc = OpenStackClient Library
-       pkgver = 3.0.1
-       pkgrel = 2
+       pkgver = 3.1.0
+       pkgrel = 1
        url = https://docs.openstack.org/osc-lib/latest/
        arch = any
        license = Apache
@@ -18,9 +18,9 @@ pkgbase = python-osc-lib
        depends = python-openstacksdk
        depends = python-oslo-i18n
        depends = python-oslo-utils
-       depends = python-simplejson
+       depends = python-requests
        depends = python-stevedore
-       source = 
git+https://github.com/openstack/osc-lib.git#commit=73ecaa7425214cf61e5f35b69178619a1579f73c
-       sha512sums = 
92bf3060f0937683b086a12baebe58a1d78728121a1e31301f6a0ee9121305b01f7100a2e2974740081ac19074c86a92335fcc23438878b1b572b9f865d632e9
+       source = git+https://github.com/openstack/osc-lib.git#tag=3.1.0
+       sha512sums = 
528b7120fce3214899db6c5ae171f44e9bc44fd2df3a41323ec44075bbe93327784f48816b96c68d98a9703ea14ff458aa9952df342e3552698909a49a4be7a7
 
 pkgname = python-osc-lib


=====================================
PKGBUILD
=====================================
@@ -2,20 +2,19 @@
 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 
 pkgname=python-osc-lib
-pkgver=3.0.1
-_commit=73ecaa7425214cf61e5f35b69178619a1579f73c
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="OpenStackClient Library"
 arch=('any')
 url="https://docs.openstack.org/osc-lib/latest/";
 license=('Apache')
 depends=('python-pbr' 'python-cliff' 'python-keystoneauth1' 
'python-openstacksdk' 'python-oslo-i18n'
-         'python-oslo-utils' 'python-simplejson' 'python-stevedore')
+         'python-oslo-utils' 'python-requests' 'python-stevedore')
 makedepends=('git' 'python-setuptools')
 checkdepends=('python-oslotest' 'python-requests-mock' 'python-stestr' 
'python-testrepository'
               'python-testtools')
-source=("git+https://github.com/openstack/osc-lib.git#commit=$_commit";)
-sha512sums=('92bf3060f0937683b086a12baebe58a1d78728121a1e31301f6a0ee9121305b01f7100a2e2974740081ac19074c86a92335fcc23438878b1b572b9f865d632e9')
+source=("git+https://github.com/openstack/osc-lib.git#tag=$pkgver";)
+sha512sums=('528b7120fce3214899db6c5ae171f44e9bc44fd2df3a41323ec44075bbe93327784f48816b96c68d98a9703ea14ff458aa9952df342e3552698909a49a4be7a7')
 
 build() {
   cd osc-lib



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-osc-lib/-/commit/c77f3109ce61ce4d49938df5effd71ee4cde389d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-osc-lib/-/commit/c77f3109ce61ce4d49938df5effd71ee4cde389d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to