14
0

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

- Replace build_sphinx setuptools hook with direct sphinx-build
  call -- fixes boo#1211051
- Move to PEP517 macros for buildin py2pack
- Remove shebang from __init__.py

OBS-URL: https://build.opensuse.org/request/show/1086602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=95
This commit is contained in:
2023-05-11 22:22:33 +00:00
committed by Git OBS Bridge
parent d56e450e65
commit 2241a5ee01
2 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 11 18:32:06 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Replace build_sphinx setuptools hook with direct sphinx-build
call -- fixes boo#1211051
- Move to PEP517 macros for buildin py2pack
- Remove shebang from __init__.py
-------------------------------------------------------------------
Tue Mar 7 07:22:01 UTC 2023 - pgajdos@suse.com