2022-07-18 08:21:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 16 15:56:02 UTC 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
|
|
|
|
|
2022-05-15 21:18:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 15 19:16:43 UTC 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.
|
|
|
|
|
2022-02-04 23:07:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 4 22:05:19 UTC 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
|
|
|
|
|
2022-01-10 12:54:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 10 11:54:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- skip building for python 2.x, as the setuptools we have is no
|
|
|
|
longer compatible with it
|
|
|
|
|
2021-11-28 21:30:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 27 13:25:03 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- Initial package (1.0.0)
|