Revisions of python-scikit-build

buildservice-autocommit accepted request 1032215 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 25)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1032214 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 24)
- Update to 0.16.1
  * Patch release that fixes a missing Python requires setting and
    some missing files #790, and addresses a warning from
    setuptools in the tests.
- Drop skbuild-pr785-ignoredeprecation.patch fixed upstream
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1032211 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 23)
- Update to 0.16.0
  * This release adds support for Python 3.11 and removes support
    for Python 2.7 and 3.5 (#688). Testing and static checking
    improved, including being fully statically typed internally
    (though setuptools is not fully typed, so it is of limited
    use).
  * All deprecated setuptools/distutils features are also
    deprecated in scikit-build, like the test command,
    easy_install, etc. Editable mode is still unsupported. Python
    3.6 support is deprecated. Older versions of CMake (<3.15) are
    not recommended; a future version will remove support for older
    CMake's (along with providing a better mechanism for ensuring a
    proper CMake is available). If you need any of these features,
    please open or find an issue explaining what and why you need
    something.
  * Cython module now supports FindPython mode. #743
  * PyPy is discovered without extra settings in FindPython mode
    #744
  * FindPython mode uses a new path specification, should help make
    it usable. #774
  * Better flushing and output streams for more consistent output
    ordering. #781
- Add skbuild-pr785-ignoredeprecation.patch
  * gh#scikit-build/scikit-build#785

- Update to 0.15.0
  * Add support for FindPython (including 2 and 3). Thanks
    @hameerabbasi for the contribution. See #712.
  * Add support for Cygwin. Thanks @ax3l and @DWesl and @poikilos
    for the help! See #485.
buildservice-autocommit accepted request 999014 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 22)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 21)
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 20)
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 19)
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 18)
buildservice-autocommit accepted request 966295 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 17)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 966294 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 16)
- Replace a stray mock import by unittest.mock
buildservice-autocommit accepted request 964858 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 15)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 964857 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 14)
- Update to 0.13.1
  * Do not throw an error when printing info and a logger is
    disconnected. #652
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 951777 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 13)
- Update to 0.13.0
  * If you are using scikit-build via pyproject.toml, please
    remember to include setuptools and wheel. A future version of
    scikit-build may remove the setuptools install-time hard
    requirement.
  * CMake module /cmake-modules/Cython now uses Cython default
    arguments. This no longer adds --no-docstrings in Release and
    MinSizeRel builds, so Cython docstrings are now retained by
    default. Additionally, --embed-positions is no longer added to
    Debug and RelWithDebInfo builds. Users can enable these and
    other Cython arguments via the option CYTHON_FLAGS. See #518
    and #519, thanks to @bdice for the improvement.
  * Experimental support for ARM64 on Windows. Thanks to
    @gaborkertesz-linaro in #612.
  * Support for MSVC 2022. Thanks to @tttapa for the contribution
    in #627.
  * Support the modern form of target_link_libraries, via
    SKBUILD_LINK_LIBRARIES_KEYWORD (somewhat experimental). Thanks
    to @maxbachmann in #611.
  * Update the Ninja path if using the ninja package. This fixes
    repeated isolated builds. Further path inspection and updates
    for isolated builds may be considered in the future. #631,
    thanks to @RUrlus and @segevfiner for help in tracking this
    down.
  * Allow OpenBSD to pass the platform check (untested). See #586.
  * Avoid forcing the min macOS version. Behaviour is now inline
    with setuptools. Users should set MACOSX_DEPLOYMENT_TARGET when
    building (automatic with cibuildwheel), otherwise you will get
    the same value Python was compiled with. Note: This may seem
    like a regression for PyPy until the next release (7.3.8),
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 12)
- Update to version 0.12.0
  * Fixed a regression that caused setuptools to complain about
    unknown setup option (cmake_process_manifest_hook).
  * If it applies, ensure generator toolset is used to configure
    the project.
  * Read CYTHON_FLAGS where needed, instead of once, allowing the
    user to define multiple modules with different flags.
  * Avoid an IndexError if prefix was empty.
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 11)
.
buildservice-autocommit accepted request 852843 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 10)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 852764 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 9)
- Support multiple python3 flavors
  gh#openSUSE/python-rpm-macros#66
buildservice-autocommit accepted request 810694 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 810663 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 7)
- Update to version 0.11.1 
- Changelog for version 0.11.0    
- Remove obsolete patches   
  * scikit-build-pr450-findf2py.patch gh#scikit-build/scikit-build#450
  * python38.patch gh#scikit-build/scikit-build#458
- Skip Python 2 because of unresolvable python2-path.py in Leap
- Remove code coverage dependencies
- make the previously skipped tests pass by installing the test projects
  into a temporary directory gh#scikit-build/scikit-build#469
buildservice-autocommit accepted request 791978 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 6)
baserev update by copy to link target
Displaying revisions 21 - 40 of 45
openSUSE Build Service is sponsored by