Commit Graph

17 Commits

Author SHA256 Message Date
3e433d3b16 - update to 1.6.2 (bsc#1255764, CVE-2025-69277):
* Updated libsodium to 1.0.20-stable (2025-12-31 build) to
    resolve CVE-2025-69277.
- six is needed by testsuite
- Add missing runtime dependency on cffi
- add fix_tests.patch for new pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=32
2026-01-26 07:58:42 +00:00
cf6c0666b7 Accepting request 1318185 from home:glaubitz:branches:devel:languages:python
- Update to 1.6.1
  * The ``MAKE`` environment variable can now be used to specify
    the ``make`` binary that should be used in the build process.

OBS-URL: https://build.opensuse.org/request/show/1318185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=30
2025-11-17 13:48:15 +00:00
308fe63786 - update to 1.6.0:
* BACKWARDS INCOMPATIBLE: Removed support for Python 3.6 and
    3.7.
  * Added support for the low level AEAD AES bindings.
  * Added support for crypto_core_ed25519_from_uniform.
  * Update libsodium to 1.0.20-stable (2025-08-27 build).
  * Added support for free-threaded Python 3.14.
  * Added support for Windows on ARM wheels.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=28
2025-09-14 22:38:01 +00:00
cce1e77b36 Accepting request 1274952 from home:mcalabkova:branches:devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1274952
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=26
2025-05-07 07:55:56 +00:00
a9903f67c3 - Update in SLE-15 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
- python-PyNaCl requires python-cffi as demonstrated by python-dkimpy
  tests [SLE-7686] [bsc#1161557]

- Add missing runtime dependency on cffi

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=24
2023-09-06 19:16:12 +00:00
3e0f7a93dc Accepting request 1081307 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081307
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=22
2023-04-21 15:04:08 +00:00
ee659b8664 Accepting request 1004099 from home:pgajdos:python
- python-six not required

OBS-URL: https://build.opensuse.org/request/show/1004099
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=20
2022-09-16 16:34:21 +00:00
190ee12acf Accepting request 945150 from home:stroeder:python
- Update to 1.5.0
  * Removed support for Python 2.7 and Python 3.5.
  * Changes of binary wheel distributions.
  * Update libsodium to 1.0.18-stable (July 25, 2021 release).
  * Add inline type hints.

OBS-URL: https://build.opensuse.org/request/show/945150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=19
2022-01-10 13:43:08 +00:00
85008cdaa2 - six is needed by testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=18
2021-11-08 10:39:30 +00:00
Tomáš Chvátal
8b52860590 Accepting request 818863 from home:stroeder:branches:devel:languages:python
Update to 1.4.0

OBS-URL: https://build.opensuse.org/request/show/818863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=15
2020-07-06 07:08:25 +00:00
Tomáš Chvátal
2f0040ef97 - Fix tests with latest hypothesis:
* hypothesis-no-unilmited.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=13
2020-04-17 06:53:21 +00:00
Tomáš Chvátal
aac0da917f - Add missing runtime dependency on cffi
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=11
2019-09-25 14:20:55 +00:00
0489803ce5 - add fix_tests.patch for new pytest
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=9
2019-07-18 11:13:25 +00:00
Tomáš Chvátal
ea26958f77 Accepting request 707227 from home:pgajdos
- run the testsuite
- added patches
  a8c08b18f3
  + python-PyNaCl-hypothesis-remove-average_size.patch

OBS-URL: https://build.opensuse.org/request/show/707227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=7
2019-06-03 15:03:37 +00:00
Tomáš Chvátal
94329aa5d4 Accepting request 657559 from home:alarrosa:branches:devel:languages:python
- Update to 1.3.0
  * Added support for Python 3.7.
  * Run and test all code examples in PyNaCl docs through sphinx's doctest
    builder.
  * Add low-level bindings for chacha20-poly1305 AEAD constructions.
  * Add low-level bindings for the chacha20-poly1305 secretstream
    constructions.
  * Add low-level bindings for ed25519ph pre-hashed signing construction.
  * Add low-level bindings for constant-time increment and addition on
    fixed-precision big integers represented as little-endian byte sequences.
  * Add low-level bindings for the ISO/IEC 7816-4 compatible padding API.
  * Add low-level bindings for libsodium's crypto_kx... key exchange
    construction.
  * Set hypothesis deadline to None in tests/test_pwhash.py to avoid incorrect
    test failures on slower processor architectures.

- initial import

OBS-URL: https://build.opensuse.org/request/show/657559
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=5
2018-12-12 13:47:56 +00:00
add1c5f176 Accepting request 559378 from home:mimi_vx:branches:devel:languages:python
- update to 1.2.1
- use system libsodium

OBS-URL: https://build.opensuse.org/request/show/559378
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=3
2017-12-22 14:17:11 +00:00
Tomas Cech
b65d8d3d7c Accepting request 502889 from home:mimi_vx
Pynacl .. req for Paramiko 2.2+

OBS-URL: https://build.opensuse.org/request/show/502889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=1
2017-06-11 17:18:02 +00:00