mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-27 21:00:37 +02:00
Bump version 0.8.0 -> 0.9.0
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
# [0.9.0] - 2024-04-11
|
||||
### Added
|
||||
- Added a possibility to create spec files for specific Python versions
|
||||
Use a new command-line option `-p, --python-alt-version` to set it.
|
||||
|
||||
|
||||
# [0.8.0] - 2023-10-11
|
||||
### Added
|
||||
- Automatically detect whether a package is archful or not based on a wheel name.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = pyp2spec
|
||||
version = 0.8.0
|
||||
version = 0.9.0
|
||||
author = Karolina Surma
|
||||
author_email = ksurma@redhat.com
|
||||
description = Generate a valid Fedora specfile from Python package from PyPI
|
||||
@@ -16,11 +16,12 @@ classifiers =
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: 3.12
|
||||
Programming Language :: Python :: 3.13
|
||||
Operating System :: POSIX :: Linux
|
||||
License :: OSI Approved :: MIT License
|
||||
License :: OSI Approved :: MIT No Attribution License (MIT-0)
|
||||
Development Status :: 3 - Alpha
|
||||
|
||||
[options]
|
||||
packages = find:
|
||||
python_requires = >=3.9
|
||||
|
||||
Reference in New Issue
Block a user