Unverified Commit 0c41fd70 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.bitarray: 3.6.0 -> 3.7.1 (#441846)

parents e8158bf9 a045d873
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "bitarray";
  version = "3.6.0";
  version = "3.7.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-IP68hJofhY5qV6fUezI/6ecnxXnd1SbTF62IMXSKZqg=";
    hash = "sha256-eVsXYEGKt1CCZCCuJPBvOSwI4h3CNPCjaaacwARE+Ow=";
  };

  build-system = [ setuptools ];
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ buildPythonPackage rec {

  pytestFlags = [
    "-Wignore::DeprecationWarning"
    "-Wignore::UserWarning"
  ];

  disabledTestPaths = [