- Add -Wno-strict-prototypes to CFLAGS for compiling tests OBS-URL: https://build.opensuse.org/request/show/1010555 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ctypeslib2?expand=0&rev=16
58 lines
2.1 KiB
Plaintext
58 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Oct 14 01:33:02 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Add -Wno-strict-prototypes to CFLAGS for compiling tests
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 14 16:14:05 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Avoid install error with updated setuptools
|
|
* gh#trolldbois/ctypeslib#94
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 15 11:17:35 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Add ctypeslib-pr113-clang2py-h.patch
|
|
* Fix output check for python 3.10
|
|
* gh#trolldbois/ctypeslib#113
|
|
- Remove custom u-a shuffle, provided by new
|
|
python_flavored_alternatives in pyunittest macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 21 08:42:48 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- The clang command is not pulled in by python3-clang14 anymore.
|
|
BuildRequire it explicitly for the test compilation. (Not
|
|
required at runtime.)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 25 11:32:50 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 2.3.2
|
|
* [DEBUG] Structure.bind: allow explicitly NULL function ptr
|
|
- Release 2.3.1
|
|
* let's do a release with some improvements to many things
|
|
- Release 2.3.0
|
|
* fix tests
|
|
- Drop clang-version.patch released upstream
|
|
- python3-clang is python3 only, so needs to be python3-ctypeslib2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 02:18:14 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Switch to PyPI source
|
|
- Skip python3.6 on Tumbleweed due to missing python36-clang
|
|
- Add clang-version.patch to support more clang versions
|
|
- Update to v2.2.3
|
|
* See https://github.com/trolldbois/ctypeslib/compare/2.2.2...2.2.3
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 27 13:21:25 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 20 05:29:50 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v2.2.2
|