mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-27 21:00:37 +02:00
Bump version 0.9.0 -> 0.10.0
This commit is contained in:
@@ -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,2 +1,3 @@
|
|||||||
recursive-include tests *
|
recursive-include tests *
|
||||||
recursive-exclude tests/__pycache__ *
|
recursive-exclude tests/__pycache__ *
|
||||||
|
include tox.ini
|
||||||
|
|||||||
+1
-1
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user