15
0

- update to 3.0.2:

* backported` Unpin ``tabulate`` in our install
    requirements, it's had many more releases since we instituted
    a defensive pin vs some bugs in its later 0.7 line!
  * We neglected to remove references to ``six`` in a
    few spots including some that utilized Invoke's old vendor of same;
    this causes issues when trying to use development and
    upcoming versions of Invoke. Six is now truly gone!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-invocations?expand=0&rev=32
This commit is contained in:
2023-05-10 06:16:04 +00:00
committed by Git OBS Bridge
parent a0a925c0c8
commit 28b8e91bad
5 changed files with 22 additions and 61 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 19:15:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.2:
* backported` Unpin ``tabulate`` in our install
requirements, it's had many more releases since we instituted
a defensive pin vs some bugs in its later 0.7 line!
* We neglected to remove references to ``six`` in a
few spots including some that utilized Invoke's old vendor of same;
this causes issues when trying to use development and
upcoming versions of Invoke. Six is now truly gone!
-------------------------------------------------------------------
Fri Apr 21 12:27:01 UTC 2023 - Dirk Müller <dmueller@suse.com>