2024-03-18 04:39:28 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 18 04:38:41 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Add missing importlib_metadata to {Build,}Requires.
|
|
|
|
|
- Less globs in %files.
|
|
|
|
|
|
2023-06-06 09:32:10 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 5 10:29:18 UTC 2023 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 1.0.0
|
|
|
|
|
* Changed
|
|
|
|
|
Supported Python versions are now 3.7 – 3.11 (inclusive)
|
|
|
|
|
Project codebase & tooling refreshed
|
|
|
|
|
Get rnginline.__version__ / rnginline --version from package metadata instead of hardcoding it.
|
|
|
|
|
* Fixed
|
|
|
|
|
Handle indirectly-included components when overriding (#5)
|
|
|
|
|
Thanks to takesson for reporting this and providing a test case to demonstrate the issue.
|
|
|
|
|
Resolved deprecation warnings from:
|
|
|
|
|
old string escape syntax
|
|
|
|
|
pkg_resources module (we now use importlib_resources)
|
|
|
|
|
docopt (we now use docopt-ng)
|
|
|
|
|
- python-six is not required
|
|
|
|
|
|
2021-10-08 13:47:57 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 8 08:17:07 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- actually test the package, use %pytest macro
|
|
|
|
|
|
2020-05-19 12:13:10 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 19 09:27:46 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
|
|
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
|
|
2018-12-19 03:56:38 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 18 23:41:14 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
|
|
2018-12-04 14:00:40 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:53:54 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2017-09-08 18:35:24 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 7 22:42:22 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
|
|
- initial version
|