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

Bump django-paypal from 1.0.0 to 1.1.2 #12

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 14, 2021

Bumps django-paypal from 1.0.0 to 1.1.2.

Changelog

Sourced from django-paypal's changelog.

Version 1.1.2 (2021-12-13)

  • Fixed Django 4.0 support

Version 1.1.1 (2021-04-08)

  • Corrected PayPal URL used in IPN/PDT forms. This is a correction of the fix in 1.1 for POSTBACK_ENDPOINT, which wrongly changed both the IPN postback URL and the PayPal login URL. The fix introduces a pair of new settings (LOGIN_URL and SANDBOX_LOGIN_URL). The fix also changes the (undocumented) get_endpoint method on the PayPalPaymentsForm to get_login_url(), in case you are overriding that method.

Version 1.1 (2021-03-14)

  • Fix PayPalSharedSecretEncryptedPaymentsForm in Python 3 - thanks Emilio Moretti
  • Dropped Python 3.4 support
  • Fixed some bugs with CreditCard.get_type() due to bad regexes
  • Fixed a bunch of warnings emitted under modern Django
  • Changed default values of POSTBACK_ENDPOINT and SANDBOX_POSTBACK_ENDPOINT to ones now recommended by PayPal.

Version 1.0 (2019-03-22)

  • Dropped support for versions of Django before 1.11

  • Encrypted button corrections

  • .encode() the encrypted result to avoid b'' decoration under Python 3

  • Fix the encrypted button examples in the documentation to use the encrypted form

  • Fixed issue #206 - DB migration required by Django 2.1

  • Support for almost all deprecated features removed, including:

    • Signals deprecated in v0.2 (see notes below)
    • Not passing nvp_handler to PayPalPro (see notes under 0.2)
    • Using "amt" parameter with SetExpressCheckout and DoExpressCheckoutPayment (see notes under 0.1.4 below)
    • Settings deprecated in v0.4
    • setCustomerBillingAgreement (pre 0.1.3 feature)
    • PAYPAL_RECEIVER_EMAIL (see notes under 0.3)
    • pdt view (see notes under 0.3)
    • sandbox method on forms (see notes under 0.2)

... (truncated)

Commits
  • c9898ea Version bump 1.1.2
  • 26ff865 Merge pull request #247 from spookylukey/django-4-compat
  • 9dff4e2 Fixed breakage on Django 4.0
  • c9f0255 Test on Django 4.0
  • b477f90 Removed unused ReservedValueHiddenInput
  • 5d1a5ca Merge branch 'master' of github.com:spookylukey/django-paypal
  • f1d278c Use autoflake and autopep8
  • 0c79611 Merge pull request #244 from djw/test-django-3.2
  • 31c953d Test on Django 3.2
  • ef3522e Run tests using correct Django version
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-paypal](https://github.com/spookylukey/django-paypal) from 1.0.0 to 1.1.2.
- [Release notes](https://github.com/spookylukey/django-paypal/releases)
- [Changelog](https://github.com/spookylukey/django-paypal/blob/master/docs/release_notes.rst)
- [Commits](spookylukey/django-paypal@v1.0.0...v1.1.2)

---
updated-dependencies:
- dependency-name: django-paypal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 14, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 28, 2022

Superseded by #25.

@dependabot dependabot bot closed this Mar 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/django-paypal-1.1.2 branch March 28, 2022 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants