From a724cdb7710fbc77d939964d47db56597008a51e Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Tue, 22 Oct 2024 18:47:34 +0200 Subject: [PATCH] Bump version 0.10.0 -> 0.11.0 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b294a00..474c525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -# [Unreleased] +# [0.11.0] - 2024-10-22 +### Added +- For packages that publish METADATA with `License-File` field on PyPI, +the generated spec files contain a flag `%pyproject_save_files -l` +which asserts the presence of license files in the distribution during the RPM build + ### Changed - Implemented PEP 625: only the standardized sdist filenames are now supported diff --git a/pyproject.toml b/pyproject.toml index d1066c4..c034785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyp2spec" -version = "0.10.0" +version = "0.11.0" description = "Generate a valid Fedora specfile from Python package from PyPI" readme = { file = "README.md", content-type = "text/markdown" } authors = [