mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-27 21:00:37 +02:00
Bump version 0.11.1 -> 0.12.0
This commit is contained in:
+2
-1
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
# Unreleased
|
||||
# [0.12.0] - 2025-03-03
|
||||
### Added
|
||||
- Support for compat packages of various granularity (eg. '7', '7.2').
|
||||
Invoke with `--compat <compat-version-string>`
|
||||
@@ -9,6 +9,7 @@ Invoke with `--compat <compat-version-string>`
|
||||
|
||||
### Changed
|
||||
- Package extras are now primarily read from `provides_extra`, only after that's empty from `requires_dist`
|
||||
- Updated the list of Trove License Classifiers
|
||||
|
||||
|
||||
# [0.11.1] - 2024-11-21
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "pyp2spec"
|
||||
version = "0.11.1"
|
||||
version = "0.12.0"
|
||||
description = "Generate a valid Fedora specfile from Python package from PyPI"
|
||||
readme = { file = "README.md", content-type = "text/markdown" }
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user