Update to 0.34.2 upstream release
Upstream tag: 0.34.2 Upstream commit: 875f03ed Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
b470d55f1d
commit
9d32543db9
8 changed files with 145 additions and 110 deletions
|
|
@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result
|
|||
in a minimal diff.}
|
||||
|
||||
|
||||
%global base_version 0.34.1
|
||||
%global base_version 0.34.2
|
||||
#global prerelease rc1
|
||||
|
||||
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
||||
|
|
@ -68,6 +68,9 @@ rm -rf specfile.egg-info
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 18 2025 Packit <hello@packit.dev> - 0.34.2-1
|
||||
- context_management: add a type stub override to fix typing. Type checkers like mypy and pyright can now correctly determine the types for `.sources()`, `.sections()`, and the other `Specfile` methods that return context managers. (#457)
|
||||
|
||||
* Fri Feb 07 2025 Packit <hello@packit.dev> - 0.34.1-1
|
||||
- Removed the usage of a walrus operator for Python 3.6 compatibility. (#450)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue