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

Renovate: dependency pyftpdlib to v2 #564

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyftpdlib ==1.5.10 -> ==2.0.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

giampaolo/pyftpdlib (pyftpdlib)

v2.0.1

Compare Source

===========================

Enhancements

  • #​651: Add make install-pydeps-test and make install-pydeps-dev
    targets. They can be used to install dependencies meant for running tests and
    for local development. They can also be installed via pip install .[test]
    and pip install .[dev].

Bug fixes

  • #​650: file operations on Windows with Python 3.13 give "Permission denied".

v2.0.0

Compare Source

===========================

Enhancements

  • #​625: exposed a new FTPHandler.encoding attribute defaulting to
    'utf-8'. It can be used to change the encoding used for client / server
    communication.
  • #​629: removed Python 2.7 support.
  • #​637: remove copies of asyncore.py and asynchat.py. Use backports from PYPI
    instead. (patch by @​penguinpee)
  • #​639: set default SSL version from deprecated SSLv23_METHOD to newer
    TLS_SERVER_METHOD. This is the setting recommended by latest OpenSSL doc,
    and includes the TLSv1, TLSv1.1, TLSv1.2, TLSv1.3. Versions SSLv2 and SSLv3
    are disabled.

Notes about backward compatibility

  • #​629: Python 2.7 is no longer supported.
  • #​629: pysendfile module is no longer a required dependency, because we ceased
    support for Python 2.
  • #​639: (FTPS) SSLv2 and SSLv3 connections are no longer accepted when client
    connects.

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * " (UTC), Automerge - " * * * 1-5" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Dec 11, 2024
@renovate renovate bot force-pushed the renovate/pyftpdlib-2.x branch from 9e4e448 to ca23068 Compare December 11, 2024 12:33
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.38%. Comparing base (0d2f3a9) to head (239a954).

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #564       +/-   ##
===========================================
+ Coverage   69.74%   87.38%   +17.64%     
===========================================
  Files          51       76       +25     
  Lines        2046     3386     +1340     
===========================================
+ Hits         1427     2959     +1532     
+ Misses        619      427      -192     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/pyftpdlib-2.x branch 5 times, most recently from ba57ac1 to 36e747e Compare December 11, 2024 14:26
@renovate renovate bot force-pushed the renovate/pyftpdlib-2.x branch from 36e747e to 239a954 Compare December 11, 2024 14:39
@p-j-smith p-j-smith closed this Dec 11, 2024
Copy link
Contributor Author

renovate bot commented Dec 11, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/pyftpdlib-2.x branch December 11, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant