Skip to content

Commit

Permalink
python3-unidiff: upgrade from 0.7.3 to 0.7.4
Browse files Browse the repository at this point in the history
Upgrade from 0.7.3 to 0.7.4 to pick up
matiasb/python-unidiff#97. This fixes the
warning encountered when running python3:do_archive_release_downloads.

JIRA: SB-20262

Signed-off-by: Christopher Larson <[email protected]>
  • Loading branch information
kergoth committed Sep 6, 2022
1 parent 5afcfc4 commit db7c13e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
# ---------------------------------------------------------------------------------------------------------------------

BBCLASSEXTEND += "native"

# Upgrade from 0.7.3 to 0.7.4 to pick up https://github.com/matiasb/python-unidiff/pull/97
python () {
if d.getVar('PV') == '0.7.3':
d.setVar('PV', '0.7.4')
d.setVarFlag('SRC_URI', 'sha256sum', '2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5')
else:
bb.fatal('Expected version 0.7.3, please fix the python3-unidiff bbappends.')
}

0 comments on commit db7c13e

Please sign in to comment.