Older os-refresh-config had a pin on pbr < 2.0, so this is
the first version that has uncapped pbr, which would otherwise
conflict with any openstack pbr using project. 6.0.0 was released
March 2017, so it isn't a recent new requirement
Change-Id: I94b5f57250eaec1da1df0d116c5b2dceb2d62a00
shade requires version to be >= 2.1.0, and that was released May 2016,
so it should be fine to bump the minver.
Change-Id: Ie5d164a7822dcfb920811825279c68328402411d
stestr requires testtools at least in version 2.2.0,
extras at least in version 1.0.0, six at least 1.10.0
and subunit in 1.0.0, so update the transitive minimum
requirements to those versions.
Change-Id: Ie6ed3f8900bf7f83cfa87b976a6005259a7d613c
7.1.0 appears to fail with:
requirement_set.add_requirement(req)
File "/home/zuul/src/git.openstack.org/openstack/requirements/.tox/py27-check-lc/local/lib/python2.7/site-packages/pip/req/req_set.py", line 267, in add_requirement
return result
UnboundLocalError: local variable 'result' referenced before assignment
Also adjust virtualenv accordingly so that its embedded pip is matching
that constraint
Change-Id: I4f14250d7e52719bdbf5476da057b414b4ba251c
cryptography requires the newer version of cffi, which was released
2016-06. Every user in OpenStack except for oslo.privsep is using
cffi only via cryptography, so that should be fine.
Change-Id: I8e9cfae4d47c7045b333e43e69012e5f6751f48e
The defusedxml package contains several Python-only workarounds
and fixes for denial of service and other vulnerabilities in
Python's XML libraries. We are fixing security related issues in
Cinder project and introducing this library [1].
[1] https://review.openstack.org/#/c/519618/
Is the library actively maintained?
Yes - https://pypi.org/project/defusedxml/#history
Is the library good code?
Yes, it is pretty straight forward code
Is the library python 3 compatible?
Yes
Is the library license compatible?
Yes - PSF
Is the library already packaged in the distros we target?
No
Is the function of this library already covered by other libraries?
Not that I am aware of
Is the library required for OpenStack project?
Yes, Cinder would like to use it in: https://review.openstack.org/#/c/519618
If the library release is managed by the Openstack release process?
N/A
Change-Id: I5e797bb757b36bbf0619b398d2cb5ca8364438a6
tempest 17.1.0 added keystone v3 domain support in CLIClient.
This is required to make CLI functional tests work in keystone v3
only environment.
upper-constraints.txt already uses tempest 17.1.0,
so we can bump the minimum version of tempest safely.
Change-Id: I889262dda345d89f4724fb769cd97afa12a7d860
This is merged with cliff and shouldn't be used separately anymore
Depends-On: I8221542e666502986626b9fa53956721da1a3220
Depends-On: I24d0c348b040f601f9f36b08972c27d0289540de
Change-Id: I0607e905e4f2bb33d5a329c50d379b59250394a9
Change-Id: I2de96c09080b3168aeb1d94fb32e0d60486cc103
meta:version: 0.7.0
meta:diff-start: -
meta:series: queens
meta:release-type: release
meta:pypi: no
meta:first: no
meta:release:Author: Terry Wilson <twilson@redhat.com>
meta:release:Commit: Terry Wilson <twilson@redhat.com>
meta:release:Change-Id: I1d552e69a4a159901f4862756d217273d2688137
meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
meta:release:Code-Review+2: Doug Hellmann <doug@doughellmann.com>
meta:release:Code-Review+1: Miguel Lavalle <miguel.lavalle@huawei.com>
meta:release:Workflow+1: Doug Hellmann <doug@doughellmann.com>