1
0
forked from pool/python-bcrypt
Commit Graph

40 Commits

Author SHA256 Message Date
Dominique Leuenberger
bcd3289040 Accepting request 1189360 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1189360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=15
2024-07-26 14:15:13 +00:00
54311139b2 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=39
2024-07-24 10:38:12 +00:00
Dominique Leuenberger
d4320b77c3 Accepting request 1172490 from devel:languages:python
- 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/request/show/1172490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=14
2024-05-09 10:07:29 +00:00
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
Dominique Leuenberger
331db9818e Accepting request 1081985 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=13
2023-04-22 20:01:50 +00:00
38be6e61b2 Accepting request 1081343 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=35
2023-04-21 14:53:10 +00:00
Dominique Leuenberger
1c3ada00c9 Accepting request 1032996 from devel:languages:python
- Removed not needed C build dependencies
- Enable for all archs by default
- 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.
- Remove not needed python-six dependency

OBS-URL: https://build.opensuse.org/request/show/1032996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=12
2022-11-04 16:31:38 +00:00
88ca7f5baf - Removed not needed C build dependencies
- Enable for all archs by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=33
2022-11-03 06:56:00 +00:00
38905dc70d Accepting request 1032937 from home:dgarcia:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1032937
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=32
2022-11-02 17:41:25 +00:00
7708650de4 - Remove not needed python-six dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=31
2022-11-02 15:45:21 +00:00
Dominique Leuenberger
08bec86ff9 Accepting request 974991 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/974991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=11
2022-05-06 16:58:09 +00:00
19d486e393 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=29
2022-05-04 19:22:21 +00:00
Dominique Leuenberger
f4de5be08c Accepting request 840262 from devel:languages:python
- Don't use deprecated 'python setup.py test', use pytest directly.

OBS-URL: https://build.opensuse.org/request/show/840262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=10
2020-10-29 08:47:06 +00:00
ca4c9c1546 - Don't use deprecated 'python setup.py test', use pytest directly.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=27
2020-10-08 10:14:03 +00:00
Dominique Leuenberger
7b3a1d3463 Accepting request 830197 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/830197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=9
2020-09-04 09:00:36 +00:00
Tomáš Chvátal
ba596a4af5 Accepting request 830107 from home:glaubitz:branches:devel:languages:python
- Disable Python2 support to fix the build on older distributions

OBS-URL: https://build.opensuse.org/request/show/830107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=25
2020-08-28 07:11:53 +00:00
Dominique Leuenberger
5af89c1134 Accepting request 828187 from devel:languages:python
- update to 3.2.0
 * add type hints to top level functions
 * drop support for python 3.5 and older
 * drop legacy code

OBS-URL: https://build.opensuse.org/request/show/828187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=8
2020-08-25 10:38:58 +00:00
a7970d89ae - update to 3.2.0
* add type hints to top level functions
 * drop support for python 3.5 and older
 * drop legacy code

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=23
2020-08-20 12:50:57 +00:00
Yuchen Lin
c656e2b11c Accepting request 805265 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/805265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=7
2020-05-28 07:05:39 +00:00
Tomáš Chvátal
2a6ad6cf77 Accepting request 805260 from home:alarrosa:branches:devel:languages:python
- Relax the setuptools dependency on 40.8.0 to 40.5.0 since that
  version is only required by upstream because of a pip issue
  (see bc8a55e70e).
  This way we can build in SLE 15 SP2 / Leap 15.2 .

OBS-URL: https://build.opensuse.org/request/show/805260
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=21
2020-05-13 11:43:25 +00:00
Dominique Leuenberger
cfe93c7129 Accepting request 720013 from devel:languages:python
- specfile:
  * update copyright year
  * changed setuptools min version
- update to version 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.
- changes from version 3.1.6:
  * Added support for compilation on Haiku.

OBS-URL: https://build.opensuse.org/request/show/720013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=6
2019-08-07 11:53:26 +00:00
Tomáš Chvátal
9dc1f17916 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=19 2019-07-31 09:18:47 +00:00
Tomáš Chvátal
4b49558643 Accepting request 719639 from home:apersaud:branches:devel:languages:python
fixed minimum version for setuptools

