14
0

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
This commit is contained in:
2022-07-18 06:21:35 +00:00
committed by Git OBS Bridge
parent 9d5ee48edf
commit 55d1fca950
4 changed files with 50 additions and 8 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sun May 15 19:16:43 UTC 2022 - Dirk Müller <dmueller@suse.com>