Skip to content

Commit

Permalink
Merge pull request #299791 from NixOS/revert-299290-auto-update/pytho…
Browse files Browse the repository at this point in the history
…n311Packages.pathlib-abc

Revert "python311Packages.pathlib-abc: 0.1.1 -> 0.2.0"
  • Loading branch information
mweinelt authored Mar 28, 2024
2 parents 8a9bde6 + c7faa54 commit e3eda83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pathlib-abc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

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

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "pathlib_abc";
inherit version;
hash = "sha256-ua9rOf1RMhSFZ47DgD0KEeAqIuhp6AUsrLbo9l3nuGI=";
hash = "sha256-CE573ZGbD3d0kUqeZM2GobOYYPgfeB3XJCWGMfKRWr4=";
};

build-system = [
Expand Down
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/pathtools/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
}:

buildPythonPackage rec {
pname = "pathtools";
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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/development/python-modules/spacy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ buildPythonPackage rec {
};

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

Expand Down

0 comments on commit e3eda83

Please sign in to comment.