Skip to content

Commit

Permalink
Update to zc.buildout 3.1.1 and setuptools 75.1.0.
Browse files Browse the repository at this point in the history
Note that setuptools 75 removes the deprecated 'upload' and 'register' commands from 'setup.py', but we should not need that.
At least zest.releaser calls 'twine' to upload or register to PyPI.
  • Loading branch information
mauritsvanrees committed Sep 20, 2024
1 parent 833918e commit e6a205f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pip==24.2
setuptools==74.0.0
setuptools==75.1.0
wheel==0.44.0
zc.buildout==3.1.0
zc.buildout==3.1.1

# Windows specific down here (has to be installed here, fails in buildout)
# Dependency of zope.sendmail:
Expand Down
4 changes: 2 additions & 2 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ extends = https://zopefoundation.github.io/Zope/releases/5.10/versions.cfg
# Basics
# !! keep in sync with requirements.txt !!
pip = 24.2
setuptools = 74.0.0
setuptools = 75.1.0
wheel = 0.44.0
zc.buildout = 3.1.0
zc.buildout = 3.1.1

# windows specific
nt-svcutils = 2.13.0
Expand Down

0 comments on commit e6a205f

Please sign in to comment.