1
0

- 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
This commit is contained in:
2023-05-04 19:56:07 +00:00
committed by Git OBS Bridge
parent c24568c847
commit a1b731e720
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 4 19:54:42 UTC 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 12:33:53 UTC 2023 - Dirk Müller <dmueller@suse.com>