14
0

Accepting request 1091055 from home:pgajdos:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1091055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rnginline?expand=0&rev=10
This commit is contained in:
2023-06-06 09:32:10 +00:00
committed by Git OBS Bridge
parent 4aea956fd3
commit 58bf7d3684
4 changed files with 32 additions and 17 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Oct 8 08:17:07 UTC 2021 - pgajdos@suse.com