Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-subunit2sql-1.10.0-5.mga10 RPM for noarch

From Mageia Cauldron for armv7hl / media / core / release

Name: python3-subunit2sql Distribution: Mageia
Version: 1.10.0 Vendor: Mageia.Org
Release: 5.mga10 Build date: Mon Jan 22 12:00:28 2024
Group: Development/Python Build host: localhost
Size: 786806 Source RPM: python-subunit2sql-1.10.0-5.mga10.src.rpm
Packager: papoteur <papoteur>
Url: https://pypi.org/project/subunit2sql
Summary: Tooling for converting subunit streams into a SQL DB
subunit2SQL is a tool for storing test results data in a SQL database.
Like it's name implies it was originally designed around converting
subunit streams to data in a SQL database and the packaged utilities
assume a subunit stream as the input format. However, the data model
used for the DB does not preclude using any test result format.

Provides

Requires

License

ASL 2.0

Changelog

* Mon Jan 22 2024 papoteur <papoteur> 1.10.0-5.mga10
  + Revision: 2033559
  - use pyproject macros
  - rebuild for python 3.12
* Thu Mar 24 2022 umeabot <umeabot> 1.10.0-4.mga9
  + Revision: 1824913
  - Mageia 9 Mass Rebuild
* Mon Feb 21 2022 mrambo3501 <mrambo3501> 1.10.0-3.mga9
  + Revision: 1782275
  - rebuild for python-3.10

Files

