Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-bcrypt-4.2.0-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: python312-bcrypt Distribution: openSUSE Tumbleweed
Version: 4.2.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Jul 23 15:17:30 2024
Group: Development/Languages/Python Build host: reproducible
Size: 722423 Source RPM: python-bcrypt-4.2.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/pyca/bcrypt/
Summary: BSD type 2a and 2b password hashing
This Python module supports creating (and verifying) password hashes
using the BSD-originating hashing methods known as "2a" and "2b".

Provides

Requires

License

Apache-2.0

Changelog

* Tue Jul 23 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 4.2.0
    * Bump version for 4.2.0 release (#843)
    * Import improvements from cryptography wheel building and release (#840)
    * Remove setup.py (#842)
    * Small cleanup (#841)
    * Added 3.13 to CI (#839)
    * Bump portable-atomic from 1.6.0 to 1.7.0 in /src/_bcrypt (#836)
    * Bump syn from 2.0.71 to 2.0.72 in /src/_bcrypt (#837)
    * Bump pyo3 from 0.22.1 to 0.22.2 in /src/_bcrypt (#834)
    * Bump syn from 2.0.70 to 2.0.71 in /src/_bcrypt (#833)
    * Bump actions/setup-python from 5.1.0 to 5.1.1 (#832)
    * Bump syn from 2.0.69 to 2.0.70 in /src/_bcrypt (#831)
    * Bump target-lexicon from 0.12.14 to 0.12.15 in /src/_bcrypt (#830)
    * Don't import things from prelude (#829)
    * Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#824)
    * Bump actions/download-artifact from 4.1.7 to 4.1.8 (#825)
    * Bump syn from 2.0.68 to 2.0.69 in /src/_bcrypt (#827)
    * Bump pyo3 from 0.22.0 to 0.22.1 in /src/_bcrypt (#828)
    * Update for new ruff syntax (#826)
    * Switch to using the new pyo3 syntax for declarative modules (#823)
    * Bump pyo3 to 0.22 (#822)
    * Bump bitflags from 2.5.0 to 2.6.0 in /src/_bcrypt (#821)
    * Bump syn from 2.0.67 to 2.0.68 in /src/_bcrypt (#818)
    * Bump syn from 2.0.66 to 2.0.67 in /src/_bcrypt (#817)
    * Bump proc-macro2 from 1.0.85 to 1.0.86 in /src/_bcrypt (#816)
    * Bump subtle from 2.5.0 to 2.6.0 in /src/_bcrypt (#814)
    * Bump redox_syscall from 0.5.1 to 0.5.2 in /src/_bcrypt (#813)
    * Bump actions/checkout from 4.1.6 to 4.1.7 (#812)
    * Bump proc-macro2 from 1.0.84 to 1.0.85 in /src/_bcrypt (#811)
    * Bump proc-macro2 from 1.0.83 to 1.0.84 in /src/_bcrypt (#808)
    * Bump zeroize from 1.7.0 to 1.8.1 in /src/_bcrypt (#809)
    * Bump parking_lot from 0.12.2 to 0.12.3 in /src/_bcrypt (#810)
    * Bump syn from 2.0.65 to 2.0.66 in /src/_bcrypt (#806)
    * alpine is 3.12 now (#807)
    * Bump proc-macro2 from 1.0.82 to 1.0.83 in /src/_bcrypt (#804)
    * Bump syn from 2.0.64 to 2.0.65 in /src/_bcrypt (#803)
    * Bump libc from 0.2.154 to 0.2.155 in /src/_bcrypt (#802)
    * Bump actions/checkout from 4.1.5 to 4.1.6 (#800)
    * Apply the wacky staticnode workaround to this repo (#801)
    * Bump syn from 2.0.63 to 2.0.64 in /src/_bcrypt (#799)
    * Bump syn from 2.0.61 to 2.0.63 in /src/_bcrypt (#798)
    * Try upgrading ubuntu in CI (#797)
    * Bump proc-macro2 from 1.0.81 to 1.0.82 in /src/_bcrypt (#796)
    * Bump syn from 2.0.60 to 2.0.61 in /src/_bcrypt (#795)
    * Bump getrandom from 0.2.14 to 0.2.15 in /src/_bcrypt (#794)
    * Bump actions/checkout from 3.6.0 to 4.1.5 (#793)
* Tue May 07 2024 Dirk Müller <dmueller@suse.com>
  - 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)
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Thu Nov 03 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Removed not needed C build dependencies
  - Enable for all archs by default
* Wed Nov 02 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Update to 4.0.1:
    * We now build PyPy manylinux wheels.
    * Fixed a bug where passing an invalid salt to checkpw could result in a
      pyo3_runtime.PanicException. It now correctly raises a ValueError.
  - 4.0.0:
    * bcrypt is now implemented in Rust. Users building from source will need to
      have a Rust compiler available. Nothing will change for users downloading
      wheels.
    * We no longer ship manylinux2010 wheels. Users should upgrade to the latest
      pip to ensure this doesn’t cause issues downloading wheels on their
      platform. We now ship manylinux_2_28 wheels for users on new enough
      platforms.
    * NUL bytes are now allowed in inputs.
* Wed Nov 02 2022 Daniel Garcia <daniel.garcia@suse.com>
  - Remove not needed python-six dependency
* Wed May 04 2022 Dirk Müller <dmueller@suse.com>
  - update to 3.2.2:
    * Fixed packaging of ``py.typed`` files in wheels so that ``mypy`` works.
    * Added support for compilation on z/OS
    * The next release of ``bcrypt`` with be 4.0 and it will require Rust at
      compile time, for users building from source. There will be no additional
      requirement for users who are installing from wheels. Users on most
      platforms will be able to obtain a wheel by making sure they have an up to
      date ``pip``. The minimum supported Rust version will be 1.56.0.
* Thu Oct 08 2020 Matej Cepl <mcepl@suse.com>
  - Don't use deprecated 'python setup.py test', use pytest directly.
* Thu Aug 27 2020 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Disable Python2 support to fix the build on older distributions

Files

/usr/lib/python3.12/site-packages/bcrypt
/usr/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info
/usr/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/LICENSE
/usr/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/RECORD
/usr/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/bcrypt-4.2.0.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/bcrypt/__init__.py
/usr/lib/python3.12/site-packages/bcrypt/__init__.pyi
/usr/lib/python3.12/site-packages/bcrypt/__pycache__
/usr/lib/python3.12/site-packages/bcrypt/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/bcrypt/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/bcrypt/_bcrypt.cpython-312-arm-linux-gnueabihf.so
/usr/lib/python3.12/site-packages/bcrypt/py.typed
/usr/share/doc/packages/python312-bcrypt
/usr/share/doc/packages/python312-bcrypt/README.rst
/usr/share/licenses/python312-bcrypt
/usr/share/licenses/python312-bcrypt/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Oct 1 01:02:06 2024