Files
pyp2spec/tests/test_configs/pyp2spec_tomli.conf
T

30 lines
755 B
Plaintext

pypi_name = "tomli"
python_name = "python-tomli"
modules = ["tomli"]
version = "1.1.0"
release = "1"
summary = "A little TOML parser for Python"
license = "MIT"
url = "https://pypi.org/project/tomli/"
source = "https://github.com/hukkin/tomli/archive/refs/tags/%{version}.tar.gz"
archive_name = "tomli"
description = '''
Tomli is a Python library for parsing TOML.
Tomli is fully compatible with TOML v1.0.0.
'''
manual_build_requires = [
"python3-pytest",
"python3-dateutil",
]
test_method = "pytest"
license_files = ["LICENSE"]
doc_files = ["README.md", "CHANGELOG.md"]
changelog_head = "Thu Jul 29 2021 Package Maintainer <package@maintainer.com>"
changelog_msg = '''
Update to version 1.1.0
- `load` can now take a binary file object
'''