15
0
forked from pool/python-bcrypt
Files
python-bcrypt/_service
Dirk Mueller 4c0826751c - update to 4.1.3:
* Bump Rust dependency versions
  * Fixed the type signature on the ``kdf`` method.
  * Fixed packaging bug on Windows.
  * Fixed incompatibility with passlib package detection assumptions.
  * Dropped support for Python 3.6.
  * Bumped MSRV to 1.64. (Note: Rust 1.63 can be used by setting the
    ``BCRYPT_ALLOW_RUST_163`` environment variable)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=37
2024-05-07 16:23:32 +00:00

13 lines
434 B
Plaintext

<services>
<service mode="manual" name="tar_scm">
<param name="url">https://github.com/pyca/bcrypt/</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">4.1.3</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">bcrypt/src/_bcrypt</param>
<param name="compression">gz</param>
</service>
</services>