On 25/07/17 12:12, Doug Hellmann wrote: > The monasca team has requested a late release of monasca-statsd. > As far as I can tell, only other team using the library is designate: > > $ whatuses monasca-statsd > deb-designate requirements.txt monasca-statsd>=1.1.0 # > Apache-2.0 > designate requirements.txt monasca-statsd>=1.1.0 # > Apache-2.0 > monasca-log-api requirements.txt monasca-statsd>=1.1.0 # > Apache-2.0 > monasca-notification requirements.txt monasca-statsd>=1.1.0 # > Apache-2.0 > requirements global-requirements.txt monasca-statsd>=1.1.0 # > Apache-2.0 > requirements upper-constraints.txt monasca-statsd===1.7.0 > rpm-packaging global-requirements.txt monasca-statsd>=1.1.0 # > Apache-2.0 > > Can someone from the designate team take a look at the list of changes > in the proposed release (https://review.openstack.org/#/c/486035) and > give us some idea of the risk involved in releasing? > > Doug
The difference is just some requirements updates and changing how
the docs display the version.
The requirements match ours, and the docs won't affect us - so
I would say it is a low risk for designate.
➜ monasca-statsd git:(master) git diff
1.7.0..6d416dd8be06587f9d8cf9f5455fd5616294f418
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 20d22e9..9468074 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -176,8 +176,7 @@ html_static_path = ['_static']
git_cmd = ["git", "log", "--pretty=format:'%ad, commit %h'",
"--date=local",
"-n1"]
try:
- html_last_updated_fmt = subprocess.Popen(
- git_cmd, stdout=subprocess.PIPE).communicate()[0].decode()
+ html_last_updated_fmt =
subprocess.check_output(git_cmd).decode('utf-8')
except Exception:
warnings.warn('Cannot get last updated time from git repository. '
'Not setting "html_last_updated_fmt".')
diff --git a/test-requirements.txt b/test-requirements.txt
index bec732c..1ad4d50 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,9 +5,9 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0 # BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
-openstackdocstheme>=1.5.0 # Apache-2.0
+openstackdocstheme>=1.11.0 # Apache-2.0
- Graham
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: [email protected]?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
0x23BA8E2E.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
