[openstack-dev] [release][monasca][designate][requirements] late library release for monasca-statsd
witold.bedyk at est.fujitsu.com
witold.bedyk at est.fujitsu.com
Tue Jul 25 12:29:21 UTC 2017
> -----Original Message-----
> From: Doug Hellmann [mailto:doug at doughellmann.com]
> Sent: Dienstag, 25. Juli 2017 13:49
> To: openstack-dev <openstack-dev at lists.openstack.org>
> Subject: Re: [openstack-dev] [release][monasca][designate][requirements]
> late library release for monasca-statsd
>
> Excerpts from Graham Hayes's message of 2017-07-25 12:24:34 +0100:
> > 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.
>
> Thanks, Graham. We'll talk with the Monasca folks about whether the
> release is critical or not, since the changes are just to the dependency list.
Hi Doug,
no, the changes are not critical. I have just abandoned the release.
Greetings
Witek
>
> >
> > ➜ 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:
> > > OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> > > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> > >
>
> __________________________________________________________
> ________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-
> request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
More information about the OpenStack-dev
mailing list