Unverified Commit 0cb990e6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #217463 from fabaff/weconnect-bump

python310Packages.weconnect: 0.52.0 -> 0.54.0, python310Packages.weconnect-mqtt: 0.42.0 -> 0.42.1 
parents 371c955d 3644d1e0
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -3,16 +3,20 @@
, colorama
, fetchPypi
, pillow
, pythonOlder
}:

buildPythonPackage rec {
  pname = "ascii-magic";
  version = "1.6";
  version = "2.1.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    pname = "ascii_magic";
    inherit version;
    sha256 = "sha256-faVRj3No5z8R4hUaDAYIBKoUniZ7Npt+52U/vXsEalE=";
    hash = "sha256-YfGa+3nuqAAo69TydxO6uKNMcqZAkOEi/PMP8Frasfw=";
  };

  propagatedBuildInputs = [
@@ -21,6 +25,7 @@ buildPythonPackage rec {
  ];

  # Project is not tagging releases and tests are not shipped with PyPI source
  # https://github.com/LeandroBarone/python-ascii_magic/issues/10
  doCheck = false;

  pythonImportsCheck = [
@@ -30,6 +35,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python module to converts pictures into ASCII art";
    homepage = "https://github.com/LeandroBarone/python-ascii_magic";
    changelog = "https://github.com/LeandroBarone/python-ascii_magic#changelog";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "weconnect-mqtt";
  version = "0.42.0";
  version = "0.42.1";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "tillsteinbach";
    repo = "WeConnect-mqtt";
    rev = "refs/tags/v${version}";
    hash = "sha256-jxfV2RDyGLugnPae+uNtg/GBsWbKCSbKxuHll10guhU=";
    hash = "sha256-/YCrnDOJdKc687pRKj1gVTOTj7dEpplN49VuFJOlQIE=";
  };

  propagatedBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "weconnect";
  version = "0.52.0";
  version = "0.54.0";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "tillsteinbach";
    repo = "WeConnect-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-SfdN/em4NrzNeItcaVuyOcUxmE50n5/jjmY4I5hfpQI=";
    hash = "sha256-mCUaaWR8jRqm8V8ZQBMgycExkN2zjoJxWIEohVH2K/o=";
  };

  propagatedBuildInputs = [