Testing based on fastavro documentation:
1. sudo dnf install python3-fastavro+snappy --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-6cca6fb603
- works.
2. Ran https://fastavro.readthedocs.io/en/latest/index.html#example.
3. Checked file size.
4. Ran the same code with modification: writer(..., codec="snappy")
.
5. File size reduced.
Testing based on packaging python3-aiokafka: 1. Downloaded RPM. 2. Installed it in mock. 3. Enabled all extras: https://github.com/aio-libs/aiokafka/blob/bb15ecfb4c85026b2bded912ab7ba7c7e1db3271/pyproject.toml#L36 4. All codec tests passed.
Removal: works.
Testing based on fastavro documentation:
1. sudo dnf install python3-fastavro+snappy --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-7c670ce3a9
- works.
2. Ran https://fastavro.readthedocs.io/en/latest/index.html#example.
3. Checked file size.
4. Ran the same code with modification: writer(..., codec="snappy")
.
5. File size reduced.
Testing based on packaging python3-aiokafka: 1. Downloaded RPM. 2. Installed it in mock. 3. Enabled all extras: https://github.com/aio-libs/aiokafka/blob/bb15ecfb4c85026b2bded912ab7ba7c7e1db3271/pyproject.toml#L36 4. All codec tests passed.
Installation, import and ping work as expected.
Installation, import and ping work as expected.
The patch looks harmless, the package is installable, the library is importable.
Installation and type checking works.
I've tested it using the instructions in README, and it works well.
I've tested it using the instructions in README, and it works well.
Installed, imported, tested
@beartype
decorator