Changelog for
spec-cleaner-1.2.1-167.45.noarch.rpm :
* Thu Jun 17 2021 Atilla ÖNTAŞ
- Fix: Use Mageia specific macro for Mageia builds in spec file
* Tue Nov 17 2020 John Vandenberg - Update URLs- Remove build dependencies on unnecessary pytest plugins
* Thu Oct 01 2020 Tomáš Chvátal - Update to 1.2.1 bsc#1099674:
* Use Leap 15.2 as a base for data files
* Wed Aug 26 2020 Dominique Leuenberger - Use %{_prefix}/lib instead of %{_libexecdir}: obs services are explicitly looked for at this location.
* Tue Jun 16 2020 Tomáš Chvátal - Update to 1.2.0 bsc#1099674:
* Fix pypi rewritter to work with wheels
* Do not choke on multiline string macros
* Wed Mar 25 2020 Kristyna Streitova - Update to 1.1.9 bsc#1099674:
* Add builtin and comprehensions to catch tad more issues
* Do not add FIXME comments for already commented lines
* Add the article to the comment
* Exclude mysql_testserver calls from bracketing
* Do not curlify systemd_ordering macro
* Ignore dephell setup generator macro from bracketing
* Use github actions and drop travis and tox
* Use pre-commit framework for the project (it runs black, flake8, flake8-docstrings and mypy on every commit)
* Update README
* Add %{dephell_gensetup} macro instead of the full call to dephell com
* Thu Jan 30 2020 Kristyna Streitova - Update to 1.1.8 bsc#1099674:
* Change libexecdir substitution to do /usr/libexec to %{_libexecdir}
* Exclude apache_rex_check from bracketing
* Add testscase for boolean dependencies that gets mangled currently
* Do not remove -p0 from autosetup
* Use %make_build if possible issue
* Teach spec-cleaner to not break the %elif
* macros added with rpm 4.15
* Fixup the nested boolean dependencies
* Fixup whitespace reported by flake8
* Set explicit urllib timeout issue
* Replace more stuff for %make build
* Thu Nov 14 2019 Tomáš Chvátal - Update to 1.1.7 bsc#1099674:
* Fix a duplication with new SUSE copyright line
* Exclude all pom_ macros from bracketing
* Mon Nov 11 2019 Kristyna Streitova - Update to 1.1.6 bsc#1099674:
* Do not remove groups by default. Now, groups are kept untouched by default. Introduce a new option \'--remove-groups\' that removes Group tags from the specfile. Remove \'--preserve_groups\' option.
* Say goodbye to setup.py test usage as it is deprecated
* Update the copyring and SUSE header string wrt #264
* Ignore hpc_configure macro from bracketing
* Thu Sep 26 2019 Kristyna Streitova - Update to 1.1.5 bsc#1099674:
* Use https in URL in spec-cleaner.spec test
* Remove duplicated backslash in regexp
* Parallelize test run
* Add jupyter_move_config to excludes from bracketing
* Do not fail if URL is ftp:// or other protocol
* Make xdist enabled by default on all test runs and add xdist to deps
* By default remove groups from packages- remove spec-cleaner-1.1.4_test_https.patch that is no longer needed