From 7e14e689290c4a9e70030ffbb22da1feb0196fb0 Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Mon, 28 Nov 2022 06:29:25 -0500 Subject: [PATCH] v13.0 Branch Preparation Pins version of Flake8 Updates requirements to point to branch Change-Id: Id2dffd11830c300aa67ab36947bdda1f9487924f Signed-off-by: Mark Beierl --- .../notes/v13.0_prep-648134b91d2df704.yaml | 23 +++++++++++++++++++ requirements-dev.in | 2 +- requirements-dev.txt | 12 +++++----- 3 files changed, 30 insertions(+), 7 deletions(-) create mode 100644 releasenotes/notes/v13.0_prep-648134b91d2df704.yaml diff --git a/releasenotes/notes/v13.0_prep-648134b91d2df704.yaml b/releasenotes/notes/v13.0_prep-648134b91d2df704.yaml new file mode 100644 index 00000000..25895889 --- /dev/null +++ b/releasenotes/notes/v13.0_prep-648134b91d2df704.yaml @@ -0,0 +1,23 @@ +####################################################################################### +# Copyright ETSI Contributors and Others. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. +####################################################################################### +--- +prelude: > + Preparation work to have the module point to the v13.0 branch +other: + - | + Changes pip requirements for dev to point to branch + Pins the version of Flake8 diff --git a/requirements-dev.in b/requirements-dev.in index 87d042b9..c284649d 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -15,4 +15,4 @@ ## git+https://osm.etsi.org/gerrit/osm/common.git@master#egg=osm-common --r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master +-r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 21f6ba66..3d565907 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,18 +15,18 @@ # limitations under the License. ####################################################################################### aiokafka==0.7.2 - # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 dataclasses==0.6 - # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 kafka-python==2.0.2 # via - # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 # aiokafka osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@master # via -r requirements-dev.in pycrypto==2.6.1 - # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 pymongo==3.12.3 - # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 pyyaml==5.4.1 - # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master + # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v13.0 -- 2.17.1