From 1878f2a9785886838f4d52e44082a3a294b10b404aa19b91674410d976994ecf Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 5 Oct 2022 10:21:32 +0000 Subject: [PATCH] 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 + +- 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 - 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 --- py3c-1.3.1.tar.gz | 3 --- py3c-1.4.tar.gz | 3 +++ python-py3c.changes | 13 +++++++++++++ python-py3c.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 py3c-1.3.1.tar.gz create mode 100644 py3c-1.4.tar.gz diff --git a/py3c-1.3.1.tar.gz b/py3c-1.3.1.tar.gz deleted file mode 100644 index e3efc72..0000000 --- a/py3c-1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3e138623a87cde2cd7d8e98b51447e033d43a3f639c5054185c859fa1888727 -size 46679 diff --git a/py3c-1.4.tar.gz b/py3c-1.4.tar.gz new file mode 100644 index 0000000..377d97a --- /dev/null +++ b/py3c-1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc745079ef906148817f4472c3fb4bc41d62a9ea51a746b53e09819494ac006 +size 48112 diff --git a/python-py3c.changes b/python-py3c.changes index 3ad3612..826a414 100644 --- a/python-py3c.changes +++ b/python-py3c.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 4 23:42:12 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-py3c.spec b/python-py3c.spec index 9a7da34..deeff45 100644 --- a/python-py3c.spec +++ b/python-py3c.spec @@ -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