From 81d664b2bef80d1366a8edf92abd91c9691d11485b20b708abdd834ebd84f0da Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 28 Sep 2021 05:47:51 +0000 Subject: [PATCH] Accepting request 921904 from home:firstyear:branches:devel:languages:python - Replace rust-packaging with cargo-packaging OBS-URL: https://build.opensuse.org/request/show/921904 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cramjam?expand=0&rev=4 --- python-cramjam.changes | 5 +++++ python-cramjam.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-cramjam.changes b/python-cramjam.changes index 88085d0..c8f525b 100644 --- a/python-cramjam.changes +++ b/python-cramjam.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 28 01:17:05 UTC 2021 - William Brown + +- Replace rust-packaging with cargo-packaging + ------------------------------------------------------------------- Mon Jul 19 19:37:30 UTC 2021 - Ben Greiner diff --git a/python-cramjam.spec b/python-cramjam.spec index 8f5191f..1d9f9d2 100644 --- a/python-cramjam.spec +++ b/python-cramjam.spec @@ -16,7 +16,6 @@ # -%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python36 1 Name: python-cramjam @@ -31,8 +30,8 @@ Source1: vendor.tar.xz Source2: cargo_config BuildRequires: %{python_module maturin} BuildRequires: %{python_module pip} +BuildRequires: cargo-packaging BuildRequires: python-rpm-macros -BuildRequires: rust-packaging # SECTION test dependencies BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest}