Commit Graph

13 Commits

Author SHA256 Message Date
e279d88e6f Accepting request 1153141 from devel:BCI:SLCS:next
New upstream release 1.9.0

OBS-URL: https://build.opensuse.org/request/show/1153141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=25
2024-02-29 09:35:40 +00:00
dafbb6787c - fix dependencies (add tomli)
longer compatible with it
- Initial package (1.0.0)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=23
2024-01-29 14:15:22 +00:00
53d0a4514f Accepting request 1142260 from system:homeautomation:home-assistant:unstable
- 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

OBS-URL: https://build.opensuse.org/request/show/1142260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=22
2024-01-29 14:08:40 +00:00
a1b731e720 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=20
2023-05-04 19:56:07 +00:00
c24568c847 Accepting request 1081618 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=18
2023-04-21 14:24:15 +00:00
ee92e072ba - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=16
2023-01-02 09:53:54 +00:00
8b410919ca Accepting request 990375 from home:bnavigator:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/990375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=14
2022-07-20 10:10:13 +00:00
2ae40a6161 - Deduplicate files in python_sitelib.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=11
2022-07-18 07:35:58 +00:00
55d1fca950 Accepting request 989766 from home:apersaud:branches:devel:languages:python
updated tests

- 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

OBS-URL: https://build.opensuse.org/request/show/989766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=10
2022-07-18 06:21:35 +00:00
9d5ee48edf - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=8
2022-05-15 19:18:20 +00:00
85902ebf56 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=7
2022-02-04 22:07:23 +00:00
957e08721c - skip building for python 2.x, as the setuptools we have is no
longer compatible with it

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=6
2022-01-10 11:54:50 +00:00
Dominique Leuenberger
2592880944 Accepting request 934317 from devel:languages:python
initialized devel package after accepting 934317

OBS-URL: https://build.opensuse.org/request/show/934317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-rust?expand=0&rev=5
2021-11-28 20:30:04 +00:00