python3Packages.zodb: 6.0.1 -> 6.1
Diff: https://github.com/zopefoundation/zodb/compare/6.0.1...6.1 Changelog: https://github.com/zopefoundation/ZODB/blob/6.1/CHANGES.rst
This commit is contained in:
@@ -18,18 +18,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zodb";
|
||||
version = "6.0.1";
|
||||
version = "6.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zopefoundation";
|
||||
repo = "zodb";
|
||||
tag = version;
|
||||
hash = "sha256-2OK1ezHFEpOMOrpB8Nzf/6+4AlV3S7p11dQHkeMqhoo=";
|
||||
hash = "sha256-O6mu4RWi5qNcPyIgre5+bk4ZGZOZdG1vIdc8HqbfcaQ=";
|
||||
};
|
||||
|
||||
# remove broken test
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools ==" "setuptools >="
|
||||
|
||||
# remove broken test
|
||||
rm -vf src/ZODB/tests/testdocumentation.py
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user