python3Packages.zope-filerepresentation: 6.0 -> 6.1

https://github.com/zopefoundation/zope.filerepresentation/blob/6.1/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:17 +02:00
parent fe1859a022
commit 564ac0e4c0
@@ -1,7 +1,7 @@
{
lib,
buildPythonPackage,
fetchPypi,
fetchFromGitHub,
setuptools,
zope-schema,
zope-interface,
@@ -10,15 +10,21 @@
buildPythonPackage rec {
pname = "zope-filerepresentation";
version = "6.0";
version = "6.1";
pyproject = true;
src = fetchPypi {
pname = "zope.filerepresentation";
inherit version;
hash = "sha256-yza3iGspJ2+C8WhfPykfQjXmac2HhdFHQtRl0Trvaqs=";
src = fetchFromGitHub {
owner = "zopefoundation";
repo = "zope.filerepresentation";
tag = version;
hash = "sha256-6J4munk2yyZ6e9rpU2Op+Gbf0OXGI6GpHjmpUZVRjsY=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools <= 75.6.0" setuptools
'';
build-system = [ setuptools ];
dependencies = [