Dataclass for PEP 621 metadata with support for core metadata generation.
This project does not implement the parsing of pyproject.toml containing PEP
621 metadata. Instead, given a Python data structure representing PEP 621
metadata (already parsed), it will validate this input and generate a PEP
643-compliant metadata file (e.g. PKG-INFO).
* Mon Feb 09 2026 Jerry James <loganjerry@gmail.com> - 0.11.0-1
- Version 0.11.0
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Nov 21 2025 Jerry James <loganjerry@gmail.com> - 0.10.0-1
- Version 0.10.0
* Thu Oct 30 2025 Jerry James <loganjerry@gmail.com> - 0.9.1-6
- Remove old pep621 obsoletes
- Use the pyproject declarative buildsystem
- Fix building with the doc conditional
- Remove redundant LICENSE installation
- Minor spec file cleanups
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.9.1-5
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.9.1-4
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 0.9.1-2
- Rebuilt for Python 3.14
* Wed Mar 12 2025 Lumir Balhar <lbalhar@redhat.com> - 0.9.1-1
- Update to 0.9.1 (rhbz#2312092)
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jan 15 2025 Jerry James <loganjerry@gmail.com> - 0.8.0-5
- Assert that no license file is installed
- Test in verbose mode
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed Jul 17 2024 Jerry James <loganjerry@gmail.com> - 0.8.0-3
- Add VCS field
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.8.0-2
- Rebuilt for Python 3.13
* Thu Apr 18 2024 Jerry James <loganjerry@gmail.com> - 0.8.0-1
- Version 0.8.0
- Drop now unnecessary test patch
- Minor spec file simplifications