Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-maturin for openSUSE:Factory 
checked in at 2022-05-12 22:59:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-maturin (Old)
 and      /work/SRC/openSUSE:Factory/.python-maturin.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-maturin"

Thu May 12 22:59:55 2022 rev:11 rq:976386 version:0.12.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-maturin/python-maturin.changes    
2022-02-13 00:15:37.348154766 +0100
+++ /work/SRC/openSUSE:Factory/.python-maturin.new.1538/python-maturin.changes  
2022-05-12 23:00:20.704795572 +0200
@@ -1,0 +2,23 @@
+Wed May 11 10:33:54 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 0.12.15
+  * fix: Only set RUSTFLAGS when absolutely neccessary
+  * Update rust dependencies
+  * Remove unused libs_dir field from PythonInterpreter
+  * Remove target field from PythonInterpreter struct
+  * Add support for PYO3_CONFIG_FILE
+- Update to 0.12.12
+  * Change mixed rust/python template project layout
+  * Accept multiple values for --interpreter option
+  * Update rust dependencies
+- Update to 0.12.11
+  * Switch back to toml_edit
+  * Add -r option as a short alias for --release
+- Update to 0.12.10
+  * Support pyo3-ffi
+  * Migrate Python dependency uiri/toml to tomllib / hukkin/tomli
+  * Use dynamic Python minor version for pyo3 bindings based on
+    its verison by
+  * Update rust dependencies
+
+-------------------------------------------------------------------

Old:
----
  maturin-0.12.9.tar.gz

New:
----
  cargo_config
  maturin-0.12.15.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-maturin.spec ++++++
--- /var/tmp/diff_new_pack.paUkm7/_old  2022-05-12 23:00:21.780797017 +0200
+++ /var/tmp/diff_new_pack.paUkm7/_new  2022-05-12 23:00:21.784797022 +0200
@@ -19,15 +19,16 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-maturin
-Version:        0.12.9
+Version:        0.12.15
 Release:        0
 Summary:        Rust/Python Interoperability
 License:        Apache-2.0 OR MIT
 URL:            https://github.com/PyO3/maturin
 Source:         
https://files.pythonhosted.org/packages/source/m/maturin/maturin-%{version}.tar.gz
 Source1:        vendor.tar.xz
+Source2:        cargo_config
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module toml}
+BuildRequires:  %{python_module tomli}
 BuildRequires:  cargo-packaging
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -41,11 +42,12 @@
 
 This project is a zero-configuration replacement for
 setuptools-rust milksnake. It supports building wheels for Python
-3.5+, can upload them to PyPI and has basic PyPy support.
+3.6+, can upload them to PyPI and has basic PyPy support.
 
 %prep
-%setup -q -n maturin-%{version}
-tar -xf %{SOURCE1}
+%autosetup -a1 -n maturin-%{version}
+mkdir .cargo
+cp %{SOURCE2} .cargo/config
 
 %build
 %python_build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.paUkm7/_old  2022-05-12 23:00:21.820797070 +0200
+++ /var/tmp/diff_new_pack.paUkm7/_new  2022-05-12 23:00:21.824797076 +0200
@@ -1,5 +1,9 @@
 <services>
-  <service name="cargo_audit" mode="disabled">
+  <service name="cargo_vendor" mode="disabled">
+    <param name="srctar">maturin-0.12.15.tar.gz</param>
+    <param name="compression">xz</param>
+    <param name="update">true</param>
   </service>
+  <service name="cargo_audit" mode="disabled"></service>
 </services>
 

++++++ cargo_config ++++++
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
(No newline at EOF)

++++++ maturin-0.12.9.tar.gz -> maturin-0.12.15.tar.gz ++++++
++++ 6555 lines of diff (skipped)

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/python-maturin/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.python-maturin.new.1538/vendor.tar.xz differ: char 
26, line 1

Reply via email to