python310Packages.sqlalchemy: 2.0.17 -> 2.0.18
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_18
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, isPyPy
|
, isPyPy
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, fetchPypi
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
|
||||||
@@ -41,7 +40,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "SQLAlchemy";
|
pname = "SQLAlchemy";
|
||||||
version = "2.0.17";
|
version = "2.0.18";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@@ -50,7 +49,7 @@ buildPythonPackage rec {
|
|||||||
owner = "sqlalchemy";
|
owner = "sqlalchemy";
|
||||||
repo = "sqlalchemy";
|
repo = "sqlalchemy";
|
||||||
rev = "refs/tags/rel_${lib.replaceStrings [ "." ] [ "_" ] version}";
|
rev = "refs/tags/rel_${lib.replaceStrings [ "." ] [ "_" ] version}";
|
||||||
hash = "sha256-thwPqyxhojyHZpo7LK6nl69Z1B1Z6+WR1dAdlVrgiaY=";
|
hash = "sha256-juZIFlmgwGFFhv+3DsMx6k1QRcGLQyTOwR5Hii8A68c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =[
|
nativeBuildInputs =[
|
||||||
@@ -143,6 +142,7 @@ buildPythonPackage rec {
|
|||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
# typing correctness, not interesting
|
# typing correctness, not interesting
|
||||||
"test/ext/mypy"
|
"test/ext/mypy"
|
||||||
|
"test/typing"
|
||||||
# slow and high memory usage, not interesting
|
# slow and high memory usage, not interesting
|
||||||
"test/aaa_profiling"
|
"test/aaa_profiling"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user