Skip to content

Commit

Permalink
Fix verignore for pyside2
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Nov 11, 2024
1 parent d2a695a commit c749ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 900.version-fixes/p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
- { name: pycharm, verpat: ".*20[0-9]{6}", snapshot: true }
- { name: pychess, ver: "1.0.1", setver: "1.0.0" } # upstream problem: 1.0.1 is repackaging of 1.0.0
- { name: pyside, verge: "2", incorrect: true } # latest is 1.2.4; 5.x is pyside2, 6.x is pyside6
- { name: pyside2, verge: "5", incorrect: true } # 6.x is pyside6
- { name: pyside2, verge: "6", incorrect: true } # 6.x is pyside6
- { name: pythia, verpat: "[0-9]{4}", incorrect: true } # spack, 8.304, not 8304
- { name: python, verpat: ".*[ab].*", devel: true }
- { name: python, verpat: ".*150.*", incorrect: true }
Expand Down

0 comments on commit c749ef9

Please sign in to comment.