summaryrefslogtreecommitdiff
path: root/gnu/packages/openstack.scm
Commit message (Collapse)AuthorAge
* gnu: Adjust merge resolution.Marius Bakke2022-01-18
| | | | | | | | | | | | Commit 276f40fdc349d2ad62582b23ea55e061b689cfc0 added unnecessary changes to these variables. * gnu/packages/openstack.scm (python-os-testr)[propagated-inputs]: Remove everything except PYTHON-STESTR. [native-inputs]: Add PYTHON-BABEL, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS. * gnu/packages/python-xyz.scm (python-platformdirs)[arguments]: Remove obsolete phase. Run pytest verbosely. [native-inputs]: Remove PYTHON-PYTEST-COV.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: python-os-testr: Propagate python-testtools and python-babel.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | Lack of python-testtools was causing the sanity-check phase to fail. * gnu/packages/openstack.scm (python-os-testr) [native-inputs]{python-testtools, python-babel}: Move to... [propagated-inputs]: ... here.
* | gnu: python-oslo.log: Update to 4.6.1.Marius Bakke2022-01-12
| | | | | | | | | | | | | | | | * gnu/packages/openstack.scm (python-oslo.log): Update to 4.6.1. [arguments]: Override check phase. [propagated-inputs]: Remove PYTHON-MONOTONIC. [native-inputs]: Remove PYTHON-MOCK, PYTHON-TESTREPOSITORY, and PYTHON-SUBUNIT. Add PYTHON-FIXTURES and PYTHON-STESTR.
* | gnu: python-oslo.serialization: Update to 4.2.0.Marius Bakke2022-01-12
| | | | | | | | | | | | | | | | * gnu/packages/openstack.scm (python-oslo.serialization): Update to 4.2.0. [arguments]: Override check phase. [propagated-inputs]: Remove PYTHON-SIX and PYTHON-NETADDR. Add PYTHON-PBR. [native-inputs]: Remove PYTHON-PBR and PYTHON-MOCK. Add PYTHON-NETADDR and PYTHON-STESTR.
* | gnu: python-oslo.utils: Update to 4.12.0.Marius Bakke2022-01-12
| | | | | | | | | | | | | | | | | | * gnu/packages/openstack.scm (python-oslo.utils): Update to 4.12.0. [arguments]: Override check phase. [propagated-inputs]: Remove PYTHON-MONOTONIC and PYTHON-SIX. Add PYTHON-PBR and PYTHON-PACKAGING-NEXT. [native-inputs]: Remove PYTHON-PBR, PYTHON-BANDIT, PYTHON-OSLO.CONFIG, PYTHON-MOCK and PYTHON-TESTREPOSITORY. Add PYTHON-STESTR.
* | gnu: python-oslo.config: Update to 8.7.1.Marius Bakke2022-01-12
| | | | | | | | | | | | | | * gnu/packages/openstack.scm (python-oslo.config): Update to 8.7.1. [arguments]: Disable tests. [native-inputs]: Remove. [propagated-inputs]: Remove PYTHON-PBR and PYTHON-SIX. Add PYTHON-REQUESTS.
* | gnu: python-os-testr: Add python-testrepository to inputs.Tanguy Le Carrour2022-01-11
| | | | | | | | | | | | | | | | This fixes a build failure in the 'sanity-check' phase. * gnu/packages/openstack.scm (python-os-testr)[native-inputs]: Add python-testrepository. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python-oslo.i18n: Disable tests.Marius Bakke2022-01-11
| | | | | | | | | | | | * gnu/packages/openstack.scm (python-oslo.i18n)[arguments]: Add #:tests?. [native-inputs]: Remove PYTHON-MOCK, PYTHON-MOX3, PYTHON-OSLOTEST, and PYTHON-TESTSCENARIOS.
* | gnu: python-os-testr: Update to 2.0.1.Marius Bakke2022-01-11
|/ | | | | * gnu/packages/openstack.scm (python-os-testr): Update to 2.0.1. [propagated-inputs]: Change from PYTHON-SUBUNIT to PYTHON-STESTR.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: Move a few Python packages to (gnu packages python-build).Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | This is in prevision of updating python-pypa-build, which now requires python-packaging and adding python-tomli, which requires python-six. * gnu/packages/python-xyz.scm (python-six) (python-six-bootstrap, python2-six-bootstrap) (python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7) (python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to... * gnu/packages/python-build.scm: ... here. Update python-parsing to latest. * gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to inherit from their bootstrap versions.
* gnu: python-git-review: Update to 2.1.0.Clément Lassieur2021-10-13
| | | | * gnu/packages/openstack.scm (python-git-review): Update to 2.1.0.
* gnu: python-hacking: Update to 4.1.0.Marius Bakke2021-05-06
| | | | * gnu/packages/openstack.scm (python-hacking): Update to 4.1.0.
* gnu: python-hacking: Fix build failure.Marius Bakke2021-05-06
| | | | | | | | | This follows up on 9095fccd0ea7789d5b87e5d1948d875d2029f7da, et.al. * gnu/packages/python-xyz.scm (python-pycodestyle-2.6, python-pyflakes-2.2, python-flake8-3.8): New variables. * gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Change from PYTHON-FLAKE8 to PYTHON-FLAKE8-3.8.
* gnu: python-stevedore: Propagate pbr.Ricardo Wurmus2021-04-14
| | | | | | | * gnu/packages/openstack.scm (python-stevedore)[native-inputs]: Move python-pbr from here... [propagated-inputs]: ...to here. [arguments]: Add phase to patch requirements.
* gnu: python2-git-review: Remove package.Maxim Cournoyer2021-01-29
| | | | * gnu/packages/openstack.scm (python2-git-review): Delete.
* gnu: python2-os-client-config: Remove package.Maxim Cournoyer2021-01-29
| | | | * gnu/packages/openstack.scm (python2-os-client-config): Delete.
* gnu: python2-debtcollector: Remove package.Maxim Cournoyer2021-01-29
| | | | * gnu/packages/openstack.scm (python2-debtcollector): Delete.
* gnu: python2-oslotest: Remove package.Maxim Cournoyer2021-01-29
| | | | * gnu/packages/openstack.scm (python2-oslotest: Delete.
* gnu: python2-stevedore: Remove package.Maxim Cournoyer2021-01-29
| | | | * gnu/packages/openstack.scm (python2-stevedore: Delete.
* gnu: python2-os-testr: Remove package.Maxim Cournoyer2021-01-29
| | | | * gnu/packages/openstack.scm (python2-os-testr): Delete.
* gnu: python2-reno: Remove package.Maxim Cournoyer2020-12-20
| | | | * gnu/packages/openstack.scm (python2-reno): Remove variable.
* gnu: python2-oslo.i18n: Remove package.Maxim Cournoyer2020-12-20
| | | | * gnu/packages/openstack.scm (python2-oslo.i18n): Remove variable.
* gnu: python2-mox3: Remove package.Maxim Cournoyer2020-12-20
| | | | * gnu/packages/openstack.scm (python2-mox3): Remove variable.
* gnu: python2-oslo.context: Remove package.Maxim Cournoyer2020-12-20
| | | | * gnu/packages/openstack.scm (python2-oslo.context): Remove variable.
* gnu: python2-openstackdocstheme: Remove package.Maxim Cournoyer2020-12-20
| | | | * gnu/packages/openstack.scm (python2-openstackdocstheme): Remove variable.
* gnu: python-oslo.config: Fix indentation.Maxim Cournoyer2020-12-20
| | | | | * gnu/packages/openstack.scm: Prettify the section header and fix the indentation of the package.
* gnu: python-oslo.i18n: Fix indentation.Maxim Cournoyer2020-12-20
| | | | * gnu/packages/openstack.scm (python-oslo.i18n): Fix indentation.
* gnu: python-oslosphinx: Update to 4.18.0.Maxim Cournoyer2020-11-19
| | | | | | | | | * gnu/packages/openstack.scm (python-oslosphinx): Update to 4.18.0. [phases]: Delete 'check replacement. Add a 'relax-requirements phase. [native-inputs]: Remove python-docutils. Add python-openstackdocstheme and python-reno. (python2-oslosphinx): Remove variable.
* gnu: python-oslosphinx: Fix indentation.Maxim Cournoyer2020-11-19
| | | | * gnu/packages/openstack.scm (python-oslosphinx): Fix indentation.
* gnu: python-oslo: Update to 3.1.1.Maxim Cournoyer2020-11-19
| | | | | | | * gnu/packages/openstack.scm (python-oslo): Update to 3.1.1. [phases]: Add new 'relax-requirements phase. [propagated-inputs]: Move python-pbr... [native-inputs]: ...here. Add python-bandit, python-coverage and python-stestr.
* gnu: python-hacking: Update to 4.0.0.Maxim Cournoyer2020-11-19
| | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/39871>. * gnu/packages/openstack.scm (python-hacking): Update to 4.0.0. [arguments]: Remove field. [propagated-inputs]: Remove python-flake8-2.6, python-mccabe-0.2.1, python-pbr, python-pep8-1.5.7, python-pyflakes-1.2, python-six. Add python-flake8. [native-inputs]: Remove python-reno and python-testrepository. Add python-coverage, python-ddt, python-dnspython, python-fixtures, python-monotonic, python-subunit, python-stestr and python-testtools. (python2-hacking): Remove variable. * gnu/packages/python-xyz.scm (python-pyflakes-1.2) (python-mccabe-0.2.1, python2-mccabe-0.2.1) (python-pep8-1.5.7, python2-pep8-1.5.7) (python-flake8-2.6): Delete variables.
* gnu: Add python-cliff.Maxim Cournoyer2020-11-19
| | | | * gnu/packages/openstack.scm (python-cliff): New variable.
* gnu: python-bandit: Fix indentation.Maxim Cournoyer2020-11-19
| | | | * gnu/packages/openstack.scm (python-bandit): Fix indentation.
* gnu: python-bandit: Update to 1.6.2.Maxim Cournoyer2020-11-19
| | | | | | | | | * gnu/packages/openstack.scm (python-bandit): Update to 1.6.2. [phases]: Remove argument. [tests?]: Disable test suite. [native-inputs]: Remove python-beautifulsoup4, python-fixtures, python-mock, python-subunit, python-testrepository, python-testscenarios and python-testtools. Add python-pbr.
* gnu: python-oslotest: Update to 4.4.1.Maxim Cournoyer2020-11-19
| | | | | | | | * gnu/packages/openstack.scm (python-oslotest): Update to 4.4.1. [tests?]: Disable test suite. [propagated-inputs]: Remove python-mock, python-mox3, python-os-client-config and python-testrepository. [native-inputs]: Remove field.
* gnu: python-oslotest: Re-indent.Maxim Cournoyer2020-11-19
| | | | * gnu/packages/openstack.scm (python-oslotest): Fix indentation.
* gnu: python-stevedore: Update to 3.2.2.Maxim Cournoyer2020-11-19
| | | | | | | | * gnu/packages/openstack.scm (python-stevedore): Update to 3.2.2. [tests?]: Disable tests. [propagated-inputs]: Remove field. Move python-pbr to... [native-inputs]: ...here. Remove python-mock, python-sphinx and python-testrepository.
* gnu: python-bandit: Update home-page.Matthew Kraai2020-07-07
| | | | | | * gnu/packages/openstack.scm (python-bandit)[home-page]: Update to new URL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-hacking: Update to 1.1.0.Ricardo Wurmus2020-04-30
| | | | | | * gnu/packages/openstack.scm (python-hacking): Update to 1.1.0. [arguments]: Add "delete-broken-test" phase. [propagated-inputs]: Replace python-flake8-2.5 with python-flake8-2.6.
* gnu: Replace python-pyflakes-0.8.1 with python-pyflakes-1.2.Ricardo Wurmus2020-04-30
| | | | | | | * gnu/packages/python-xyz.scm (python-pyflakes-0.8.1): Remove variable. (python-pyflakes-1.2): New variable. * gnu/packages/openstack.scm (python-hacking)[propagated-inputs]: Replace python-pyflakes-0.8.1 with python-pyflakes-1.2.
* gnu: Remove python2-bandit.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-bandit): Remove variable.
* gnu: Remove python2-oslo.config.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-oslo.config): Remove variable.
* gnu: Remove python2-oslo.utils.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-oslo.utils): Remove variable.
* gnu: Remove python2-oslo.serialization.Marius Bakke2020-03-16
| | | | | * gnu/packages/openstack.scm (python2-oslo.serialization): Remove variable. (python-oslo.serialization)[properties]: Remove.
* gnu: Remove python2-oslo.log.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-oslo.log): Remove variable.
* gnu: Remove python2-tempest-lib.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/openstack.scm (python2-tempest-lib): Remove variable.
* gnu: Remove python2-swiftclient.Marius Bakke2020-03-16
| | | | | | | This package fails to build and has no reverse dependencies. * gnu/packages/openstack.scm (python2-swiftclient): Remove variable. (python-swiftclient)[properties]: Remove.
* gnu: Remove python2-keystoneclient.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no reverse dependencies. * gnu/packages/openstack.scm (python2-keystoneclient): Remove variable.