forked from mirrors/nixpkgs
python311Packages.reptor: 0.7 -> 0.8
Diff: https://github.com/Syslifters/reptor/compare/refs/tags/0.7...0.8 Changelog: https://github.com/Syslifters/reptor/releases/tag/0.8
This commit is contained in:
parent
eb81a1530f
commit
49136bdc58
|
@ -15,6 +15,7 @@
|
|||
, pytest
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, pyyaml
|
||||
, reptor
|
||||
, requests
|
||||
|
@ -22,16 +23,17 @@
|
|||
, setuptools
|
||||
, sqlparse
|
||||
, termcolor
|
||||
, toml
|
||||
, tomli
|
||||
, tomli-w
|
||||
, tomlkit
|
||||
, urllib3
|
||||
, xmltodict
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "reptor";
|
||||
version = "0.7";
|
||||
format = "pyproject";
|
||||
version = "0.8";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
|
@ -39,10 +41,13 @@ buildPythonPackage rec {
|
|||
owner = "Syslifters";
|
||||
repo = "reptor";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-d76Hsf+leJKYOh7k/RVuo6adfjMW6yAYt+vh7KNh7sA=";
|
||||
hash = "sha256-YnDAjbj3TTr+WajuW6Dq3f+fjeJxrWk7VNWKhh9O7Zw=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
@ -61,7 +66,8 @@ buildPythonPackage rec {
|
|||
rich
|
||||
sqlparse
|
||||
termcolor
|
||||
toml
|
||||
tomli
|
||||
tomlkit
|
||||
tomli-w
|
||||
urllib3
|
||||
xmltodict
|
||||
|
|
Loading…
Reference in a new issue