Changelog for
rpmconf-1.1.4-bp154.1.36.noarch.rpm :
* Sat Nov 20 2021 Alexei Sorokin
- Update to version 1.1.4 (changes since 1.0.19):
* Better handle message after merging.
* Add sdiff support (gh#xsuchy/rpmconf#51).
* rpmconf.sgml: Improve readability.
* Drop the deprecated no-op \"U\" mode for open() for Python 3.9+.
* Fix short version of --version.
* Implement --root option.
* initialise rpm transaction faster.
* Do not traceback when Ctrl+C.
* Do not go over all packages if neither -a or -o is set.
* Implement --exclude.
* Implement unattended mode.
* Move init section after sleep() so it can be interrupted by ^C.- Fix version in the released RPM.- BuildRequire make.
* Tue May 09 2017 sor.alexeiAATTmeowr.ru- Update to version 1.0.19:
* Implement --test.
* Correctly pass /dev/null to difflib (rh#1350249).
* Sat Jul 23 2016 sor.alexeiAATTmeowr.ru- Update to version 1.0.18 (changes since 1.0.16):
* Fix a typo in /usr/bin/ls call arguments.
* Standard import \"import errno\" comes before \"from rpmconf import rpmconf\".
* Set loglevel only for rpmconf logger.
* Add pylintrc.
* Fri Dec 04 2015 sor.alexeiAATTmeowr.ru- Update to 1.0.16:
* Local variable \'fromdate\' referenced before assignment.
* Sat Nov 28 2015 sor.alexeiAATTmeowr.ru- Update to 1.0.15:
* Handle broken symlinks.
* Wed Nov 25 2015 sor.alexeiAATTmeowr.ru- Update to 1.0.14:
* Improve error message.
* Check for root privileges.
* Clarify man page.
* Mon Nov 16 2015 sor.alexeiAATTmeowr.ru- Update to 1.0.13:
* Do TB when somebody remove file under our hand.
* Tue Aug 18 2015 sor.alexeiAATTmeowr.ru- Remove python3-rpmconf-doc which contained a HTML page with the same content as does rpmconf (3) manpage. This also solves odd build failures.
* Sat Jul 04 2015 sor.alexeiAATTmeowr.ru- Update to 1.0.12 (changes since 1.0.9):
* Other method for stdin flush and handle Ctrl+C correctly.
* Disable pylint warnings.
* Thu Jun 04 2015 sor.alexeiAATTmeowr.ru- Update to 1.0.9 (changes since 1.0.7):
* pylint: let the logger expand params.
* 1226591 - do not flush stdin, when it is not TTY.
* Use RPM Python API to get package name of file.
* Minor fixes.- Change group of python3-rpmconf-doc to Documentation/HTML.- Suggest diffuse, kdiff3, meld, vim as mainstream does.
* Thu Jan 15 2015 sor.alexeiAATTmeowr.ru- Update to 1.0.7:
* Add / before usr/bin.
* Fri Jan 09 2015 sor.alexeiAATTmeowr.ru- Update to 1.0.6 (changes since 1.0.4):
* Let tito bump up version in docs/source/conf.py.
* Split to python class and CLI.
* Use rpm python api to get version.
* Mon Jan 05 2015 sor.alexeiAATTmeowr.ru- Initial package.