Update pretix

This commit is contained in:
Jakob Lechner 2023-06-10 12:54:09 +00:00
parent f10274b241
commit 5abb539a6d
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
3 changed files with 864 additions and 456 deletions

1307
pkgs/pretix/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -2,14 +2,17 @@ diff --git a/setup.py b/setup.py
index 2eba88a..7041acd 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
@@ -19,8 +19,8 @@ setup(
author_email='mail@raphaelmichel.de',
install_requires=[
- 'click==6.*',
+ 'click>=6.*',
'fints>=3.0.*',
- 'fints>=3.0.*',
+ 'click>=6,<8.2',
+ 'fints>=3,<4.1',
'requests',
'mt-940>=4.12*',
- 'mt-940>=4.12*',
+ 'mt-940>=4.12,<4.29',
],
--
2.38.3

View file

@ -8,7 +8,7 @@ let
nodeEnv = buildNpmPackage rec {
name = "pretix-nodejs";
src = "${pretix.passthru.pythonModule.pkgs.pretix}/lib/python3.10/site-packages/pretix/static/npm_dir";
npmDepsHash = "sha256-fAs+e1P0/uFrmjhAKd/8OBoqECuMjQ2jvVsGv8KWVec=";
npmDepsHash = "sha256-sHt9W9OI0RMErHV3R0LyJM8c61nPrFNzEc3qsPZnhLQ=";
dontNpmBuild = true;
installPhase = ''
mkdir -p $out