File tree Expand file tree Collapse file tree 3 files changed +23
-5
lines changed
Expand file tree Collapse file tree 3 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 11name : " CLA"
2+
3+ permissions :
4+ contents : read
5+ pull-requests : write
6+ actions : write
7+ statuses : write
8+
29on :
310 issue_comment :
411 types : [created]
512 pull_request_target :
6- types : [opened,closed,synchronize]
13+ types : [opened, closed, synchronize]
714
815jobs :
916 CLA-Lite :
1017 name : " Signature"
11- uses : rdkcentral/cmf-actions/.github/workflows/cla.yml@main
18+ uses : rdkcentral/cmf-actions/.github/workflows/cla.yml@v1
1219 secrets :
13- PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_ASSISTANT }}
20+ PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_ASSISTANT }}
Original file line number Diff line number Diff line change @@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ 1.7.1] ( https://github.com/rdkcentral/python_raft/compare/1.7.0...1.7.1 )
8+
9+ - Deploy cla action [ ` #187 ` ] ( https://github.com/rdkcentral/python_raft/pull/187 )
10+ - Fix #188 - Corrected requirements for python3.10 [ ` #188 ` ] ( https://github.com/rdkcentral/python_raft/issues/188 )
11+ - Merge tag '1.7.0' into develop [ ` 7fbd695 ` ] ( https://github.com/rdkcentral/python_raft/commit/7fbd6950e8b9aee16cdc91dec323f53a240831c1 )
12+
713#### [ 1.7.0] ( https://github.com/rdkcentral/python_raft/compare/1.6.0...1.7.0 )
814
15+ > 23 September 2025
16+
917- Update #175 : Create avSyncController [ ` #185 ` ] ( https://github.com/rdkcentral/python_raft/pull/185 )
1018- Fix #175 : Corrected typos found in review [ ` #175 ` ] ( https://github.com/rdkcentral/python_raft/issues/175 )
19+ - Bumped changelog [ ` dcce487 ` ] ( https://github.com/rdkcentral/python_raft/commit/dcce48705039e25d521b7cb8cad14100073ecb6c )
1120- Merge tag '1.6.0' into develop [ ` f5a0113 ` ] ( https://github.com/rdkcentral/python_raft/commit/f5a0113a8c3f296ac2627a776840386993dd5886 )
1221
1322#### [ 1.6.0] ( https://github.com/rdkcentral/python_raft/compare/1.5.0...1.6.0 )
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ anyio==4.3.0
55async-timeout == 4.0.3
66asyncclick == 8.1.7.2
77asyncio == 3.4.3
8+ asyncstdlib == 3.13.1
89attrs == 23.2.0
910bcrypt == 4.1.2
1011beautifulsoup4 == 4.12.3
@@ -16,9 +17,10 @@ cffi==1.16.0
1617charset-normalizer == 3.3.2
1718cryptography == 42.0.5
1819decorator == 5.1.1
19- defusedxml == 3.13 .1
20+ defusedxml == 0.7 .1
2021denonavr == 1.1.2
2122Deprecated == 1.2.14
23+ exceptiongroup == 1.3.0
2224fabric == 3.2.2
2325frozenlist == 1.4.1
2426ftfy == 6.3.1
@@ -61,7 +63,7 @@ trio==0.25.0
6163trio-websocket == 0.11.1
6264typing_extensions == 4.10.0
6365urllib3 == 1.26.18
64- wcwidth == 0.2.13
66+ wcwidth == 0.2.14
6567wrapt == 1.16.0
6668wsproto == 1.2.0
6769yarl == 1.9.4
You can’t perform that action at this time.
0 commit comments