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

pretix: 2025.5.0 -> 2025.6.0 (#420653)

parents 57c6b64c 1fc69805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ python.pkgs.buildPythonApplication rec {
    "bleach"
    "beautifulsoup4"
    "celery"
    "css-inline"
    "css_inline"
    "cssutils"
    "defusedxml"
    "django-compressor"
+4 −3
Original line number Diff line number Diff line
@@ -42,13 +42,13 @@ let
  };

  pname = "pretix";
  version = "2025.5.0";
  version = "2025.6.0";

  src = fetchFromGitHub {
    owner = "pretix";
    repo = "pretix";
    rev = "refs/tags/v${version}";
    hash = "sha256-vu+7jKXIuNZ4BN2IamdDxGJkraj93eNYUT3sUU2LCAg=";
    hash = "sha256-bDE4ygTCX7hynWjoni9ZWMGujKvPk0TKaG42SQ6w9Rk=";
  };

  npmDeps = buildNpmPackage {
@@ -56,7 +56,7 @@ let
    inherit version src;

    sourceRoot = "${src.name}/src/pretix/static/npm_dir";
    npmDepsHash = "sha256-NSBSL6+0ancoPHbvJu4fBxK8EVj06dbltjHqJi2yh5w=";
    npmDepsHash = "sha256-LQPbOC9SaolD/fyiFoObndx7pcS7iaYVytz6y+bQZqQ=";

    dontBuild = true;

@@ -91,6 +91,7 @@ python.pkgs.buildPythonApplication rec {
    "importlib-metadata"
    "kombu"
    "markdown"
    "oauthlib"
    "phonenumberslite"
    "pillow"
    "protobuf"
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "pretix-servicefees";
  version = "1.14.0";
  version = "1.14.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pretix";
    repo = "pretix-servicefees";
    tag = "v${version}";
    hash = "sha256-PsVItCBFJ4dRdRY2jKJ7aErYx/bhxKQtDsiJbyXsNKk=";
    hash = "sha256-iceFpmuWlq4LnZpG57d4Fwx9bXJDGwx+ox58s8oxupU=";
  };

  build-system = [
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "pretix-zugferd";
  version = "2.4.0";
  version = "2.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pretix";
    repo = "pretix-zugferd";
    rev = "v${version}";
    hash = "sha256-VtmlgxqV34e3Yu9uTYwJAZoZQ/TQoEJgjHcpqUsxxq8=";
    hash = "sha256-GChHhtWYION84hmGZl92FKDvfLjlZ0QWHuTcc9ScWk8=";
  };

  postPatch = ''
+307 −433

File changed.

Preview size limit exceeded, changes collapsed.

Loading