~ruther/guix-local

076630e24a01d319f794909988847f925288c66e — Sharlatan Hellseher 5 months ago fda4641
gnu: Deprecate python-pbr-next by python-pbr.

* gnu/packages/python-xyz.scm (python-pbr-next): Deprecate variable.

* gnu/packages/openstack.scm (python-os-service-types)
(python-os-service-types-bootstrap, python-oslo-log)[native-inputs]:
Remove python-pbr-next; add python-pbr.

Change-Id: I2a3deab358cada0f793e2b84697fca8fbc15be44
2 files changed, 5 insertions(+), 13 deletions(-)

M gnu/packages/openstack.scm
M gnu/packages/python-xyz.scm
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +3 -3
@@ 230,7 230,7 @@ to docs.openstack.org and developer.openstack.org.")
    (native-inputs
     (list python-keystoneauth1
           python-oslotest
           python-pbr-next
           python-pbr
           python-requests-mock
           python-setuptools
           python-stestr


@@ 257,7 257,7 @@ is for some reason not possible and local caching of the fetched data.")
         #~(modify-phases #$phases
             (delete 'sanity-check)))))
     (native-inputs
      (list python-pbr-next python-setuptools python-wheel)))))
      (list python-pbr python-setuptools python-wheel)))))

(define-public python-os-testr
  (let ((commit "0ba674d8c5d34890698e4e8ff9f71b24c389e109")


@@ 723,7 723,7 @@ in an application or library.")
         python-eventlet
         python-fixtures
         python-oslotest-bootstrap
         python-pbr-next
         python-pbr
         python-setuptools
         python-stestr
         python-testtools

M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -10
@@ 7539,16 7539,8 @@ versions, process requirements files and generate AUTHORS and ChangeLog file
from git information.")
    (license license:asl2.0)))

(define-public python-pbr-next
  (hidden-package
   (package/inherit python-pbr
     (version "6.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pbr" version))
        (sha256
         (base32 "0szp9dy7ksvpqddfzzca2a4assag8whmgxyhk7njxsw9d7775slk")))))))
;; It may be removed after 2025-12-22.
(define-deprecated/public-alias python-pbr-next python-pbr)

(define-public python-pyrsistent
  (package