forked from pool/python-py3c
Accepting request 1008049 from home:yarunachalam:branches:devel:languages:python
=================================================================== --- python-py3c.changes (revision 13) +++ python-py3c.changes (revision 2) @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Tue Oct 4 23:42:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> + +- Update to version v1.4 (2021-10-15) + Additions: + add guidance around the use of Py_FindMethod (thanks to David Aguilar) + Fixes: + Avoid compiler warning about unused function + Fix DESTDIR support in the Makefile (thanks to David Aguilar) + Various documentation warning fixes (thanks to David Aguilar) + Project infrastructure: + Switch to GitHub Actions for pull request tests + +------------------------------------------------------------------- Thu Jul 14 20:42:53 UTC 2022 - Ben Greiner <code@bnavigator.de> - Fix test build paths for setuptools 63 Index: python-py3c.spec =================================================================== --- python-py3c.spec (revision 13) +++ python-py3c.spec (revision 2) @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py3c -Version: 1.3.1 +Version: 1.4 Release: 0 Summary: Python compatibility headers License: MIT Index: py3c-1.4.tar.gz =================================================================== Binary file py3c-1.4.tar.gz (revision 2) added Index: py3c-1.3.1.tar.gz =================================================================== Binary file py3c-1.3.1.tar.gz (revision 13) deleted OBS-URL: https://build.opensuse.org/request/show/1008049 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py3c?expand=0&rev=14
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 23:42:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version v1.4 (2021-10-15)
|
||||
Additions:
|
||||
add guidance around the use of Py_FindMethod (thanks to David Aguilar)
|
||||
Fixes:
|
||||
Avoid compiler warning about unused function
|
||||
Fix DESTDIR support in the Makefile (thanks to David Aguilar)
|
||||
Various documentation warning fixes (thanks to David Aguilar)
|
||||
Project infrastructure:
|
||||
Switch to GitHub Actions for pull request tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 14 20:42:53 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
Reference in New Issue
Block a user