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

Move src/tablib/packages/dbfpy to src/tablib/_vendor/dbfpy #570

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Oct 30, 2023

Follow on from #569.

dbfpy is a vendored package. Move it to a _vendor directory to make this clear.

This will be released in tablib 4.0.0.

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Merging #570 (c86b62b) into master (8e2004c) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #570   +/-   ##
=======================================
  Coverage   92.40%   92.40%           
=======================================
  Files          28       28           
  Lines        2938     2938           
=======================================
  Hits         2715     2715           
  Misses        223      223           
Files Coverage Δ
src/tablib/_vendor/dbfpy/dbf.py 68.75% <ø> (ø)
src/tablib/_vendor/dbfpy/dbfnew.py 97.67% <ø> (ø)
src/tablib/_vendor/dbfpy/fields.py 71.27% <ø> (ø)
src/tablib/_vendor/dbfpy/header.py 83.16% <ø> (ø)
src/tablib/_vendor/dbfpy/record.py 76.38% <ø> (ø)
src/tablib/_vendor/dbfpy/utils.py 90.32% <ø> (ø)
src/tablib/formats/_dbf.py 100.00% <100.00%> (ø)
tests/test_tablib_dbfpy_packages_fields.py 100.00% <100.00%> (ø)
tests/test_tablib_dbfpy_packages_utils.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hugovk hugovk merged commit 9ef5584 into jazzband:master Oct 30, 2023
21 checks passed
@hugovk hugovk deleted the mv-vendor branch October 30, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants