Revisions of python-Nuitka

buildservice-autocommit accepted request 1150059 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 52)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1149976 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 51)
- Fix typo in previous change (missing {).

Sorry for the extra roundtrip
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1149903 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 50)
- Use newly supported shrink{} on OBS to exclude python flavors
  will all python versions skipped.
buildservice-autocommit accepted request 1148537 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 49)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1148072 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 48)
- 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)
buildservice-autocommit accepted request 1116636 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 47)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1116532 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 46)
- 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
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 45)
- Update to 1.7.7:
  Plenty of changes, see https://nuitka.net/doc/Changelog.html
  for details.
buildservice-autocommit accepted request 1078589 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 44)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1078372 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 43)
- Remove python 3.8 flavors from _multibuild.
buildservice-autocommit accepted request 1064750 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 42)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1064749 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 41)
- Add Recommends: python-ordered-set
- Re-enable many tests when using clang, and one when using gcc
- Update to v1.4.5
buildservice-autocommit accepted request 1061675 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 40)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1061674 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 39)
- Remove unnecessary dependency on boltons
- Update to v1.4
buildservice-autocommit accepted request 1046091 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 38)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1046090 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 37)
- Skip unsupported Python 3.11
- Update to v1.3.5
buildservice-autocommit accepted request 1009962 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 36)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1009956 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 35)
- 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.
buildservice-autocommit accepted request 1005506 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 34)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1005492 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 33)
- 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.
Displaying revisions 1 - 20 of 52
openSUSE Build Service is sponsored by