-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Dec 20, 2024
1 parent
4782f9c
commit d20294e
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -490,6 +490,25 @@ rm -rf \ | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Fri Dec 20 2024 github-actions <[email protected]> - 42.21-1 | ||
- translations: bump dependency to l10n repo because of branch switch | ||
(k.koukiou) | ||
- pyanaconda: module_manager: fix ciclic import (k.koukiou) | ||
- pyanaconda: bootloader: fix ImportError (k.koukiou) | ||
- ruff: enable isort rules and autofix all isort warnings (k.koukiou) | ||
- Fix useless-return pylint rule (k.koukiou) | ||
- Fix use-dict-literal pylint rule (k.koukiou) | ||
- Fix use-list-literal pylint rule (k.koukiou) | ||
- Fix useless-object-inheritance pylint rule (k.koukiou) | ||
- Fix stop-iteration-return pylint rule (k.koukiou) | ||
- Fix consider-using-in pylint rule (k.koukiou) | ||
- Fix consider-using-from-import pylint rule (k.koukiou) | ||
- Fix comparison-with-itself pylint rule (k.koukiou) | ||
- Fix super-with-arguments pylint rule (k.koukiou) | ||
- Fix use-a-generator pylint rule (k.koukiou) | ||
- Fix simplifiable-if-expression and simplifiable-if-statement pylint rules | ||
(k.koukiou) | ||
|
||
* Tue Dec 17 2024 github-actions <[email protected]> - 42.20-1 | ||
- Subscription code updates - adjust unit tests (mkolman) | ||
- Subscription code updates - GTK GUI (mkolman) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
m4_define(python_required_version, 3.4) | ||
|
||
AC_PREREQ([2.63]) | ||
AC_INIT([anaconda], [42.20], [[email protected]]) | ||
AC_INIT([anaconda], [42.21], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|