/usr/bin/sql2subunit
/usr/bin/subunit2sql
/usr/bin/subunit2sql-db-manage
/usr/lib/python3.12/site-packages/subunit2sql
/usr/lib/python3.12/site-packages/subunit2sql-1.10.0.dist-info
/usr/lib/python3.12/site-packages/subunit2sql-1.10.0.dist-info/AUTHORS
/usr/lib/python3.12/site-packages/subunit2sql-1.10.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/subunit2sql-1.10.0.dist-info/LICENSE
/usr/lib/python3.12/site-packages/subunit2sql-1.10.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/subunit2sql-1.10.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/subunit2sql-1.10.0.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/subunit2sql-1.10.0.dist-info/pbr.json
/usr/lib/python3.12/site-packages/subunit2sql-1.10.0.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/subunit2sql/__init__.py
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/exceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/exceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/read_subunit.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/read_subunit.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/shell.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/shell.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/write_subunit.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/__pycache__/write_subunit.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/db
/usr/lib/python3.12/site-packages/subunit2sql/db/__init__.py
/usr/lib/python3.12/site-packages/subunit2sql/db/__pycache__
/usr/lib/python3.12/site-packages/subunit2sql/db/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/db/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/db/__pycache__/api.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/db/__pycache__/api.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/db/__pycache__/models.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/db/__pycache__/models.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/db/api.py
/usr/lib/python3.12/site-packages/subunit2sql/db/models.py
/usr/lib/python3.12/site-packages/subunit2sql/exceptions.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations
/usr/lib/python3.12/site-packages/subunit2sql/migrations/README
/usr/lib/python3.12/site-packages/subunit2sql/migrations/__init__.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/__pycache__
/usr/lib/python3.12/site-packages/subunit2sql/migrations/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/__pycache__/cli.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/__pycache__/cli.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/__pycache__/env.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/__pycache__/env.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/alembic.ini
/usr/lib/python3.12/site-packages/subunit2sql/migrations/cli.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/env.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/script.py.mako
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/10a2b6d4b06e_add_even_more_indexes.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/13d819bbb0ff_create_missing_indexes.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/163fd5aa1380_create_avg_runtime_column_in_test_table.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/1679b5bc102c_add_subsecond_columns_to_test_runs_table.mysql_upgrade.sql
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/1679b5bc102c_add_subsecond_columns_to_test_runs_table.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/1f92cfe8a6d3_create_runs_table.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/1ff737bef438_add_indexes_on_common_search_fields.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/2822a408bdd0_uuid_to_integer_ids.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/28ac1ba9c3db_add_run_order_column.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/2fb76f1a1393_rename_test_id_column_in_test_metadata_.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/35cd45895e56_add_missing_fk_indexes.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/3db7b49816d5_create_test_runs_table.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/487f279b8c78_add_attachments_table.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/4ca26dac400e_create_metadata_tables.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/5332fe255095_populate_run_time_for_existing_tests.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/5ef013efbc2_create_tests_tables.py
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/10a2b6d4b06e_add_even_more_indexes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/10a2b6d4b06e_add_even_more_indexes.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/13d819bbb0ff_create_missing_indexes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/13d819bbb0ff_create_missing_indexes.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/163fd5aa1380_create_avg_runtime_column_in_test_table.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/163fd5aa1380_create_avg_runtime_column_in_test_table.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/1679b5bc102c_add_subsecond_columns_to_test_runs_table.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/1679b5bc102c_add_subsecond_columns_to_test_runs_table.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/1f92cfe8a6d3_create_runs_table.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/1f92cfe8a6d3_create_runs_table.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/1ff737bef438_add_indexes_on_common_search_fields.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/1ff737bef438_add_indexes_on_common_search_fields.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/2822a408bdd0_uuid_to_integer_ids.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/2822a408bdd0_uuid_to_integer_ids.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/28ac1ba9c3db_add_run_order_column.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/28ac1ba9c3db_add_run_order_column.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/2fb76f1a1393_rename_test_id_column_in_test_metadata_.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/2fb76f1a1393_rename_test_id_column_in_test_metadata_.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/35cd45895e56_add_missing_fk_indexes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/35cd45895e56_add_missing_fk_indexes.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/3db7b49816d5_create_test_runs_table.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/3db7b49816d5_create_test_runs_table.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/487f279b8c78_add_attachments_table.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/487f279b8c78_add_attachments_table.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/4ca26dac400e_create_metadata_tables.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/4ca26dac400e_create_metadata_tables.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/5332fe255095_populate_run_time_for_existing_tests.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/5332fe255095_populate_run_time_for_existing_tests.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/5ef013efbc2_create_tests_tables.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/5ef013efbc2_create_tests_tables.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/b96122f780_cleanup_and_improve_indexes.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/__pycache__/b96122f780_cleanup_and_improve_indexes.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/migrations/versions/b96122f780_cleanup_and_improve_indexes.py
/usr/lib/python3.12/site-packages/subunit2sql/read_subunit.py
/usr/lib/python3.12/site-packages/subunit2sql/shell.py
/usr/lib/python3.12/site-packages/subunit2sql/targets
/usr/lib/python3.12/site-packages/subunit2sql/targets/__init__.py
/usr/lib/python3.12/site-packages/subunit2sql/targets/__pycache__
/usr/lib/python3.12/site-packages/subunit2sql/targets/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/targets/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/targets/__pycache__/localdir.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/targets/__pycache__/localdir.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/targets/localdir.py
/usr/lib/python3.12/site-packages/subunit2sql/tests
/usr/lib/python3.12/site-packages/subunit2sql/tests/__init__.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/base.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/base.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/db_test_utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/db_test_utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/subunit2sql_fixtures.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/subunit2sql_fixtures.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/test_read_subunit.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/test_read_subunit.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/test_shell.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/test_shell.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/test_targets_localdir.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/test_targets_localdir.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/test_write_subunit.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/__pycache__/test_write_subunit.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/base.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/db
/usr/lib/python3.12/site-packages/subunit2sql/tests/db/__init__.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/db/__pycache__
/usr/lib/python3.12/site-packages/subunit2sql/tests/db/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/db/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/db/__pycache__/test_api.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/db/__pycache__/test_api.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/db/test_api.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/db_test_utils.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/__init__.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/__pycache__
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/__pycache__/test_migrations.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/__pycache__/test_migrations.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/__pycache__/test_model_sync.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/__pycache__/test_model_sync.cpython-312.pyc
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/test_migrations.conf
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/test_migrations.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/migrations/test_model_sync.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/subunit2sql_fixtures.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/test_read_subunit.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/test_shell.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/test_targets_localdir.py
/usr/lib/python3.12/site-packages/subunit2sql/tests/test_write_subunit.py
/usr/lib/python3.12/site-packages/subunit2sql/write_subunit.py
/usr/share/doc/python3-subunit2sql
/usr/share/doc/python3-subunit2sql/README.rst
/usr/share/licenses/python3-subunit2sql
/usr/share/licenses/python3-subunit2sql/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 06:19:05 2024