-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drops the use of the heavyweight Babel library for this single task. The result is not thread-safe, but librpm probably isn't either and rpmautospec is usually run in its own process. This adds a simple context manager to changelog.py that allows us to set the LC_TIME within a context block, so we don't forget to change it back. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
- Loading branch information
1 parent
11fa926
commit 8efb333
Showing
3 changed files
with
17 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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