Unverified Commit e3eda836 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #299791 from NixOS/revert-299290-auto-update/python311Packages.pathlib-abc

Revert "python311Packages.pathlib-abc: 0.1.1 -> 0.2.0"
parents 8a9bde69 c7faa543
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pathlib-abc";
  version = "0.2.0";
  version = "0.1.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "pathlib_abc";
    inherit version;
    hash = "sha256-ua9rOf1RMhSFZ47DgD0KEeAqIuhp6AUsrLbo9l3nuGI=";
    hash = "sha256-CE573ZGbD3d0kUqeZM2GobOYYPgfeB3XJCWGMfKRWr4=";
  };

  build-system = [
+4 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
}:

buildPythonPackage rec {
@@ -8,6 +9,9 @@ buildPythonPackage rec {
  version = "0.1.2";
  format = "setuptools";

  # imp and distuils usage, last commit in 2016
  disabled = pythonAtLeast "3.12";

  src = fetchPypi {
    inherit pname version;
    sha256 = "1h7iam33vwxk8bvslfj4qlsdprdnwf8bvzhqh3jq5frr391cadbw";
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ buildPythonPackage rec {
  };

  pythonRelaxDeps = [
    "smart-open"
    "typer"
  ];