- Switch to autosetup and pyproject macros.

- Add patch use-importlib.patch: Use importlib machinery, not the imp
  module.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-visvis?expand=0&rev=11
This commit is contained in:
2024-03-13 03:29:42 +00:00
committed by Git OBS Bridge
parent d83bb53387
commit 9ebbd76229
3 changed files with 43 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 13 03:29:06 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
- Add patch use-importlib.patch: Use importlib machinery, not the imp
module.
-------------------------------------------------------------------
Fri Dec 8 12:20:46 UTC 2023 - Dirk Müller <dmueller@suse.com>