-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-blue to version 0.9.1 / rev 9 via SR 1084655
https://build.opensuse.org/request/show/1084655 by user dgarcia + dimstar_suse - Add black-23.3.patch to make it compatible with latest python-black version. gh#grantjenks/blue#97
- Loading branch information
1 parent
c8cf016
commit d2e2e96
Showing
5 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Index: blue-0.9.1/blue/__init__.py | ||
=================================================================== | ||
--- blue-0.9.1.orig/blue/__init__.py | ||
+++ blue-0.9.1/blue/__init__.py | ||
@@ -451,7 +451,7 @@ def main(): | ||
'Black', 'Blue' | ||
) | ||
# Change the config param callback to support setup.cfg, tox.ini, etc. | ||
- config_param = black.main.params[25] | ||
+ config_param = black.main.params[26] | ||
assert config_param.name == 'config' | ||
config_param.callback = read_configs | ||
# Change the version string by adding a redundant Click `version_option` |
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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Thu May 4 12:02:24 UTC 2023 - Daniel Garcia <[email protected]> | ||
|
||
- Add black-23.3.patch to make it compatible with latest python-black | ||
version. gh#grantjenks/blue#97 | ||
|
||
------------------------------------------------------------------- | ||
Sat Jan 28 12:58:30 UTC 2023 - Dirk Müller <[email protected]> | ||
|
||
|
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