14
0

Accepting request 731074 from home:jayvdb:py3only

- Replace PyPI URL with GitHub URL
- Drop errant skip-failing-tests.patch caused by missing
  test dependency procps
- Add use-pkg-config.patch to build using pkg-config instead of
  python-config, as the latter is not shipped in python3-devel
- Add LANG in %check to fix openSUSE/SLE 15
- Use %license

OBS-URL: https://build.opensuse.org/request/show/731074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=35
This commit is contained in:
Tomáš Chvátal
2019-09-16 07:32:59 +00:00
committed by Git OBS Bridge
parent 735a7201d8
commit fed55ff656
4 changed files with 38 additions and 61 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Sep 15 10:35:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Replace PyPI URL with GitHub URL
- Drop errant skip-failing-tests.patch caused by missing
test dependency procps
- Add use-pkg-config.patch to build using pkg-config instead of
python-config, as the latter is not shipped in python3-devel
- Add LANG in %check to fix openSUSE/SLE 15
- Use %license
-------------------------------------------------------------------
Sun Mar 3 22:11:03 UTC 2019 - Matej Cepl <mcepl@suse.com>