[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/37: gnu: python-reno: Update to 2.7.0.
From: |
Marius Bakke |
Subject: |
08/37: gnu: python-reno: Update to 2.7.0. |
Date: |
Wed, 28 Feb 2018 10:33:51 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit d2ae66b756dbf9f505be9185b2646a8b3feb79dc
Author: Marius Bakke <address@hidden>
Date: Tue Feb 27 20:07:00 2018 +0100
gnu: python-reno: Update to 2.7.0.
* gnu/packages/openstack.scm (python-reno): Update to 2.7.0.
[propagated-inputs]: Remove PYTHON-BABEL. Add PYTHON-PBR.
[native-inputs]: Remove PYTHON-PBR and PYTHON-OSLOTEST. Add PYTHON-DOCUTILS
and PYTHON-SPHINX.
---
gnu/packages/openstack.scm | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 1fb0cab..f1dffcf 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -538,13 +538,13 @@ in transmittable and storable formats, such as JSON and
MessagePack.")
(define-public python-reno
(package
(name "python-reno")
- (version "2.0.3")
+ (version "2.7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "reno" version))
(sha256
- (base32 "1i2wnn5fnm3jm5774pahg000q0lma5i913hml91bbbm2mybphndd"))))
+ (base32 "0gwzi5dvacqx43smxl3rd1z33npn7gfhm50bvgmq90fib2q431wc"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -554,33 +554,27 @@ in transmittable and storable formats, such as JSON and
MessagePack.")
;; reno expects a git repo
(zero? (system* "git" "init")))))))
(propagated-inputs
- `(("python-babel" ,python-babel)
- ("python-dulwich" ,python-dulwich)
+ `(("python-dulwich" ,python-dulwich)
+ ("python-pbr" ,python-pbr)
("python-pyyaml" ,python-pyyaml)
("python-six" ,python-six)))
(native-inputs
`(("python-testtools" ,python-testtools)
- ("python-pbr" ,python-pbr)
("python-testscenarios" ,python-testscenarios)
("python-testrepository" ,python-testrepository)
("python-mock" ,python-mock)
- ("python-oslotest" ,python-oslotest)
+ ("python-docutils" ,python-docutils)
+ ("python-sphinx" ,python-sphinx)
("gnupg" ,gnupg)
("git" ,git)))
(home-page "http://docs.openstack.org/developer/reno/")
(synopsis "Release notes manager")
(description "Reno is a tool for storing release notes in a git repository
and building documentation from them.")
- (properties `((python2-variant . ,(delay python2-reno))))
(license asl2.0)))
(define-public python2-reno
- (package (inherit (package-with-python2
- (strip-python2-variant python-reno)))
- (arguments
- `(#:python ,python-2
- ;; FIXME: 'subunit.run discover: error: no such option: --list'
- #:tests? #f))))
+ (package-with-python2 python-reno))
(define-public python-oslosphinx
(package
- branch master updated (bd041e7 -> b0a2c9c), Marius Bakke, 2018/02/28
- 04/37: gnu: python-extras: Update to 1.0.0., Marius Bakke, 2018/02/28
- 01/37: gnu: python-fixtures: Propagate python-pbr., Marius Bakke, 2018/02/28
- 06/37: gnu: python-testscenarios: Update to 0.5.0., Marius Bakke, 2018/02/28
- 07/37: gnu: python-oslotest: Update to 3.2.0., Marius Bakke, 2018/02/28
- 10/37: gnu: address@hidden: Add python2 variant., Marius Bakke, 2018/02/28
- 15/37: gnu: python-oslo.context: Enable tests., Marius Bakke, 2018/02/28
- 08/37: gnu: python-reno: Update to 2.7.0.,
Marius Bakke <=
- 16/37: gnu: python2-stevedore: Enable tests., Marius Bakke, 2018/02/28
- 14/37: gnu: python2-bandit: Enable tests., Marius Bakke, 2018/02/28
- 09/37: gnu: python-fixtures: Update to 3.0.0., Marius Bakke, 2018/02/28
- 03/37: gnu: python-testresources: Update to 2.0.1., Marius Bakke, 2018/02/28
- 05/37: gnu: python-testtools: Update to 2.3.0., Marius Bakke, 2018/02/28
- 02/37: gnu: python-subunit: Update to 1.2.0., Marius Bakke, 2018/02/28
- 18/37: gnu: python-stevedore: Update to 1.28.0., Marius Bakke, 2018/02/28
- 22/37: gnu: python-oslo.i18n: Update to 3.19.0., Marius Bakke, 2018/02/28
- 25/37: gnu: python-oslo.utils: Update to 3.35.0., Marius Bakke, 2018/02/28
- 24/37: gnu: python-oslo.config: Update to 5.2.0., Marius Bakke, 2018/02/28