Skip to content

Commit fd9870b

Browse files
authored
Merge pull request #281016 from mweinelt/pyatem-0.10.0
python311Packages.pyatem: 0.9.0 -> 0.10.0; openswitcher: 0.9.1 -> 0.10.0
2 parents 28c3be3 + fa25fe2 commit fd9870b

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

pkgs/by-name/op/openswitcher/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
python3Packages.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 = [

pkgs/development/python-modules/pyatem/default.nix

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage 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
'';

0 commit comments

Comments
 (0)