Unverified Commit 40198405 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.casbin: 1.43.0 -> 1.45.0, renamed to pycasbin (#416051)

parents f7ceae97 efd45be8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@
}:

buildPythonPackage rec {
  pname = "casbin";
  version = "1.43.0";
  pname = "pycasbin";
  version = "1.45.0";
  pyproject = true;

  disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "casbin";
    repo = "pycasbin";
    tag = "v${version}";
    hash = "sha256-vRT8Z0XHDPOnAxy67j88vBX6W20mRWY7O/IrGLM/vuQ=";
    hash = "sha256-pErgGW9zSux2ki7WItHjkMncC2kiuxcRkcGmCtFUtCo=";
  };

  build-system = [ setuptools ];
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ mapAliases ({
  caffeWithCuda = throw "caffeWithCuda has been removed, as it was broken and required CUDA 10"; # Added 2024-11-20
  can = python-can; # added 2024-08-12
  carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18
  casbin = pycasbin; # added 2025-06-12
  case = throw "case has been removed, since it is an unused leaf package with a dependency on the nose test framework"; # added 2024-07-08
  cchardet = faust-cchardet; # added 2023-03-02
  cepa = throw "cepa has been removed, as onionshare switched back to stem"; # added 2024-05-07
+2 −2
Original line number Diff line number Diff line
@@ -2288,8 +2288,6 @@ self: super: with self; {
    }
  );
  casbin = callPackage ../development/python-modules/casbin { };
  case-converter = callPackage ../development/python-modules/case-converter { };
  cashaddress = callPackage ../development/python-modules/cashaddress { };
@@ -12314,6 +12312,8 @@ self: super: with self; {
  pycarwings2 = callPackage ../development/python-modules/pycarwings2 { };
  pycasbin = callPackage ../development/python-modules/pycasbin { };
  pycatch22 = callPackage ../development/python-modules/pycatch22 { };
  pycategories = callPackage ../development/python-modules/pycategories { };