Bump version 0.9.0 -> 0.10.0

This commit is contained in:
Karolina Surma
2024-10-10 11:05:50 +02:00
parent 41cdaf2a55
commit bf70f16f6c
3 changed files with 18 additions and 1 deletions
+16
View File
@@ -1,5 +1,21 @@
# Changelog # Changelog
# [0.10.0] - 2024-10-10
### Added
- CLI `--automode`, `-a` to create buildable spec files (suitable for automated
environments)
### Changed
- In the default mode of pyp2spec create a spec file that requires a human input
The top-level modules cannot be easily detected, hence `%pyproject_save_files`
has to be filled in by a packager
- Continue with creating the spec files even if the license is not detected,
leave the field blank to fill in by the packager
### Removed
- Many CLI options and manual config entries. The tool now only takes care of what it can detect from the package data.
# [0.9.0] - 2024-04-11 # [0.9.0] - 2024-04-11
### Added ### Added
- Added a possibility to create spec files for specific Python versions - Added a possibility to create spec files for specific Python versions
+1
View File
@@ -1,2 +1,3 @@
recursive-include tests * recursive-include tests *
recursive-exclude tests/__pycache__ * recursive-exclude tests/__pycache__ *
include tox.ini
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "pyp2spec" name = "pyp2spec"
version = "0.9.0" version = "0.10.0"
description = "Generate a valid Fedora specfile from Python package from PyPI" description = "Generate a valid Fedora specfile from Python package from PyPI"
readme = { file = "README.md", content-type = "text/markdown" } readme = { file = "README.md", content-type = "text/markdown" }
authors = [ authors = [