summaryrefslogtreecommitdiffstats
path: root/contrib/python/zope.interface/py3
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-06-06 09:56:42 +0300
committerrobot-piglet <[email protected]>2024-06-06 10:05:35 +0300
commitcaa721da15eab69ba0c5eae383d494627ff115f5 (patch)
treea92dcdb254b2688950c2215bcd33e7dbfac39911 /contrib/python/zope.interface/py3
parentf44820822073337ca895dee0ce177e5cf40260df (diff)
Intermediate changes
Diffstat (limited to 'contrib/python/zope.interface/py3')
-rw-r--r--contrib/python/zope.interface/py3/.dist-info/METADATA12
-rw-r--r--contrib/python/zope.interface/py3/ya.make2
2 files changed, 12 insertions, 2 deletions
diff --git a/contrib/python/zope.interface/py3/.dist-info/METADATA b/contrib/python/zope.interface/py3/.dist-info/METADATA
index 50651bb9eba..40111270bf8 100644
--- a/contrib/python/zope.interface/py3/.dist-info/METADATA
+++ b/contrib/python/zope.interface/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zope.interface
-Version: 6.4
+Version: 6.4.post0
Summary: Interfaces for Python
Home-page: https://github.com/zopefoundation/zope.interface
Author: Zope Foundation and Contributors
@@ -75,6 +75,16 @@ For detailed documentation, please see https://zopeinterface.readthedocs.io/en/l
Changes
=========
+6.4.post0 (2024-05-22)
+======================
+
+- The sdist of version 6.4 was uploaded to PyPI as
+ ``zope_interface-6.4.tar.gz`` instead of ``zope.interface-6.4-py2.tar.gz``
+ which cannot be installed by ``zc.buildout``. This release is a re-release
+ of version 6.4 with the correct sdist name.
+ (`#298 <https://github.com/zopefoundation/zope.interface/issues/298>`)
+
+
6.4 (2024-05-15)
================
diff --git a/contrib/python/zope.interface/py3/ya.make b/contrib/python/zope.interface/py3/ya.make
index a7510871163..1556a4768ee 100644
--- a/contrib/python/zope.interface/py3/ya.make
+++ b/contrib/python/zope.interface/py3/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(6.4)
+VERSION(6.4.post0)
LICENSE(ZPL-2.1)