| Name: | python3-javaobj |
|---|---|
| Version: | 0.4.0.1 |
| Release: | 1.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 353724 |
| License: | ASL 2.0 |
| RPM: | python3-javaobj-0.4.0.1-1.el8.noarch.rpm |
| Source RPM: | python-javaobj-0.4.0.1-1.el8.src.rpm |
| Build Date: | Tue Mar 02 2021 |
| Build Host: | host-100-100-224-13.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://github.com/tcalmant/python-javaobj |
| Summary: | Python module for serializing and deserializing Java objects |
| Description: | python-javaobj is a python library that provides functions for reading and writing (writing is WIP currently) Java objects serialized or will be deserialized by ObjectOutputStream. This form of object representation is a standard data interchange format in Java world. |
- Remove Python 2 support - Simplify spec file - Update to latest upstream release 0.4.0.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Python3 support - New upstream snapshot
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Introduce license macro
- BR python2
- Use date of last commit (instead of checkout/export) - Use GitHub (forked?) - Remove sed fiddling - Distribute tests folder as documentation samples
- Fix swing/awt test
- Initial