Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old versions from contraints.txt/versions.cfg #3434

Open
MrTango opened this issue Feb 11, 2022 · 1 comment
Open

Remove old versions from contraints.txt/versions.cfg #3434

MrTango opened this issue Feb 11, 2022 · 1 comment

Comments

@MrTango
Copy link
Contributor

MrTango commented Feb 11, 2022

We have some outdated version in the constraints.txt/versions.cfg in Plone 6.0.0a3

This makes it harder to convert the dependencies for build tools like PDM, Poetry or pipenv.

  • futures
  • typing
@mauritsvanrees
Copy link
Member

mauritsvanrees commented Feb 24, 2022

I see.

  • typing is for Python 3.4 and lower. It is pinned in the Zope master versions, so could be removed there.
  • futures is for Python 2 only. Pinned in coredev. I will remove it there.

There are probably more pins in there that are no longer used. We can remove some in Plone 6.

mauritsvanrees added a commit to plone/buildout.coredev that referenced this issue Feb 24, 2022
mauritsvanrees added a commit to zopefoundation/Zope that referenced this issue Feb 24, 2022
It is only for Python 3.4 and lower.
See also plone/Products.CMFPlone#3434
dataflake pushed a commit to zopefoundation/Zope that referenced this issue Mar 9, 2022
* Remove typing pin.

It is only for Python 3.4 and lower.
See also plone/Products.CMFPlone#3434

* pre-commit/pyupgrade changes for recent cookie changes.

* Fixed overindented lines.

* Pin AccessControl 5.3 for added Python 3.10 support.

Co-authored-by: Michael Howitz <mh@gocept.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants