14
0
forked from pool/python-textX

- Update to 3.1.1:

* Source distribution packaging issue ([392]). Thanks yurivict@GitHub.
  * Fixed RREL lookup in case of multi-meta models (some special cases were not
    handled correctly; [#379]).
  * Fixed test suite invocation to use `pytest` over `py.test` that stopped
    working in pytest-7.2.0. ([#389]). Thanks mgorny@GitHub.
  * Changed separator in obj. rule refs from `|` to `:`. Old separator
    will still be allowed until version 4.0. ([#385], [#384])
  * Removed the dependency on `future` package ([#388]). Thanks mgorny@GitHub.
  * Removed vendored `six` library. We don't need 2.x support anymore. Thanks 
    davidchall@GitHub for reporting the issue ([#390]).
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Drop a Python 2 requires.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textX?expand=0&rev=37
This commit is contained in:
2023-09-11 05:43:15 +00:00
committed by Git OBS Bridge
parent 0a1d02a680
commit 2d591aa2a6
4 changed files with 46 additions and 46 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Sep 11 05:42:48 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.1.1:
* Source distribution packaging issue ([392]). Thanks yurivict@GitHub.
* Fixed RREL lookup in case of multi-meta models (some special cases were not
handled correctly; [#379]).
* Fixed test suite invocation to use `pytest` over `py.test` that stopped
working in pytest-7.2.0. ([#389]). Thanks mgorny@GitHub.
* Changed separator in obj. rule refs from `|` to `:`. Old separator
will still be allowed until version 4.0. ([#385], [#384])
* Removed the dependency on `future` package ([#388]). Thanks mgorny@GitHub.
* Removed vendored `six` library. We don't need 2.x support anymore. Thanks
davidchall@GitHub for reporting the issue ([#390]).
- Switch to pyproject macros.
- Stop using greedy globs in %files.
- Drop a Python 2 requires.
-------------------------------------------------------------------
Tue Mar 22 20:51:24 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>