Codebase list python-osprofiler / 7da8225
Merge tag '3.4.0' into debian/victoria osprofiler 3.4.0 release meta:version: 3.4.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Ben Nemec <bnemec@redhat.com> meta:release:Commit: Ben Nemec <bnemec@redhat.com> meta:release:Change-Id: I3ae7c0913864b949dfb01fd31e1c7567fc4b7fd7 meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.com> Thomas Goirand 3 years ago
2 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
7272 line = logical_line.strip()
7373 if not line or line.startswith("#") or line.endswith("# noqa"):
7474 return
75 yield next(func(logical_line, filename))
75 try:
76 yield next(func(logical_line, filename))
77 except StopIteration:
78 return
7679
7780 return wrapper
7881
99 sphinx>=2.0.0,!=2.1.0 # BSD
1010
1111 # Bandit security code scanner
12 bandit>=1.1.0 # Apache-2.0
12 bandit>=1.6.0,<1.7.0 # Apache-2.0
1313
1414 pymongo!=3.1,>=3.0.2 # Apache-2.0
1515