Skip to content

Commit

Permalink
python311Packages.pyrfc3339: rename from pyRFC3339
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Jan 7, 2024
1 parent a4c7a26 commit b0c8d21
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/acme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, cryptography
, pyasn1
, pyopenssl
, pyRFC3339
, pyrfc3339
, josepy
, pytz
, requests
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
format = "setuptools";

propagatedBuildInputs = [
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests requests-toolbelt six
cryptography pyasn1 pyopenssl pyrfc3339 pytz requests requests-toolbelt six
werkzeug ndg-httpsclient josepy
];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/certbot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
, distro
, josepy
, parsedatetime
, pyRFC3339
, pyrfc3339
, pyopenssl
, pytz
, requests
Expand Down Expand Up @@ -47,7 +47,7 @@ buildPythonPackage rec {
distro
josepy
parsedatetime
pyRFC3339
pyrfc3339
pyopenssl
pytz
requests
Expand Down
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/pyrfc3339/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
}:

buildPythonPackage rec {
pname = "pyRFC3339";
pname = "pyrfc3339";
version = "1.1";
pyproject = true;

src = fetchPypi {
inherit pname version;
pname = "pyRFC3339";
inherit version;
sha256 = "06jv7ar7lpvvk0dixzwdr3wgm0g1lipxs429s2z7knwwa7hwpf41";
};

Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ mapAliases ({
pyramid_multiauth = pyramid-multiauth; # added 2023-08-24
pyreadability = readability-lxml; # added 2022-05-24
pyres = throw "pyres has been removed, since it is abandoned and broken"; # added 2023-06-20
pyRFC3339 = pyrfc3339; # added 2024-01-07
pyroute2-core = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
pyroute2-ethtool = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
pyroute2-ipdb = throw "pyroute2 migrated back to a single package scheme in version 0.7.1"; # added 2022-07-16
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11107,7 +11107,7 @@ self: super: with self; {

pyrituals = callPackage ../development/python-modules/pyrituals { };

pyRFC3339 = callPackage ../development/python-modules/pyrfc3339 { };
pyrfc3339 = callPackage ../development/python-modules/pyrfc3339 { };

pyrmvtransport = callPackage ../development/python-modules/pyrmvtransport { };

Expand Down

0 comments on commit b0c8d21

Please sign in to comment.