Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b13adb8525 |
@@ -1,52 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 09:27:08 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.14.0
|
||||
* sip-sdist now has a --abi-version command line option to be
|
||||
used if a value is not specified in pyproject.toml.
|
||||
* Bugs in the handling of the default target ABI have been fixed.
|
||||
* Fixed a regression in v6.13.1 in the handling of composite
|
||||
modules. Resolves #95
|
||||
- Drop sip-issue95.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 19:15:45 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Add sip-issue95.patch
|
||||
gh#Python-SIP/sip#95
|
||||
- Declare just BSD-2-Clause in specfile (see v6.10)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 11 17:15:59 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 6.13.1
|
||||
* Fixed a regression in v6.13.0 in the handling of mapped types
|
||||
for C++ templates with `typedef`ed arguments.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 14:11:43 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Revert to 6.12.0: Regression, failing to compile PyQt6-3D
|
||||
https://www.riverbankcomputing.com/pipermail/pyqt/2025-October/046338.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 04:24:13 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 6.13.0:
|
||||
* `/ExportDerivedLocally/` class annotation
|
||||
* `%TypeDerivedCode` directive
|
||||
* Support for SBOMs
|
||||
* Support for bool-based enums
|
||||
* Non-public super-classes not supported
|
||||
* Fixed the code generated for operator casts.
|
||||
* Fixed the handling of mapped types for C++ templates with `typedef`ed
|
||||
arguments.
|
||||
* Fixed the test for the `/Movable/` annotation so that it works with
|
||||
Python v3.14.
|
||||
* A mis-named enum member was corrected.
|
||||
* Specifying `%Docstring` as a sub-directive of the `%Module` directive
|
||||
generated invalid code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 25 12:21:14 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
Name: python-sip6
|
||||
Version: 6.14.0
|
||||
Version: 6.12.0
|
||||
Release: 0
|
||||
Summary: A Python bindings generator for C/C++ libraries
|
||||
License: BSD-2-Clause
|
||||
License: BSD-2-Clause AND BSD-3-Clause
|
||||
Group: Development/Libraries/Python
|
||||
URL: https://github.com/Python-SIP/sip
|
||||
Source0: https://github.com/Python-SIP/sip/archive/refs/tags/%{version}.tar.gz#/sip-%{version}-gh.tar.gz
|
||||
@@ -129,7 +129,7 @@ sed -i pyproject.toml \
|
||||
%python_uninstall_alternative sip-build
|
||||
|
||||
%files %{python_files devel}
|
||||
%license LICENSE
|
||||
%license LICENSE*
|
||||
%python_alternative %{_bindir}/sip-build
|
||||
%python_alternative %{_bindir}/sip-distinfo
|
||||
%python_alternative %{_bindir}/sip-install
|
||||
|
||||
BIN
sip-6.12.0-gh.tar.gz
LFS
Normal file
BIN
sip-6.12.0-gh.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:040ca52f1a9f264c9856dd3172dbaccc6f562de5e0a251917bfe881f46a7468d
|
||||
size 2461525
|
||||
Reference in New Issue
Block a user