rust-cpython-devel-0.5.2-2.fc34 in Fedora 34
↵ Return to the main page of rust-cpython-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Changelog
Date |
Author |
Change |
2021-01-27 |
Fedora Release Engineering <releng at fedoraproject dot org> - 0.5.2-2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
2021-01-07 |
Fabio Valentini <decathorpe at gmail dot com> - 0.5.2-1 |
- Initial package |
Provides
- crate(cpython)
- rust-cpython-devel
Files
- usr/
- share/
- cargo/
- registry/
- cpython-0.5.2/
- .cargo-checksum.json
- CHANGELOG.md
- Cargo.toml
- LICENSE
- README.md
- build.rs
- examples/
- src/
- argparse.rs
- buffer.rs
- conversion.rs
- err.rs
- function.rs
- lib.rs
- objectprotocol.rs
- objects/
- boolobject.rs
- capsule.rs
- dict.rs
- exc.rs
- iterator.rs
- list.rs
- mod.rs
- module.rs
- num.rs
- object.rs
- oldstyle.rs
- sequence.rs
- set.rs
- string.rs
- tests.rs
- tuple.rs
- typeobject.rs
- py_class/
- gc.rs
- members.rs
- mod.rs
- py_class.rs
- py_class_impl.py
- py_class_impl2.rs
- py_class_impl3.rs
- slots.rs
- python.rs
- pythonrun.rs
- serde/
- de.rs
- error.rs
- mod.rs
- ser.rs
- tests.rs
- sharedref.rs
- tests/
- test_class.rs
- test_function.rs
- test_sharedref.rs
- test_thread_exit.rs
- doc/
- licenses/