Skip to content

Bump schwifty from 2020.11.0 to 2022.4.2#131

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/schwifty-2022.4.2
Closed

Bump schwifty from 2020.11.0 to 2022.4.2#131
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/schwifty-2022.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2022

Bumps schwifty from 2020.11.0 to 2022.4.2.

Release notes

Sourced from schwifty's releases.

2022.04.2

Changed

  • Allow getting bank names from IBAN. Previously, you could do iban.bic.bank_names[0], but since a BIC can be associated to multiple bank codes the context of the specific bank is lost and you could end up with the wrong bank name. @​jose-reveni

2022.04.1

Changed

  • The Italian BBAN checksum algorithm is now also applied for San Marino @​fabienpe

Fixed

  • Fix Italian BBAN checksum calculation #78
  • Fix bank code position in BBAN for Jordan banks @​fabienpe

2022.04.0

Changed

  • Update bank registry for Austria, Czech Republic, Germany, Spain, Poland and Slovakia.

Fixed

  • Removed bogus line from dutch bank registry.
  • Loading the bank registry now also works on machines that don't have UTF-8 as their default encoding @​imad3v

2022.03.1

Added

  • Country specific checksum validation for French banks (based on the work of @​sholan)

2022.03.0

Added

  • The IBAN and BIC classes now support the __len__ method to allow a more Pythonic calculation of the length.

Changed

  • Update bank registry Czech Republic, Spain, Hungary, Poland, and Slovakia.

2022.02.0

Added

Changed

  • Removed manually curated bank entries for Spain since all values were already part of the generated registry.
  • Updated bank registry for Austria, Belgium, Czech Republic, Germany, Spain, Netherlands, and Poland
  • Added overwrite for IBAN spec of the Czech Republic and France. The branch and account code positions

... (truncated)

Changelog

Sourced from schwifty's changelog.

.. _changelog:

Changelog

Versions follow CalVer <http://www.calver.org/>_ with the scheme YY.0M.Micro.

2022.04.2_ - 2022/04/29

Changed

* Allow getting bank names from IBAN. Previously, you could do ``iban.bic.bank_names[0]``, but since
  a BIC can be associated to multiple bank codes the context of the specific bank is lost and you
  could end up with the wrong bank name. `@jose-reveni <https://github.com/jose-reveni>`_

2022.04.1_ - 2022/04/29

Changed

  • The Italian BBAN checksum algorithm is now also applied for San Marino @fabienpe <https://github.com/fabienpe>_

Fixed

* Fix Italian BBAN checksum calculation `[#78](https://github.com/mdomke/schwifty/issues/78) <https://github.com/mdomke/schwifty/issues/78>`_
* Fix bank code position in BBAN for Jordan banks `@fabienpe <https://github.com/fabienpe>`_

2022.04.0_ - 2022/04/11

Changed

  • Update bank registry for Austria, Czech Republic, Germany, Spain, Poland and Slovakia.

Fixed

* Removed bogus line from dutch bank registry.
* Loading the bank registry now also works on machines that don't have UTF-8 as their default
  encoding `@imad3v <https://github.com/imad3v>`_

2022.03.1_ - 2022/03/05

Added

  • Country specifc checksum validation for French banks (based on the work of

... (truncated)

Commits
  • 1fbcca7 Add CHANGELOG for 22.4.2 release
  • cb248be Merge pull request #85 from reveni-io/master
  • 4f09120 Fix docstrings
  • 08c6cd5 Remove cached_property
  • 7f30899 Add CHANGELOG for 22.4.1 release
  • 9581d0f Merge pull request #84 from fabienpe/san-marino-checksum
  • d920983 Merge pull request #83 from fabienpe/jordan-positions-fix
  • d86f967 Merge pull request #80 from mdomke/bugfix/78-fix-italian-bban-checksum-calcul...
  • bc1ec3b Allow getting bank names from IBAN (#1)
  • d11b891 According to the Register of European Account Numbers (ECBS TR 201V3.9) (page...
  • 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 [schwifty](https://github.com/mdomke/schwifty) from 2020.11.0 to 2022.4.2.
- [Release notes](https://github.com/mdomke/schwifty/releases)
- [Changelog](https://github.com/mdomke/schwifty/blob/master/CHANGELOG.rst)
- [Commits](mdomke/schwifty@2020.11.0...2022.04.2)

---
updated-dependencies:
- dependency-name: schwifty
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 2, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 7, 2022

Superseded by #132.

@dependabot dependabot Bot closed this Jun 7, 2022
@dependabot dependabot Bot deleted the dependabot/pip/schwifty-2022.4.2 branch June 7, 2022 09:04
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