[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (f8ae32a -> 465b61f)
From: |
Cyril Roelandt |
Subject: |
branch master updated (f8ae32a -> 465b61f) |
Date: |
Tue, 03 Nov 2015 20:39:24 +0000 |
steap pushed a change to branch master
in repository guix.
from f8ae32a gnu: Add esmtp.
new 3009334 guix: Add a "pypi-uri" helper method.
new d8bdd38 import: pypi: Use "pypi-uri" instead of building the URL
manually.
new cbaa6a1 gnu: Update python-requests.
new 7477fbb gnu: Add python-mccabe 0.2.1
new abf21ef gnu: Add python-flake8-2.2.4
new 2ac9ba6 gnu: Add python-hacking.
new f4c7dc5 gnu: Add python-oslosphinx.
new 2931f46 gnu: Add python-os-testr.
new a3fc12d gnu: paramiko: Move python-pycrypto to the propagated
inputs.
new aee6412 gnu: Add python-oslo.log.
new 39d3f2e gnu: python-oslotest: move mox3 to the propagated-inputs
new 465b61f gnu: Add python-tempest-lib.
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/packages/openstack.scm | 186 +++++++++++++++++++++++++++++++++++++++++-
gnu/packages/python.scm | 46 ++++++++++-
guix/build-system/python.scm | 10 ++-
guix/import/pypi.scm | 2 +-
tests/pypi.scm | 3 +-
5 files changed, 238 insertions(+), 9 deletions(-)
- branch master updated (f8ae32a -> 465b61f),
Cyril Roelandt <=
- 04/12: gnu: Add python-mccabe 0.2.1, Cyril Roelandt, 2015/11/03
- 05/12: gnu: Add python-flake8-2.2.4, Cyril Roelandt, 2015/11/03
- 01/12: guix: Add a "pypi-uri" helper method., Cyril Roelandt, 2015/11/03
- 02/12: import: pypi: Use "pypi-uri" instead of building the URL manually., Cyril Roelandt, 2015/11/03
- 03/12: gnu: Update python-requests., Cyril Roelandt, 2015/11/03
- 06/12: gnu: Add python-hacking., Cyril Roelandt, 2015/11/03
- 07/12: gnu: Add python-oslosphinx., Cyril Roelandt, 2015/11/03
- 08/12: gnu: Add python-os-testr., Cyril Roelandt, 2015/11/03
- 09/12: gnu: paramiko: Move python-pycrypto to the propagated inputs., Cyril Roelandt, 2015/11/03
- 10/12: gnu: Add python-oslo.log., Cyril Roelandt, 2015/11/03