Up to [cvs.NetBSD.org] / pkgsrc / security / py-bcrypt
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 15 15:28:53 2023 UTC (2 weeks, 2 days ago) by tnn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +9 -1
lines
Diff to previous 1.18 (colored)
py-bcrypt: fix Darwin rpath issue
Revision 1.18 / (download) - annotate - [select for diffs], Mon Nov 13 10:50:06 2023 UTC (2 weeks, 4 days ago) by wiz
Branch: MAIN
Changes since 1.17: +8 -6
lines
Diff to previous 1.17 (colored)
py-bcrypt: update to 4.0.1. 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ãàÑÕ 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.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Jul 13 20:12:17 2022 UTC (16 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.16: +7 -6
lines
Diff to previous 1.16 (colored)
py-bcrypt: updated to 3.2.2 3.2.2 Fixed packaging of py.typed files in wheels so that mypy works. 3.2.1 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. This will be the final release for which we ship manylinux2010 wheels. Going forward the minimum supported manylinux ABI for our wheels will be manylinux2014. The vast majority of users will continue to receive manylinux wheels provided they have an up to date pip. 3.2.0 Added typehints for library functions. Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5). Shipped abi3 Windows wheels (requires pip >= 20).
Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:38 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.15 / (download) - annotate - [select for diffs], Sun May 17 19:34:12 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.14: +4 -2
lines
Diff to previous 1.14 (colored)
pytest from versioned depends
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 20 11:15:18 2019 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
py-bcrypt: updated to 3.17 3.1.7: Set a setuptools lower bound for PEP517 wheel building. We no longer distribute 32-bit manylinux1 wheels. Continuing to produce them was a maintenance burden.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 16 19:25:50 2019 UTC (4 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
py-bcrypt: updated to 3.1.6 3.1.6: Added support for compilation on Haiku.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Dec 13 10:53:29 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.11: +3 -5
lines
Diff to previous 1.11 (colored)
py-bcrypt: updated to 3.1.5 3.1.5 Added support for compilation on AIX. Dropped Python 2.6 and 3.3 support. Switched to using abi3 wheels for Python 3. If you are not getting a wheel on a compatible platform please upgrade your pip version.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 12 08:31:58 2017 UTC (6 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
py-bcrypt: update to 3.1.4 3.1.4 Fixed compilation with mingw and on illumos.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 8 08:58:21 2017 UTC (6 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.9: +7 -10
lines
Diff to previous 1.9 (colored)
py-bcrypt: update to 3.1.3 3.1.3 Fixed a compilation issue on Solaris. Added a warning when using too few rounds with kdf.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 16 19:27:06 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Reset maintainer
Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:39 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 25 13:48:50 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
Fix packaging for python-3.x by using the same .so name for all supported python versions (like py-cryptography). They are in different paths anyway. While here, sort PLIST and fix CONFLICTS line. Bump PKGREVISION.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 19 00:50:02 2015 UTC (8 years, 7 months ago) by rodent
Branch: MAIN
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
CONFLICT with py-py-bcrypt. They install some files in the same place.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 6 13:09:53 2015 UTC (8 years, 7 months ago) by rodent
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Looks like py-six is required outside of tests option.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Apr 4 21:50:51 2015 UTC (8 years, 7 months ago) by rodent
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
Fix HOMEPAGE. Missed saving this change.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 4 21:49:17 2015 UTC (8 years, 7 months ago) by rodent
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to version 1.1.1. No public ChangeLog. Fixed HOMEPAGE and added py-six and removed py-mock as dependencies for the tests option. Some commits from the repo: Enable coverage testing and require 100% coverage Upgrade crypt_blowfish to 1.3 Removed usage of mock which wasn't really doing anything
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 4 21:41:20 2014 UTC (9 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add missing dependency for the cffi use.
Revision 1.1 / (download) - annotate - [select for diffs], Sat May 3 02:27:10 2014 UTC (9 years, 7 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Import py27-bcrypt-1.0.2 as security/py-bcrypt. Modern password hashing for your software and your servers.