OBS-URL: https://build.opensuse.org/request/show/719639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=18
2019-07-31 09:18:10 +00:00
Dominique Leuenberger
9888225a56 Accepting request 680464 from devel:languages:python
- Update to 3.1.5:
  * Added support for compilation on Haiku.
  * 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.

OBS-URL: https://build.opensuse.org/request/show/680464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=5
2019-03-04 08:10:58 +00:00
Tomáš Chvátal
a16ee67a83 - Update to 3.1.5:
* Added support for compilation on Haiku.
  * 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=16
2019-03-01 11:20:43 +00:00
Dominique Leuenberger
36c8b03ee1 Accepting request 632121 from devel:languages:python
- Raise pytest requirement based on setup.py

OBS-URL: https://build.opensuse.org/request/show/632121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=4
2018-08-31 07:51:51 +00:00
Tomáš Chvátal
5cfb98cd10 - Raise pytest requirement based on setup.py
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=14
2018-08-29 10:30:38 +00:00
Dominique Leuenberger
a94528f498 Accepting request 538112 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/538112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=3
2017-11-09 13:01:04 +00:00
Jan Matejek
0965d807b7 Accepting request 536897 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/536897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=12
2017-11-01 14:40:34 +00:00
Dominique Leuenberger
58206bd804 Accepting request 495449 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/495449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=2
2017-05-17 08:55:37 +00:00
Dominique Leuenberger
08372532b3 Accepting request 492678 from devel:languages:python
Up-to-date replacement for ancient, unmaintained python-py-bcrypt. This is a singlespec package.

OBS-URL: https://build.opensuse.org/request/show/492678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bcrypt?expand=0&rev=1
2017-05-09 16:02:51 +00:00
Todd R
dfe15378b7 Accepting request 493115 from home:TheBlackCat:branches:devel:languages:python
Don't provide python2-py-bcrypt, singlespec packages should use correct name.

OBS-URL: https://build.opensuse.org/request/show/493115
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=9
2017-05-06 04:25:06 +00:00
Todd R
e5c1c96e63 Accepting request 492219 from home:jengelh:branches:devel:languages:python
- Say which crypt methods this module actually supports.

OBS-URL: https://build.opensuse.org/request/show/492219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=8
2017-05-03 14:51:07 +00:00
Todd R
8bc7ad9e5c Accepting request 492171 from home:TheBlackCat:branches:devel:languages:python
- Update to version 3.1.3
- Provides/Obsoletes "python-py-bcrypt" exactly.
- Change Summary/Description.

OBS-URL: https://build.opensuse.org/request/show/492171
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=7
2017-04-30 03:12:50 +00:00
Todd R
024034572a Accepting request 491688 from home:TheBlackCat:branches:devel:languages:python
Fix license.

OBS-URL: https://build.opensuse.org/request/show/491688
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=6
2017-04-27 18:20:34 +00:00
Todd R
ecd0731143 Accepting request 491157 from home:TheBlackCat:branches:devel:languages:python
- Add Provides/Obsoletes py-bcrypt.
  This package is intended as a drop-in replacement for py-bcrypt

OBS-URL: https://build.opensuse.org/request/show/491157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=5
2017-04-25 21:59:35 +00:00
Todd R
2914a72c3f Accepting request 490648 from home:DocB:branches:devel:languages:python
updates according to suggestions from Factory-Maintainers

OBS-URL: https://build.opensuse.org/request/show/490648
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=4
2017-04-24 16:18:12 +00:00
7452395116 Accepting request 489058 from home:DocB:branches:devel:languages:python
singlespec changes

OBS-URL: https://build.opensuse.org/request/show/489058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=3
2017-04-24 13:36:05 +00:00
f5c58bdcde - require the cffi version it was built against
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=2
2016-10-05 11:57:59 +00:00
1ca984e8b3 Accepting request 432642 from home:mnhauke
initial package for python-bcrypt

OBS-URL: https://build.opensuse.org/request/show/432642
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bcrypt?expand=0&rev=1
2016-10-05 11:56:23 +00:00