Package Release Info

rpmconf-1.1.8-bp155.1.6

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-rpmconf
rpmconf

Change Logs

* Mon Dec 05 2022 Dirk Müller <dmueller@suse.com>
- update to 1.1.8:
  * change wording to avoid confusion
  * avoid loops during clean action
Version: 1.1.4-bp154.1.36
* Sat Nov 20 2021 Alexei Sorokin <sor.alexei@meowr.ru>
- 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.
Version: 1.0.19-bp150.2.4
* Tue May 09 2017 sor.alexei@meowr.ru
- Update to version 1.0.19:
  * Implement --test.
  * Correctly pass /dev/null to difflib (rh#1350249).
* Sat Jul 23 2016 sor.alexei@meowr.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.alexei@meowr.ru
- Update to 1.0.16:
  * Local variable 'fromdate' referenced before assignment.
* Sat Nov 28 2015 sor.alexei@meowr.ru
- Update to 1.0.15:
  * Handle broken symlinks.
* Wed Nov 25 2015 sor.alexei@meowr.ru
- Update to 1.0.14:
  * Improve error message.
  * Check for root privileges.
  * Clarify man page.
* Mon Nov 16 2015 sor.alexei@meowr.ru
- Update to 1.0.13:
  * Do TB when somebody remove file under our hand.
* Tue Aug 18 2015 sor.alexei@meowr.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.alexei@meowr.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.alexei@meowr.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.alexei@meowr.ru
- Update to 1.0.7:
  * Add / before usr/bin.
* Fri Jan 09 2015 sor.alexei@meowr.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.alexei@meowr.ru
- Initial package.