14
0

12 Commits

Author SHA256 Message Date
33b55f18f4 Accepting request 1302465 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1302465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cx_Freeze?expand=0&rev=20
2025-09-02 18:02:47 +00:00
a5b931808f skip the failing test
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=42
2025-09-02 15:40:04 +00:00
086ffd38f4 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=41
2025-07-08 08:27:41 +00:00
587beb5f39 Accepting request 1266734 from devel:languages:python
- Update to 8.0.0:
  * Python 3.13 support.
  * Python 3.13 free-threaded support for Linux and macOS.
  * Download and extract the MSVC Redistributable files.
  * Implement bases using PEP587 - Python Initialization Configuration.
  * Drop Python 3.8 support.
  * New and Improved hooks.
  * Bug fixes and improvements.
- Add patch use-only-console-on-python-313.patch:
  * Only build legacy console for Python 3.12 and earlier.
- Stop skipping Python 3.13, it's supported upstream.
- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cx_Freeze?expand=0&rev=19
2025-04-10 19:59:48 +00:00
85e96587d0 Support both versions of setuptools.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=39
2025-04-03 01:24:04 +00:00
0d1196156e - Update to 8.0.0:
* Python 3.13 support.
  * Python 3.13 free-threaded support for Linux and macOS.
  * Download and extract the MSVC Redistributable files.
  * Implement bases using PEP587 - Python Initialization Configuration.
  * Drop Python 3.8 support.
  * New and Improved hooks.
  * Bug fixes and improvements.
- Add patch use-only-console-on-python-313.patch:
  * Only build legacy console for Python 3.12 and earlier.
- Stop skipping Python 3.13, it's supported upstream.
- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=38
2025-03-31 05:26:28 +00:00
2d35442704 Accepting request 1254702 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1254702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cx_Freeze?expand=0&rev=18
2025-03-20 18:26:00 +00:00
a0568e9808 - Update to 7.2.10
* doc: improve documentation on using pyproject.toml [ci skip] (#2792)
  * doc: fix typo [ci skip] (#2793)
  * tests: fix msi test (#2796)
  * build(deps): update lief requirement from <=0.16.2,>=0.13.2
    to >=0.13.2,<=0.16.3 (#2795)
  * hooks: fix shapely [windows] (#2797)
  * fix: missing dlls in top directory [mingw] (#2799)
  * build-wheel: use ubuntu 22.04 emulator to build ppc64le (#2805)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=36
2025-03-20 11:39:58 +00:00
13d823a82f Accepting request 1244783 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1244783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cx_Freeze?expand=0&rev=17
2025-02-10 16:35:27 +00:00
3e08d8fcc3 - update to 7.2.9:
* Bugfix release.
- update to 7.2.8:
  * Bugfix release.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=34
2025-02-03 13:41:03 +00:00
68889f8476 Accepting request 1229957 from devel:languages:python
- Update to 7.2.7:
  * bdist_rpm: drop rpm2_mode and refactor spec_file
  * hooks: the optimized mode is the default for pip installations
  * hooks: support numpy 2.0
  * Exit with non-zero exit code on exception
  * hooks: improve scipy hooks
  * hooks: fix matplotlib hooks used in zip_include_packages
  * hooks: fix scipy hooks used in zip_include_packages
  * linux: bdist_rpm depends on rpmbuild being installed
  * chore: use pytest-datafiles to run tests in temporary path
  * fix: zip_include_packages/zip_exclude_packages regression
  * chore: use pytest-xdist to speed up the tests
  * chore: drop support for python 3.7
  * parser: support for lief 0.14 ParserConfig
  * chore: add basic support for Python 3.12
  * fix: bdist_rpm should generate only binaries [linux]
  * samples: fix pydantic sample to work python < 3.10
  * hooks: fix the sentry_sdk hook
  * hooks: move sklearn hook to a submodule
  * hooks: add boto3
  * fix: bdist_rpm to pass tests in python 3.12b4
  * hooks: multiprocessing support for forkserver and spawn
  * hooks: update sysconfig hook
  * hooks: PySide2/6 - shiboken2/6 in zip_include_packages
  * finder: add base modules at the end to simplify tests
  * hooks: fix for pyqt [conda linux]
  * hooks: move ssl hook to a submodule
  * hooks: fix pyside2 webengine [conda linux]
  * hooks: fix pyqt5 webengine [conda linux]
  * module: ModuleHook class to support inheritance

OBS-URL: https://build.opensuse.org/request/show/1229957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cx_Freeze?expand=0&rev=16
2024-12-11 20:03:52 +00:00
5b565dfb87 - Update to 7.2.7:
* bdist_rpm: drop rpm2_mode and refactor spec_file
  * hooks: the optimized mode is the default for pip installations
  * hooks: support numpy 2.0
  * Exit with non-zero exit code on exception
  * hooks: improve scipy hooks
  * hooks: fix matplotlib hooks used in zip_include_packages
  * hooks: fix scipy hooks used in zip_include_packages
  * linux: bdist_rpm depends on rpmbuild being installed
  * chore: use pytest-datafiles to run tests in temporary path
  * fix: zip_include_packages/zip_exclude_packages regression
  * chore: use pytest-xdist to speed up the tests
  * chore: drop support for python 3.7
  * parser: support for lief 0.14 ParserConfig
  * chore: add basic support for Python 3.12
  * fix: bdist_rpm should generate only binaries [linux]
  * samples: fix pydantic sample to work python < 3.10
  * hooks: fix the sentry_sdk hook
  * hooks: move sklearn hook to a submodule
  * hooks: add boto3
  * fix: bdist_rpm to pass tests in python 3.12b4
  * hooks: multiprocessing support for forkserver and spawn
  * hooks: update sysconfig hook
  * hooks: PySide2/6 - shiboken2/6 in zip_include_packages
  * finder: add base modules at the end to simplify tests
  * hooks: fix for pyqt [conda linux]
  * hooks: move ssl hook to a submodule
  * hooks: fix pyside2 webengine [conda linux]
  * hooks: fix pyqt5 webengine [conda linux]
  * module: ModuleHook class to support inheritance

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cx_Freeze?expand=0&rev=32
2024-12-11 00:13:48 +00:00

Diff Content Not Available