14
0

- update to 41.0.4:

* ~~~~~~~~~~~~~~~~~~~
  * Updated Windows, macOS, and Linux wheels to be compiled with
    OpenSSL 3.1.3.
  * .. _v41-0-3:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=198
This commit is contained in:
2023-10-05 09:30:49 +00:00
committed by Git OBS Bridge
parent 0f0452c689
commit c880559867
6 changed files with 19 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
<services>
<service name="download_files" mode="disabled"/>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">cryptography-41.0.3/src/rust</param>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">cryptography-41.0.4/src/rust</param>
<param name="compression">zst</param>
</service>
<service name="cargo_audit" mode="disabled">
<service name="cargo_audit" mode="manual">
</service>
</services>