python3Packages.craft-archives: 2.0.0 -> 2.0.2 (#363994)

This commit is contained in:
Robert Schütz
2024-12-10 21:51:36 -08:00
committed by GitHub
11 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i python3 -p python3Packages.packaging python3Packages.debian common-updater-scripts
#! nix-shell -i python3 -p python3Packages.packaging python3Packages.python-debian common-updater-scripts
import base64
import textwrap
+1
View File
@@ -42,6 +42,7 @@ python3Packages.buildPythonApplication rec {
pytest-mock
pytest-subprocess
pytestCheckHook
tabulate
]
++ [ dpkg ];
+1 -1
View File
@@ -82,7 +82,7 @@ python3Packages.buildPythonApplication rec {
craft-platforms
craft-providers
craft-store
debian
python-debian
docutils
jsonschema
launchpadlib
@@ -5,11 +5,12 @@
nix-update-script,
launchpadlib,
lazr-restfulclient,
lazr-uri,
overrides,
pydantic,
setuptools,
python-debian,
distro,
setuptools-scm,
tabulate,
pytest-check,
pytest-mock,
pytestCheckHook,
@@ -17,7 +18,7 @@
buildPythonPackage rec {
pname = "craft-archives";
version = "2.0.0";
version = "2.0.2";
pyproject = true;
@@ -25,7 +26,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-archives";
rev = "refs/tags/${version}";
hash = "sha256-BrKyOdfbwt9qU5Bt/kX/+GgxH7LCFmmFg4mevBWVp2I=";
hash = "sha256-1HEz4d1WLQDDHga7X+V/37n8E7JK/k0z+UDeNEiLOHs=";
};
postPatch = ''
@@ -39,11 +40,13 @@ buildPythonPackage rec {
build-system = [ setuptools-scm ];
dependencies = [
distro
launchpadlib
lazr-restfulclient
lazr-uri
overrides
pydantic
tabulate
python-debian
];
pythonImportsCheck = [ "craft_archives" ];
@@ -9,7 +9,6 @@
pyyaml,
requests,
requests-unixsocket,
urllib3,
pytestCheckHook,
pytest-check,
pytest-mock,
@@ -25,7 +24,7 @@
buildPythonPackage rec {
pname = "craft-parts";
version = "2.1.3";
version = "2.1.4";
pyproject = true;
@@ -33,7 +32,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-parts";
rev = "refs/tags/${version}";
hash = "sha256-ouvl4mIDIWHWp84E1I41g/XnP22kCV55CqsVLit5yb4=";
hash = "sha256-z0Om1/0Y6fDFHXB0GKFelmYwNwTH7loTtRjXtmjsjkY=";
};
patches = [ ./bash-path.patch ];
@@ -53,7 +52,6 @@ buildPythonPackage rec {
pyyaml
requests
requests-unixsocket
urllib3
];
pythonImportsCheck = [ "craft_parts" ];
@@ -14,7 +14,7 @@
binaryornot,
boolean-py,
click,
debian,
python-debian,
jinja2,
license-expression,
tomlkit,
@@ -56,7 +56,7 @@ buildPythonPackage rec {
binaryornot
boolean-py
click
debian
python-debian
jinja2
license-expression
tomlkit
+2 -2
View File
@@ -3,7 +3,7 @@
fetchFromGitLab,
buildPythonApplication,
autoreconfHook,
debian,
python-debian,
perl,
vala,
pkg-config,
@@ -78,7 +78,7 @@ buildPythonApplication {
];
propagatedBuildInputs = [
debian
python-debian
pygobject3
setuptools
];
+1 -1
View File
@@ -190,7 +190,7 @@ python.pkgs.buildPythonApplication rec {
]
++ (with python.pkgs; [
argcomplete
debian
python-debian
defusedxml
jsbeautifier
jsondiff
+1
View File
@@ -136,6 +136,7 @@ mapAliases ({
d2to1 = throw "d2to1 is archived and no longer works with setuptools v68"; # added 2023-07-30
dask-xgboost = throw "dask-xgboost was removed because its features are available in xgboost"; # added 2022-05-24
dateutil = python-dateutil; # added 2021-07-03
debian = python-debian; # added 2024-12-10
deep_merge = throw "deep_merge has been removed, since it is no longer maintained and may be broken."; # added 2023-10-09
demjson = throw "demjson has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
descartes = throw "descartes has been removed, since it is abandoned and broken"; # added 2023-06-21
+2 -2
View File
@@ -3058,8 +3058,6 @@ self: super: with self; {
deap = callPackage ../development/python-modules/deap { };
debian = callPackage ../development/python-modules/debian { };
debianbts = callPackage ../development/python-modules/debianbts { };
debian-inspector = callPackage ../development/python-modules/debian-inspector { };
@@ -9362,6 +9360,8 @@ self: super: with self; {
python-bugzilla = callPackage ../development/python-modules/python-bugzilla { };
python-debian = callPackage ../development/python-modules/python-debian { };
python-hcl2 = callPackage ../development/python-modules/python-hcl2 { };
python-lorem = callPackage ../development/python-modules/python-lorem { };