forked from pool/python-ruff
- Remove limitations on building (do not exclude any arch beforehand).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruff?expand=0&rev=45
This commit is contained in:
parent
4bc9116680
commit
5bd5d7adb6
1
_service
1
_service
@ -5,4 +5,5 @@
|
|||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service name="cargo_audit" mode="manual" />
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 16:57:10 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Remove limitations on building (do not exclude any arch beforehand).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 6 14:20:44 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
Wed Mar 6 14:20:44 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -33,7 +33,8 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: alts
|
Requires: alts
|
||||||
BuildRequires: alts
|
BuildRequires: alts
|
||||||
ExclusiveArch: %{rust_tier1_arches} riscv64
|
# ExclusiveArch: %%{rust_tier1_arches} riscv64
|
||||||
|
# ExclusiveArch: x86_64 aarch64 riscv64
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:809267693f6ac1f1418835166afe1cb594cb0f3f05a2281dc2e031778251bdd0
|
oid sha256:2fba5abba0a9cd2b6bcd20a938370e8d8b602d809967933801c0d714539cc80d
|
||||||
size 25342695
|
size 25362305
|
||||||
|
Loading…
x
Reference in New Issue
Block a user