9674184823
Accepting request 1082221 from home:dirkmueller:acdc:as_python3_module
...
- add sle15_python_module_pythons (jsc#PED-68)
- Make calling of %{sle15modernpython} optional.
OBS-URL: https://build.opensuse.org/request/show/1082221
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=29
2023-04-23 17:12:51 +00:00
1d31de2617
populated properly.
...
versions.
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=27
2023-02-09 10:22:22 +00:00
3ab648f70a
- Update to 6.7.7
...
* bug-fix release
* Refactored the handling of composite classes so that they are
populated properly.
* Changes to the XML generation to reduce differences to earlier
versions.
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=26
2023-02-09 10:15:07 +00:00
428a4f778a
- Revert to 6.7.5
...
* breaks Qt import in PyQt5
* https://www.riverbankcomputing.com/pipermail/pyqt/2023-January/045137.html
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=25
2023-02-01 10:19:33 +00:00
442436ec7c
Accepting request 1061918 from home:bnavigator:branches:KDE:Qt:PyQt
...
- Update to 6.7.6
* Minor bug-fix release
* The latest version of ABI v13 is v13.4.1.
* The latest version of ABI v12 is v12.11.1.
* Significantly reduced the memory requirements.
OBS-URL: https://build.opensuse.org/request/show/1061918
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=24
2023-01-30 19:16:57 +00:00
759e7c766f
Accepting request 1058064 from home:alarrosa:branches:KDE:Qt:PyQt
...
- Add patch to support python 3.6 needed by SLE15:
* support-python3.6.patch
OBS-URL: https://build.opensuse.org/request/show/1058064
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=22
2023-01-12 18:36:28 +00:00
6223b36901
- Update to 6.7.5
...
* This is a minor bug-fix release that fixes a problem with
extract filenames that contain Windows drive letters.
- Version 6.7.4 is a minor big fix release that fixes the typo
affecting type hints for properties.
- Drop sip-hg2860-fixprop.patch
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=21
2023-01-11 09:19:57 +00:00
66d0caa2d3
- Add sip-hg2860-fixprop.patch
...
* https://www.riverbankcomputing.com/hg/sip/rev/2157850bf018
* https://www.riverbankcomputing.com/pipermail/pyqt/2022-October/045021.html
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=19
2022-10-31 10:45:07 +00:00
35b15df806
- Update to 6.7.3
...
* This is a very minor bug-fix release but also continues the
progress of porting the C code to Python.
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=18
2022-10-29 19:16:17 +00:00
734b853a81
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=16
2022-10-12 13:08:34 +00:00
7aad2a4942
- Update to 6.7.2
...
* Bug fixes
* Refactored the structure to create the outputs module.
* The Python .api generation now produces the same results as the
old C++ code
* Established a pattern for class-based object formatters.
* Fixed a regression in instantiating class templates.
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=15
2022-10-12 12:31:45 +00:00
81d27aed21
- Drop sip-6.7.0-zipstrict.patch
...
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=14
2022-10-05 14:40:11 +00:00
8231b0585b
- Update to version 6.7.1
...
* Bug fixes
- Drop ip-6.7.0-zipstrict.patch
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=13
2022-10-05 14:36:40 +00:00
5a379e31a0
Accepting request 1007755 from home:bnavigator:branches:KDE:Qt:PyQt
...
- Update to version 6.7.0
* Added the /NoAssignmentOperator/, /NoCopyCtor/ and
/NoDefaultCtor/ mapped type annotations.
* Added the --generator-version command line option to
sip-distinfo.
* Added the 'generator_version' argument to
Project.get_sip_distinfo_command_line().
* The resolver/transform stage has been replaced with a pure
Python implementation.
* Bug fixes.
- Add sip-6.7.0-zipstrict.patch
* https://www.riverbankcomputing.com/pipermail/pyqt/2022-October/044927.html
OBS-URL: https://build.opensuse.org/request/show/1007755
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=12
2022-10-03 21:05:54 +00:00
50157248b3
Accepting request 984160 from home:bnavigator:branches:KDE:Qt:PyQt
...
- Update to version 6.6.2
* Enums created with ABI v13 now handle unexpected values by
creating corresponding pseudo-members.
* Any config settings passed by a PEP 571 frontend are now used.
* The 'array' type is now accessible from the sip module.
* 'array' can now create one dimensional arrays of wrapped types
that can be modified in situ.
* Arguments using the /Array/ (and /ArraySize/) annotations will
now accept 'array' objects of the corresponding type.
* The latest version of ABI v13 is v13.4.0.
* The latest version of ABI v12 is v12.11.0.
* Bug fixes.
OBS-URL: https://build.opensuse.org/request/show/984160
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=10
2022-06-21 15:55:05 +00:00
2bc3c72362
Accepting request 969856 from home:bnavigator:branches:KDE:Qt:PyQt
...
- Update to version 6.6.1
* Python v3.6 is no longer supported.
* The .sip file parser (created using flex and bison) has been
replaced with a pure Python implementation using PLY.
* The latest version of ABI v13 is v13.3.1.
* The latest version of ABI v12 is v12.10.1.
OBS-URL: https://build.opensuse.org/request/show/969856
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=9
2022-04-19 08:34:13 +00:00
e5deadd393
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=8
2022-02-05 21:40:23 +00:00
91ad986513
Accepting request 935563 from home:bnavigator:branches:KDE:Qt:PyQt
...
- Update to version 6.5.0
* Added 'UIntEnum' as a value of the /BaseType/ enum annotation
to support enum.IntEnum types with unsigned values.
* The latest version of ABI v13 is v13.2.0.
* Bug fixes.
OBS-URL: https://build.opensuse.org/request/show/935563
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=7
2021-12-03 18:20:53 +00:00
f0540755cc
Accepting request 928165 from home:bnavigator:branches:KDE:Qt:PyQt
...
- Update to version 6.4.0
* Added support for the 'py_ssize_t_clean' argument to the
'%Module' directive.
* Bug fixes.
OBS-URL: https://build.opensuse.org/request/show/928165
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=6
2021-10-29 15:23:23 +00:00
77b2a8b027
Accepting request 926174 from home:bnavigator:branches:KDE:Qt:PyQt
...
- Update to version 6.3.1
* Bug fixes.
* SIP itself now uses the limited API itself.
* Added the Project.get_platform_tag() method to the sipbuild
API.
OBS-URL: https://build.opensuse.org/request/show/926174
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=5
2021-10-19 11:55:42 +00:00
2f33770de1
Accepting request 922898 from home:bnavigator:branches:KDE:Qt:PyQt
...
- Update to version 6.2.0
* The interpreter tag in the name of a wheel now specifies
a minimum Python version (rather than each supported
Python version) when the limited API is used.
* The /PyQtNoQMetaObject/ annotation can now be applied to
namespaces.
* sip-build, sip-install and sip-wheel now support the
--disabled-feature command line option.
* Added support for Python v3.10.
* Added the setuptools builder which is the default for
Python v3.10 and later.
* The ABI version, wherever specified, is now a minimum
version with a default minor version of 0.
OBS-URL: https://build.opensuse.org/request/show/922898
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=4
2021-10-04 21:35:05 +00:00
4d40f62226
Accepting request 918867 from home:bnavigator:branches:KDE:Qt:PyQt
...
- Obsolete erroneously created non-devel metapackage -- boo#1190441
OBS-URL: https://build.opensuse.org/request/show/918867
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=3
2021-09-14 09:53:17 +00:00
b70f7d8f79
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip6?expand=0&rev=1
2021-07-05 17:54:12 +00:00