fabiocaccamo / python-codicefiscale

:it: :credit_card: italian fiscal codes encoding, decoding and validation - codifica, decodifica e validazione del Codice Fiscale italiano.
MIT License
74 stars 23 forks source link

Update python-fsutil requirement from ~=0.6.0 to ~=0.6.1 #21

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on python-fsutil to permit the latest version.

Release notes

Sourced from python-fsutil's releases.

0.6.1

  • Fixed create_zip_file content directory structure.
Changelog

Sourced from python-fsutil's changelog.

0.6.1 - 2022-05-20

  • Fixed create_zip_file content directory structure.

0.6.0 - 2022-01-25

  • Added read_file_json and write_file_json methods.
  • Removed requests requirement (it's optional now).

0.5.0 - 2021-05-03

  • Added get_parent_dir method.
  • Updated join_path to force concatenation even with absolute paths.
  • Updated join_path to return a normalized path.
  • Updated join_filepath method to use join_path.

0.4.0 - 2020-12-23

  • Added delete_dir_content method (alias for remove_dir_content method).
  • Added download_file method.
  • Added read_file_from_url method.
  • Added remove_dir_content and method.

0.3.0 - 2020-11-04

  • Added create_zip_file method.
  • Added extract_zip_file method.
  • Added get_dir_creation_date method.
  • Added get_dir_creation_date_formatted method.
  • Added get_dir_last_modified_date method.
  • Added get_dir_last_modified_date_formatted method.
  • Added get_file_creation_date method.
  • Added get_file_creation_date_formatted method.
  • Added get_file_last_modified_date method.
  • Added get_file_last_modified_date_formatted method.
  • Added read_file_lines method.
  • Refactored tests.

0.2.0 - 2020-10-29

  • Added convert_size_bytes_to_string method.
  • Added convert_size_string_to_bytes method.
  • Added get_dir_size method.
  • Added get_dir_size_formatted method.
  • Added get_file_size method.
  • Added get_file_size_formatted.
  • Renamed get_path to join_path.
  • Renamed get_hash to get_file_hash.
  • Fixed clean_dir method and added relative tests.
  • Improved code quality and tests coverage.

0.1.0 - 2020-10-27

  • Released python-fsutil
Commits


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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #21 (e8a9740) into master (ec1f19a) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #21   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          185       185           
=========================================
  Hits           185       185           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1ec30da...e8a9740. Read the comment docs.