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}