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

Update dependency PyMySQL to v1 - abandoned #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 9, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
PyMySQL ==0.9.3 -> ==1.0.2 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

PyMySQL/PyMySQL

v1.0.2

Compare Source

Release date: 2021-01-09

  • Fix user, password, host, database are still positional arguments.
    All arguments of connect() are now keyword-only. (#​941)

v1.0.1

Compare Source

Release date: 2021-01-08

  • Stop emitting DeprecationWarning for use of db and passwd.
    Note that they are still deprecated. (#​939)
  • Add python_requires=">=3.6" to setup.py. (#​936)

v1.0.0

Compare Source

Release date: 2021-01-07

Backward incompatible changes:

  • Python 2.7 and 3.5 are not supported.
  • connect() uses keyword-only arguments. User must use keyword argument.
  • connect() kwargs db and passwd are now deprecated; Use database and password instead.
  • old_password authentication method (used by MySQL older than 4.1) is not supported.
  • MySQL 5.5 and MariaDB 5.5 are not officially supported, although it may still works.
  • Removed escape_dict, escape_sequence, and escape_string from pymysql
    module. They are still in pymysql.converters.

Other changes:

  • Connection supports context manager API. __exit__ closes the connection. (#​886)
  • Add MySQL Connector/Python compatible TLS options (#​903)
  • Major code cleanup; PyMySQL now uses black and flake8.

v0.10.1

Compare Source

Release date: 2020-09-10

  • Fix missing import of ProgrammingError. (#​878)
  • Fix auth switch request handling. (#​890)

v0.10.0

Compare Source

Release date: 2020-07-18

This version is the last version supporting Python 2.7.

  • MariaDB ed25519 auth is supported.
  • Python 3.4 support is dropped.
  • Context manager interface is removed from Connection. It will be added
    with different meaning.
  • MySQL warnings are not shown by default because many user report issue to
    PyMySQL issue tracker when they see warning. You need to call "SHOW WARNINGS"
    explicitly when you want to see warnings.
  • Formatting of float object is changed from "3.14" to "3.14e0".
  • Use cp1252 codec for latin1 charset.
  • Fix decimal literal.
  • TRUNCATED_WRONG_VALUE_FOR_FIELD, and ILLEGAL_VALUE_FOR_TYPE are now
    DataError instead of InternalError.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency PyMySQL to v1 Update dependency PyMySQL to v1 - abandoned Aug 6, 2024
Copy link
Author

renovate bot commented Aug 6, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant