Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-setuptools-rust-1.9.0-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-setuptools-rust Distribution: openSUSE:Factory:zSystems
Version: 1.9.0 Vendor: openSUSE
Release: 1.2 Build date: Thu Feb 29 10:23:45 2024
Group: Development/Languages/Python Build host: reproducible
Size: 252591 Source RPM: python-setuptools-rust-1.9.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/PyO3/setuptools-rust
Summary: Setuptools plugin for Rust extensions
setuptools-rust is a plugin for setuptools to build Rust Python extensions
implemented with PyO3 or rust-cpython.

Compile and distribute Python extensions written in Rust as easily as if they
were written in C.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Feb 29 2024 Dan Čermák <dcermak@suse.com>
  - New upstream release 1.9.0
    * Deprecate py_limited_api option to RustExtension in favour of always using
      "auto" to configure this from bdist_wheel. #410
  - Remove unnecessary BuildRequires
* Mon Jan 29 2024 Dirk Müller <dmueller@suse.com>
  - fix dependencies (add tomli)
* Mon Jan 29 2024 Adrian Schröter <adrian@suse.de>
  - update to 1.8.1:
    * Remove direct imports from distutils
    * Include py.typed when packaging to denote that setuptools-rust includes type hints
    * Add support for pyproject.toml configuration using [tool.setuptools-rust] options
    * Fix plat_name handling in the case bdist_wheel.plat_name is set via configuration file
    * Drop support for Python 3.7
    * Remove direct imports from pkg_resources.
    * Add support for setting a custom cargo profile with the SETUPTOOLS_RUST_CARGO_PROFILE environment variable
  - drop installation of example hello-world as it needs a cargo now
* Thu May 04 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.6.0:
    * Prefer passing `--crate-type` option to cargo if "toolchain
      >= 1.64".
    * Fix a bug where rebuilding the library would cause any
      running processes using it to segfault. #295
    * Fix `setup.cfg` format for compatibility with
      "poetry==1.4.0". #319
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Mon Jan 02 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.5.2:
    * Fix regression in `dylib` build artifacts not being found since 1.5.0.
    * Fix regression in sdist missing examples and other supplementary files
      since 1.5.0. #291
    * Fix regression in `get_lib_name` crashing since 1.5.0. #280
    * Fix regression in `Binding.Exec` builds with multiple executables not
      finding built executables since 1.5.0. #283
    * Add support for extension modules built for wasm32-unknown-emscripten
      with Pyodide. #244
    * Locate cdylib artifacts by handling messages from cargo instead of
      searching target dir (fixes build on MSYS2). #267
    * No longer guess cross-compile environment using `HOST_GNU_TYPE` /
      `BUILD_GNU_TYPE` sysconfig variables. #269
    * Fix RustBin build without wheel. #273
    * Fix RustBin setuptools install. #275
* Wed Jul 20 2022 Ben Greiner <code@bnavigator.de>
  - Fix requirements
    * Don't need sphinx
    * Needs rust and cargo
    * Don't need nox; can't use it in obs as it wants to install
      wheels.
  - Fix tests:
    * Plain pytest test suite without is rudimentary
    * At least build the hello-world example
  - Use PEP517
* Mon Jul 18 2022 Matej Cepl <mcepl@suse.com>
  - Deduplicate files in python_sitelib.
* Sat Jul 16 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * update setuptools requirement to 62.4
    * require pyparsing
    * be mor specific in %files section
    * use pytest
  - update to version 1.4.1:
    * Fixed
      + Fix crash when checking Rust version. #263
  - changes from version 1.4.0:
    * Packaging
      + Increase minimum setuptools version to 62.4. #246
    * Added
      + Add cargo_manifest_args to support locked, frozen and offline
      builds. #234
      + Add RustBin for packaging binaries in scripts data
      directory. #248
    * Changed
      + Exec binding RustExtension with script=True is deprecated in
      favor of RustBin. #248
      + Errors while calling cargo metadata are now reported back to the
      user #254
      + quiet option will now suppress output of cargo metadata. #256
      + setuptools-rust will now match cargo behavior of not setting
    - -target when the selected target is the rust host. #258
      + Deprecate native option of RustExtension. #258
    * Fixed
      + If the sysconfig for BLDSHARED has no flags, setuptools-rust
      won't crash anymore. #241
* Sun May 15 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.3.0:
    * Increase minimum `setuptools` version to 58.
    * Fix crash when `python-distutils-extra` linux package is installed.
    * Fix sdist built with vendored dependencies on Windows having incorrect cargo config.
    * Drop support for Python 3.6.
* Fri Feb 04 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.1.2:
    * Removed dependency on `tomli` to simplify installation
    * Improve error messages on invalid inputs to `rust_extensions` keyword
    * Fix regression from `setuptools-rust` 1.1.0 which broke builds for the
      `x86_64-unknown-linux-musl` targeta
    * Fix `--target` command line option being unable to take a value
    * Fix regression from `setuptools-rust` 1.1.0 which incorrectly converted
      library extension suffixes to the "abi3" suffix when `py_limited_api` was
      unspecified Add support for cross-compiling using
    * [`cross`](https://github.com/rust-embedded/cross)
    * Fix incompatibility with Python 3.6.0 using default values for NamedTuple classes
    * Stop forcing the `msvc` Rust toolchain for Windows environments using the
      `gnu` toolchain
* Mon Jan 10 2022 Dirk Müller <dmueller@suse.com>
  - skip building for python 2.x, as the setuptools we have is no
    longer compatible with it
* Sat Nov 27 2021 Dirk Müller <dmueller@suse.com>
  - Initial package (1.0.0)

Files

/usr/lib/python3.11/site-packages/setuptools_rust
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/setuptools_rust-1.9.0.dist-info/zip-safe
/usr/lib/python3.11/site-packages/setuptools_rust/__init__.py
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/_utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/_utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/build.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/build.cpython-311.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/clean.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/clean.cpython-311.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/command.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/command.cpython-311.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/extension.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/extension.cpython-311.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/rustc_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/rustc_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/setuptools_ext.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/setuptools_ext.cpython-311.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/setuptools_rust/_utils.py
/usr/lib/python3.11/site-packages/setuptools_rust/build.py
/usr/lib/python3.11/site-packages/setuptools_rust/clean.py
/usr/lib/python3.11/site-packages/setuptools_rust/command.py
/usr/lib/python3.11/site-packages/setuptools_rust/extension.py
/usr/lib/python3.11/site-packages/setuptools_rust/py.typed
/usr/lib/python3.11/site-packages/setuptools_rust/rustc_info.py
/usr/lib/python3.11/site-packages/setuptools_rust/setuptools_ext.py
/usr/lib/python3.11/site-packages/setuptools_rust/version.py
/usr/share/doc/packages/python311-setuptools-rust
/usr/share/doc/packages/python311-setuptools-rust/README.md
/usr/share/licenses/python311-setuptools-rust
/usr/share/licenses/python311-setuptools-rust/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024