-
Notifications
You must be signed in to change notification settings - Fork 19
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
Version 1.3.0 #72
Version 1.3.0 #72
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3ee9278 - Browse repository at this point
Copy the full SHA 3ee9278View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3ce57aa - Browse repository at this point
Copy the full SHA 3ce57aaView commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b70c83a - Browse repository at this point
Copy the full SHA b70c83aView commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3fcb447 - Browse repository at this point
Copy the full SHA 3fcb447View commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dfbb035 - Browse repository at this point
Copy the full SHA dfbb035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ee2a8 - Browse repository at this point
Copy the full SHA 92ee2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ea5e1 - Browse repository at this point
Copy the full SHA 27ea5e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5390eda - Browse repository at this point
Copy the full SHA 5390edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd831f9 - Browse repository at this point
Copy the full SHA bd831f9View commit details -
Bundle the BankID Test certificate
The BankID pages now returns a captcha instead of the actual certificate when fetching with requests. The actual cert is now bundled instead of fetched each time.
Configuration menu - View commit details
-
Copy full SHA for 8e513f4 - Browse repository at this point
Copy the full SHA 8e513f4View commit details
Commits on May 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 18888ab - Browse repository at this point
Copy the full SHA 18888abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b12c35 - Browse repository at this point
Copy the full SHA 3b12c35View commit details
Commits on May 7, 2023
-
Bundle the BankID Test certificate in pem format
Bundle pem formats as well.
Configuration menu - View commit details
-
Copy full SHA for dccb096 - Browse repository at this point
Copy the full SHA dccb096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939a8a1 - Browse repository at this point
Copy the full SHA 939a8a1View commit details -
Merge pull request #50 from 1sfb/master
Fixes for test certificate download and handling
Configuration menu - View commit details
-
Copy full SHA for 636ac44 - Browse repository at this point
Copy the full SHA 636ac44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f9b26 - Browse repository at this point
Copy the full SHA 91f9b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 873e495 - Browse repository at this point
Copy the full SHA 873e495View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba592d4 - Browse repository at this point
Copy the full SHA ba592d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e33f7 - Browse repository at this point
Copy the full SHA 52e33f7View commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cab407b - Browse repository at this point
Copy the full SHA cab407bView commit details -
Async client using httpx (#55)
* Test against Python 3.12 * Install setuptools after testing * Swap out pkg_resources for importlib * Downgrade importlib-resources to 5.12.0 * Always use compat package * Read required packages in setup.py from requirements.txt * Drop unused six and update docs * Async client * Tidy up async wrapper * Install requirements-dev.txt on CI * Add two more packages to requirements-dev.txt from CI * Update bankid/jsonclient.py Co-authored-by: David Svenson <[email protected]> * Update bankid/jsonclient.py Co-authored-by: David Svenson <[email protected]> * Drop unused TypeVar * Update bankid/jsonclient.py Co-authored-by: David Svenson <[email protected]> --------- Co-authored-by: David Svenson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b742236 - Browse repository at this point
Copy the full SHA b742236View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5b5c6b - Browse repository at this point
Copy the full SHA c5b5c6bView commit details
Commits on Mar 21, 2024
-
Merge pull request #58 from mxamin/add-jsonclient-v6
Add support for RP v6.0
Configuration menu - View commit details
-
Copy full SHA for a286ee3 - Browse repository at this point
Copy the full SHA a286ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf9ec7a - Browse repository at this point
Copy the full SHA cf9ec7aView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 024b7cb - Browse repository at this point
Copy the full SHA 024b7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for beb4e0c - Browse repository at this point
Copy the full SHA beb4e0cView commit details -
Documentation fixes Renaming and docstring fixes Demo app modifications Version bump
Configuration menu - View commit details
-
Copy full SHA for 77626a9 - Browse repository at this point
Copy the full SHA 77626a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e6c1a6 - Browse repository at this point
Copy the full SHA 8e6c1a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d77b3 - Browse repository at this point
Copy the full SHA e1d77b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 696d89e - Browse repository at this point
Copy the full SHA 696d89eView commit details -
Removed testing in windows and macos Also removed 3.7 and 3.8 from test matrix.
Configuration menu - View commit details
-
Copy full SHA for 3a5dda7 - Browse repository at this point
Copy the full SHA 3a5dda7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65dd435 - Browse repository at this point
Copy the full SHA 65dd435View commit details -
Configuration menu - View commit details
-
Copy full SHA for cba58a6 - Browse repository at this point
Copy the full SHA cba58a6View commit details
Commits on Apr 3, 2024
-
Make it even easier to retrieve the test certificate by writing it into the current directory if no path is supplied.
Configuration menu - View commit details
-
Copy full SHA for 178f84e - Browse repository at this point
Copy the full SHA 178f84eView commit details
Commits on Apr 8, 2024
-
Expose QR code helper explicitly.
This simplifies making use of it without having access to a client instance.
Configuration menu - View commit details
-
Copy full SHA for 4913557 - Browse repository at this point
Copy the full SHA 4913557View commit details
Commits on Apr 12, 2024
-
Update README.rst - use pytest instead of py.test
pytest is the "new" name :)
Configuration menu - View commit details
-
Copy full SHA for 46a8447 - Browse repository at this point
Copy the full SHA 46a8447View commit details -
Merge pull request #62 from hbldh/generate-qr-code-util
Expose QR code helper explicitly
Configuration menu - View commit details
-
Copy full SHA for 4392874 - Browse repository at this point
Copy the full SHA 4392874View commit details -
Configuration menu - View commit details
-
Copy full SHA for f63f9be - Browse repository at this point
Copy the full SHA f63f9beView commit details -
Merge pull request #63 from pelme/patch-1
Update README.rst - use pytest instead of py.test
Configuration menu - View commit details
-
Copy full SHA for 890e287 - Browse repository at this point
Copy the full SHA 890e287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 632ff39 - Browse repository at this point
Copy the full SHA 632ff39View commit details
Commits on Apr 15, 2024
-
Cache ip addresses in test suite.
Also, only keep a sync version of the ip_address fixture. This avoids httpbin flakyness/unrelibility since the ip address fetch only needs to happen once.
Configuration menu - View commit details
-
Copy full SHA for b4773ab - Browse repository at this point
Copy the full SHA b4773abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6380923 - Browse repository at this point
Copy the full SHA 6380923View commit details -
Use builtin importlib.resources.
Supporting Python >=3.9 does not require using the backport. Also, use joinpath() to simplify the retrival of the path+return pathlib.Path instead of str.
Configuration menu - View commit details
-
Copy full SHA for 296d250 - Browse repository at this point
Copy the full SHA 296d250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 151d30b - Browse repository at this point
Copy the full SHA 151d30bView commit details -
Merge pull request #65 from pelme/ip-address-cache
Cache ip addresses in test suite.
Configuration menu - View commit details
-
Copy full SHA for c0c8158 - Browse repository at this point
Copy the full SHA c0c8158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4beaca3 - Browse repository at this point
Copy the full SHA 4beaca3View commit details -
Merge pull request #66 from pelme/builtin-importlib-resources
Use builtin importlib.resources.
Configuration menu - View commit details
-
Copy full SHA for 43f1245 - Browse repository at this point
Copy the full SHA 43f1245View commit details -
Configuration menu - View commit details
-
Copy full SHA for adcd2be - Browse repository at this point
Copy the full SHA adcd2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for fafa06b - Browse repository at this point
Copy the full SHA fafa06bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b4c85 - Browse repository at this point
Copy the full SHA 11b4c85View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ea31e1 - Browse repository at this point
Copy the full SHA 7ea31e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06213ae - Browse repository at this point
Copy the full SHA 06213aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for aed72c6 - Browse repository at this point
Copy the full SHA aed72c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e2c33 - Browse repository at this point
Copy the full SHA 63e2c33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0938ecd - Browse repository at this point
Copy the full SHA 0938ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa4d46c - Browse repository at this point
Copy the full SHA aa4d46cView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84558c6 - Browse repository at this point
Copy the full SHA 84558c6View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccaa74c - Browse repository at this point
Copy the full SHA ccaa74cView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dde93ec - Browse repository at this point
Copy the full SHA dde93ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c63e65 - Browse repository at this point
Copy the full SHA 0c63e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f490c1 - Browse repository at this point
Copy the full SHA 9f490c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b71945 - Browse repository at this point
Copy the full SHA 9b71945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dba57f - Browse repository at this point
Copy the full SHA 0dba57fView commit details
Commits on Jul 3, 2024
-
Emil committed
Jul 3, 2024 Configuration menu - View commit details
-
Copy full SHA for dcf4c6a - Browse repository at this point
Copy the full SHA dcf4c6aView commit details
Commits on Aug 23, 2024
-
Merge pull request #71 from dunderrrrrr/update-bankid-certs
Update test certificates
Configuration menu - View commit details
-
Copy full SHA for 731e369 - Browse repository at this point
Copy the full SHA 731e369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8094c80 - Browse repository at this point
Copy the full SHA 8094c80View commit details -
The old exporting functions did not work any more apparently. Exported them from FPTestcert5_20240610.pem instead of p12.
Configuration menu - View commit details
-
Copy full SHA for 5a68ddd - Browse repository at this point
Copy the full SHA 5a68dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f1276 - Browse repository at this point
Copy the full SHA f3f1276View commit details -
Configuration menu - View commit details
-
Copy full SHA for af1a45a - Browse repository at this point
Copy the full SHA af1a45aView commit details