15
0

Accepting request 989740 from home:bnavigator:branches:devel:languages:python

fix another typo.

- Don't fall back to setuptools but to importlib-metadata for
  plugin loading. (If a package for 15.X would be build, but
  Pytest 7 is required for testing -- gh#pygments/pygments#2080)

OBS-URL: https://build.opensuse.org/request/show/989740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=83
This commit is contained in:
2022-07-18 12:05:11 +00:00
committed by Git OBS Bridge
parent 4e507cda01
commit cd8449b35a
2 changed files with 18 additions and 12 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 15 14:30:49 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Don't fall back to setuptools but to importlib-metadata for
plugin loading. (If a package for 15.X would be build, but
Pytest 7 is required for testing -- gh#pygments/pygments#2080)
-------------------------------------------------------------------
Sun May 15 18:58:34 UTC 2022 - Dirk Müller <dmueller@suse.com>