File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
development/python-modules/pyatem Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1414
1515python3Packages . buildPythonApplication rec {
1616 pname = "openswitcher" ;
17- version = "0.9.1 " ;
17+ version = "0.10.0 " ;
1818 format = "other" ;
1919
2020 src = fetchFromSourcehut {
2121 owner = "~martijnbraam" ;
2222 repo = "pyatem" ;
2323 rev = version ;
24- hash = "sha256-264XqBl+1qsAc5vOxJabbkubY+F72xo06WWishVEQOI =" ;
24+ hash = "sha256-O+f1vVwfGJjLem25hsYE1Q1V4vzjrc0HxTBUCANCEwE =" ;
2525 } ;
2626
2727 outputs = [
Original file line number Diff line number Diff line change 1818
1919buildPythonPackage rec {
2020 pname = "pyatem" ;
21- version = "0.9 .0" ; # check latest version in setup.py
21+ version = "0.10 .0" ; # check latest version in setup.py
2222 pyproject = true ;
2323
2424 src = fetchFromSourcehut {
2525 owner = "~martijnbraam" ;
2626 repo = "pyatem" ;
2727 rev = version ;
28- hash = "sha256-ntwUhgC8Cgrim+kU3B3ckgPDmPe+aEHDP4wsB45KbJg =" ;
28+ hash = "sha256-O+f1vVwfGJjLem25hsYE1Q1V4vzjrc0HxTBUCANCEwE =" ;
2929 } ;
3030
3131 nativeBuildInputs = [
@@ -49,15 +49,6 @@ buildPythonPackage rec {
4949 pushd $TESTDIR
5050 '' ;
5151
52- disabledTests = lib . optionals ( stdenv . isLinux && stdenv . isAarch64 ) [
53- # colorspace mapping has weird, but constant offsets on aarch64-linux
54- "test_blueramp"
55- "test_greenramp"
56- "test_hues"
57- "test_primaries"
58- "test_redramp"
59- ] ;
60-
6152 postCheck = ''
6253 popd
6354 '' ;
You can’t perform that action at this time.
0 commit comments