Flask-Validator
Flask-Validator copied to clipboard
Bump schwifty from 2020.11.0 to 2022.7.1
Bumps schwifty from 2020.11.0 to 2022.7.1.
Release notes
Sourced from schwifty's releases.
2022.07.1
Fixed
- In some countries the BBAN does not include a bank code, but only a branch code (e.g. Poland). In those cases, the branch code should be used to look up the bank associated to an IBAN instead of the obviously empty bank code.
2022.07.0
Fixed
- Hungarian bank registry generator script was fixed by
@Krystofee
2022.06.3
Added
- Generated list of Lithuanian BICs
@Draugelis
Removed
- Manually curated list of Lithuanian banks.
2022.06.2
Added
Changed
- Updated bank registry for Austria, Belgium, Czech Republic, Germany, Croatia, Netherlands, Poland and Slovenia.
Fixed
- The domestic bank code for Hungarian banks was wrongly generated
@Krystofee
2022.06.1
Added
- Generated list of Romanian BICs
@Krystofee
- Generated list of Hungarian BICs
@Krystofee
- Extended manually curated list of Irish BICs
@dennisxtria
2022.06.0
Added
- Manually curated list of Bulgarian BICs
@Krystofee
- Manually curated list of Saudi Arabian BICs
@samizaman
- Support for PyInstaller_
@Lukasz87
Internal
- Run tests on Python 3.10
@adamchainz
- Use standard keys in
setup.cfg
@adamchainz
- Don't rely on
hacking
in test-setup@adamchainz
2022.04.2
... (truncated)
Changelog
Sourced from schwifty's changelog.
.. _changelog:
Changelog
Versions follow
CalVer <http://www.calver.org/>
_ with the schemeYY.0M.Micro
.
2022.07.1
_ - 2022/28/07Fixed
* In some countries the BBAN does not include a bank code, but only a branch code (e.g. Poland). In those cases the branch code should be used to lookup the bank associated to an IBAN instead of the obviously empty bank code.
2022.07.0
_ - 2022/07/07Fixed
- Hungarian bank registry generator script was fixed by
@Krystofee <https://github.com/Krystofee>
_
2022.06.3
_ - 2022/06/29Added
* Generated list of Lithuanian BICs `@Draugelis <https://github.com/Draugelis>`_ * Removed manually curated list of Lithuanian banks.
2022.06.2
_ - 2022/06/22Added
- Generated list of Greek BICs
@kounabi <https://github.com/kounabi>
_- Generated list of Cypriot BICs
@kounabi <https://github.com/kounabi>
_Changed
* Updated bank registry for Austria, Belgium, Czech Republic, Germany, Croatia, Netherlands, Poland and Slovenia.
Fixed
* The domestic bank code for Hungarian banks was wrongly generated `@Krystofee <https://github.com/Krystofee>`_
2022.06.1
_ - 2022/06/06Added
- Generated list of Romanian BICs
@Krystofee <https://github.com/Krystofee>
_ </tr></table>
... (truncated)
Commits
472d1c9
Fix IBAN.bank_name for countris without bank code73549e8
chore: Add CHANGELOG for 2022.07.0 release3fa8e25
Fixed HU bank registry generator (#102)46d58d2
chore: Add CHANGELOG for 2022.06.2 releasebb5f9e5
chore: Remove manually curted Lithunin banksd5ddc88
chore: Update GitHub actions and Python version9779ed4
chore: Fix linter errors in LT registry script7083a52
Add script to generate LT bank code registry (#101)b75b1d4
chore: Adapt CHANGELOG for 2022.6.2 release9daeaee
chore: Update bank registries- Additional commits viewable in compare view
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)