John Vandenberg
185ce5e2a0
Accepting request 1149976 from home:dimstar:Factory
...
- Fix typo in previous change (missing {).
Sorry for the extra roundtrip
OBS-URL: https://build.opensuse.org/request/show/1149976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=51
2024-02-24 04:28:30 +00:00
f8656b083b
Accepting request 1149903 from home:dimstar:Factory
...
- Use newly supported shrink{} on OBS to exclude python flavors
will all python versions skipped.
OBS-URL: https://build.opensuse.org/request/show/1149903
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=50
2024-02-23 12:32:31 +00:00
5a3ed3a49d
Accepting request 1148072 from home:bnavigator:branches:devel:languages:python
...
- Prepare for python312 test flavor, but disable flavor completely
for now: gh#Nuitka/Nuitka#2433
- Automatically skip test flavor on empty build set: Prepare for
python39 removal and future flavor drops
- Reenable tests on 15.x (Still python 3.6)
OBS-URL: https://build.opensuse.org/request/show/1148072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=48
2024-02-21 10:25:10 +00:00
48b4ff9cce
Accepting request 1116532 from home:mimi_vx:branches:devel:languages:python
...
- Update to 1.8.4
Plenty of changes, see https://nuitka.net/doc/Changelog.html
for details.
- remove dead flavor conditional from spec
- use upstream way to de-vendor build of pkg
OBS-URL: https://build.opensuse.org/request/show/1116532
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=46
2023-10-10 09:43:41 +00:00
f8d0a42ca8
- Update to 1.7.7:
...
Plenty of changes, see https://nuitka.net/doc/Changelog.html
for details.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=45
2023-07-31 08:20:30 +00:00
John Vandenberg
eeb5217607
Accepting request 1078372 from home:dimstar:Factory
...
- Remove python 3.8 flavors from _multibuild.
OBS-URL: https://build.opensuse.org/request/show/1078372
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=43
2023-04-12 07:50:48 +00:00
John Vandenberg
32f694813d
Accepting request 1064749 from home:jayvdb:branches:devel:languages:python
...
- Add Recommends: python-ordered-set
- Re-enable many tests when using clang, and one when using gcc
- Update to v1.4.5
OBS-URL: https://build.opensuse.org/request/show/1064749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=41
2023-02-13 03:36:27 +00:00
John Vandenberg
c0ef1b92f4
Accepting request 1061674 from home:jayvdb:branches:devel:languages:python
...
- Remove unnecessary dependency on boltons
- Update to v1.4
OBS-URL: https://build.opensuse.org/request/show/1061674
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=39
2023-01-28 02:09:41 +00:00
John Vandenberg
eb84627df5
Accepting request 1046090 from home:jayvdb:branches:devel:languages:python
...
- Skip unsupported Python 3.11
- Update to v1.3.5
OBS-URL: https://build.opensuse.org/request/show/1046090
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=37
2023-01-02 08:41:33 +00:00
John Vandenberg
7a42a79ac6
Accepting request 1009956 from home:yarunachalam:branches:devel:languages:python
...
- Update to Version 1.0.8
* Standalone: Added support for more rapidfuzz implicit dependencies. Fixed in 1.0.8 already.
* Standalone: Added support for vibora. Fixed in 1.0.8 already.
* Fix, must not expose module name objects to Python import hooks. Fixed in 1.0.8 already.
* Fix, calls to bound methods of string values generated incorrect calls. Fixed in 1.0.8 already.
OBS-URL: https://build.opensuse.org/request/show/1009956
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=35
2022-10-12 01:50:37 +00:00
John Vandenberg
acee62b569
Accepting request 1005492 from home:yarunachalam:branches:devel:languages:python
...
- Update to 1.0
This release contains a large amount of new features, while consolidating what we have with many bug fixes.
Scalability should be dramatically better, as well as new optimization that will accelerate some code quite
a bit. See the summary, how this release is paving the way forward.
Bug Fixes
* Python3: Fix, bytes.decode with only errors argument given was not working. Fixed in 0.9.1 already.
* MSYS2: Fix, the accelerate mode .cmd file was not working correctly. Fixed in 0.9.1 already.
* Onefile: Fix, the bootstrap when waiting for the child, didn't protect against signals that interrupt
this call. This only affected users of the non-public --onefile-tempdir option on Linux, but with that becoming
the default in 1.0, this was discovered. Fixed in 0.9.1 already.
* Fix, pkg_resources compile time generated Distribution values could cause issues with code that put it into calls,
or in tried blocks. Fixed in 0.9.1 already.
* Standalone: Added implicit dependencies of Xlib package. Fixed in 0.9.1 already.
* macOS: Fix, the package configuration for wx had become invalid when restructuring the Yaml with code and schema
disagreeing on allowed values. Fixed in 0.9.1 already.
* Fix: The str.format with a single positional argument didn't generate proper code and failed to compile on the C level.
Fixed in 0.9.1 already.
* Fix, the type shape of str.count result was wrong. Fixed in 0.9.1 already.
* UI: Fix, the warning about collision of just compiled package and original package in the same folder hiding the
compiled package should not apply to packages without an __init__.py file, as those do not take precedence. Fixed in 0.9.2 already.
* Debugging: Fix, the fallback to lldb from gdb when using the option --debugger was broken on anything but Windows. Fixed in 0.9.2 already.
* Python3.8: The module importlib.metadata was not recognized before 3.9, but actually 3.8 already has it, causing the compile
time resolution of package versions to not work there. Fixed in 0.9.3 already.
* Standalone: Fix, at least on macOS we should also scan from parent folders of DLLs, since they may contain sub-directories
in their names. This is mostly the case, when using frameworks. Fixed in 0.9.2 already.
* Standalone: Added package configuration for PyQt5 to require onefile bundle mode on macOS, and recommend to disable
console for PyQt6. This is same as we already do for PySide2 and PySide6. Fixed in 0.9.2 already.
* Standalone: Removed stray macOS onefile bundle package configuration for pickle module which must have been added in error.
Fixed in 0.9.2 already.
* UI: Catch user error of attempting to compile the __init__.py rather than the package directory. Fixed in 0.9.2 already.
OBS-URL: https://build.opensuse.org/request/show/1005492
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=33
2022-09-23 00:47:14 +00:00
John Vandenberg
edb68df5f6
Accepting request 998568 from home:jayvdb:branches:devel:languages:python
...
- Re-add --skip-reflection-test removed during v0.6.17.4 update
- Increase memory constraint to 24Gb to fix clang tests
OBS-URL: https://build.opensuse.org/request/show/998568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=31
2022-08-22 07:00:04 +00:00
John Vandenberg
cf42fdf5e1
Accepting request 993640 from home:jayvdb:branches:devel:languages:python
...
- Add Python 3.10 to test matrix
- Disable de-vendoring of nuitka/containers
- Fix Leap 15.4 builds (some tests still failing)
- Skip testing of PkgResourcesRequiresUsing on clang due to OOM
- Update to v1.0.1
* See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst
OBS-URL: https://build.opensuse.org/request/show/993640
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=30
2022-08-08 02:53:40 +00:00
f87d3d789c
- Add _constraints.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=29
2022-07-30 18:50:29 +00:00
91811fff5e
- Instead of doing strange moving of installation trees,
...
fix setup.py by adding no-binary-distribution.patch
(gh#Nuitka/Nuitka#1702).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=28
2022-07-28 20:40:44 +00:00
c998c2853a
- Update to 0.9:
...
List of the changes is extremely long and it is better to read
it in Changelog included in the package.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=25
2022-07-27 15:17:26 +00:00
John Vandenberg
e908e1a405
Accepting request 945565 from home:dimstar:Factory
...
- BuildRequire generic distribution-release instead of
openSUSE-release: has the main advantage of not rerunning the
test suite multiple times a day, whenever openSUSE-release is
being recalculated.
- No longer enable multibuild flavors for python 3.6 on
suse_version >= 1550.
OBS-URL: https://build.opensuse.org/request/show/945565
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=24
2022-01-11 11:20:58 +00:00
John Vandenberg
9f09cb2752
Accepting request 942633 from home:jayvdb:branches:devel:languages:python
...
- Remove tests-ignore-qt6-dirs.patch merged upstream
- Update to v0.6.18.5
OBS-URL: https://build.opensuse.org/request/show/942633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=23
2021-12-26 14:29:36 +00:00
John Vandenberg
969a813ed8
Accepting request 935731 from home:jayvdb:branches:devel:languages:python
...
- Activate testing of PySide6 using tests-ignore-qt6-dirs.patch
to avoid unnecessary test failure
- Update to v0.6.18
* See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst
OBS-URL: https://build.opensuse.org/request/show/935731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=22
2021-12-05 04:25:59 +00:00
John Vandenberg
7d17358617
Accepting request 930150 from home:jayvdb:branches:devel:languages:python
...
- Update to v0.6.17.4
* See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst
OBS-URL: https://build.opensuse.org/request/show/930150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=21
2021-11-08 11:05:25 +00:00
John Vandenberg
7f193867e3
Accepting request 892650 from home:jayvdb:branches:devel:languages:python
...
- Update to v0.6.14.7
* See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst
OBS-URL: https://build.opensuse.org/request/show/892650
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=18
2021-05-13 07:16:01 +00:00
2101da42b6
Accepting request 887100 from home:bnavigator:branches:devel:languages:python
...
- Split out the tests into clang/gcc and python flavor multibuilds
The build time on Factory was getting out ouf hand with 3 python
flavors.
OBS-URL: https://build.opensuse.org/request/show/887100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=16
2021-04-21 22:30:04 +00:00
John Vandenberg
be6b45d2c8
Accepting request 886698 from home:jayvdb:branches:devel:languages:python
...
- Explicitly set CCACHE_DIR during tests and printing stats
- Update to v0.6.14.4
OBS-URL: https://build.opensuse.org/request/show/886698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=14
2021-04-19 13:33:09 +00:00
John Vandenberg
81ff8b1cb3
Accepting request 882256 from home:jayvdb:branches:devel:languages:python
...
- Clear ccache between test runs
- Skip some standalone tests which often fail
OBS-URL: https://build.opensuse.org/request/show/882256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=12
2021-03-31 05:07:32 +00:00
John Vandenberg
2195dd280e
Accepting request 881924 from home:jayvdb:branches:devel:languages:python
...
- Re-enable python3.6 builds on Tumbleweed
- Update to v0.6.13.2
* See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst
OBS-URL: https://build.opensuse.org/request/show/881924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=10
2021-03-29 12:17:37 +00:00
John Vandenberg
9a13914fcb
Accepting request 874065 from home:jayvdb:branches:devel:languages:python
...
- Use python-sip4 for build dependency to re-enable Leap builds
OBS-URL: https://build.opensuse.org/request/show/874065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=8
2021-02-20 21:49:03 +00:00
John Vandenberg
4e5c2b68e6
Accepting request 874016 from home:jayvdb:branches:devel:languages:python
...
- Do not build for Python 3.6 on Tumbleweed
- Add testing using gcc, in addition to clang
- Remove merged i811.patch
- De-vendor ordered set using boltons
- Add workaround for issue 995
- Update to v0.6.12.2
* See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst
OBS-URL: https://build.opensuse.org/request/show/874016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=7
2021-02-20 15:10:22 +00:00
John Vandenberg
572ba17d97
Accepting request 867646 from home:jayvdb:branches:devel:languages:python
...
- Fix multi Python builds
- Add i811.patch to enable SocketUsing & TkInterUsing tests
- Disable FlaskUsing tests due to OOM
- Update to v0.6.11.3
* See https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst
OBS-URL: https://build.opensuse.org/request/show/867646
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=5
2021-01-29 07:10:57 +00:00
John Vandenberg
7df8641a3a
Accepting request 839252 from home:jayvdb:branches:devel:languages:python
...
- Add debuginfo to BuildRequires and Suggests
- Enable Brotli, Pwm, and Tk tests
- Update to v0.6.9.1
OBS-URL: https://build.opensuse.org/request/show/839252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=3
2020-10-03 05:07:42 +00:00
16d0deda5e
Accepting request 827726 from home:jayvdb:py-submit
...
Python compiler
OBS-URL: https://build.opensuse.org/request/show/827726
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Nuitka?expand=0&rev=1
2020-08-19 17:32:48 +00:00