Commit 9f30beb
committed
Update kastore to C_2.0.0
1 parent 623b3b3 commit 9f30beb
File tree
2 files changed
+2
-2
lines changed- c/subprojects/full-projects
- python/tests
2 files changed
+2
-2
lines changed- .github/workflows/lint.yml+34
- .github/workflows/wheels.yml+215
- .pre-commit-config.yaml+38
- .readthedocs.yml+16
- .travis.yml+6-4
- appveyor.yml+23-19
- c/.clang-format+21
- c/CHANGELOG.rst+14
- c/cpp_tests.cpp+2-1
- c/example.c+4-4
- c/io_tests.c+52-46
- c/kastore.c+166-103
- c/kastore.h+121-77
- c/malloc_tests.c+15-19
- c/meson.build+1
- c/tests.c+337-128
- docker/buildwheel.sh+22
- docker/shared.env+5
- docs/c-api.rst+1
- docs/conf.py+39-38
- docs/development.rst+34-4
- docs/examples.py+4-5
- docs/introduction.rst+1-1
- docs/python-api.rst+11-4
- docs/rtd_requirements.txt+4-1
- python/.flake8+6
- python/CHANGELOG.rst+20
- python/MANIFEST.in+1-1
- python/_kastoremodule.c+97-28
- python/kastore/__init__.py+94-22
- python/kastore/_version.py+1-1
- python/kastore/cli.py+23-19
- python/kastore/exceptions.py+20-34
- python/kastore/store.py+163-91
- python/make_standard_files.py+53-43
- python/requirements/CI/tests/requirements.txt+6
- python/requirements/development.txt+2
- python/setup.py+33-33
- python/stress_lowlevel.py+24-10
- python/tests/__init__.py
- python/tests/test_cli.py+24-14
- python/tests/test_errors.py+129-54
- python/tests/test_file_format.py+82-23
- python/tests/test_fileobj.py+412
- python/tests/test_interface.py+177-3
- python/tests/test_lowlevel.py+81
- python/tests/test_standard_files.py+82-44
- python/tests/test_storage.py+61-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2149 | 2149 | | |
2150 | 2150 | | |
2151 | 2151 | | |
2152 | | - | |
| 2152 | + | |
2153 | 2153 | | |
2154 | 2154 | | |
2155 | 2155 | | |
| |||
0 commit comments