56 Commits

Author SHA256 Message Date
59ab55f504 Accepting request 1301192 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1301192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=25
2025-08-25 18:38:30 +00:00
5f0d8dab3b Accepting request 1300948 from home:mlin7442:rebuild_fails_160
use poetry-core to instead of poetry

OBS-URL: https://build.opensuse.org/request/show/1300948
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=55
2025-08-25 06:58:23 +00:00
69ae522d7d Accepting request 1180151 from devel:languages:python
- update to libsodium26

- add crypto_kdf_derive.patch to fix crypto_kdf_derive_from_key() on 32-bit platforms
    the new pack_nonce option allows for the nonce to be omitted
his release introduces the DualKey class, secure key saving and loading,
Dual Keys are classes which can encrypt and sign data. These classes generate
The original time nonce routine used the first 20 chars of the 24 char nonce for the microsecond
timestamp (based on salt's jid), leaving 4 chars for random data. This new nonce uses far fewer
chars for the timestamp by hex encoding the float of microseconds into just 13 chars,

OBS-URL: https://build.opensuse.org/request/show/1180151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=24
2024-06-12 13:38:54 +00:00
47fe14ab9b - update to libsodium26
- add crypto_kdf_derive.patch to fix crypto_kdf_derive_from_key() on 32-bit platforms
    the new pack_nonce option allows for the nonce to be omitted
his release introduces the DualKey class, secure key saving and loading,
Dual Keys are classes which can encrypt and sign data. These classes generate
The original time nonce routine used the first 20 chars of the 24 char nonce for the microsecond
timestamp (based on salt's jid), leaving 4 chars for random data. This new nonce uses far fewer
chars for the timestamp by hex encoding the float of microseconds into just 13 chars,

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=53
2024-06-12 09:50:10 +00:00
e58db8a546 Accepting request 1153722 from devel:languages:python
- Update to 2.1.0:
  * Added classes to the libnacl.aead module allowing for the use of
    XChaCha20-Poly1305-IETF, ChaCha20-Poly1305-IETF, and AES256-GCM.
  * Added the libnacl.kx module. This module contains the ExchangeKey class.
- Switch to autosetup and pyproject macros.
- Drop patch crypto_kdf_derive.patch, no longer required.

OBS-URL: https://build.opensuse.org/request/show/1153722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=23
2024-03-01 22:36:34 +00:00
de9f84ffa1 - Drop patch crypto_kdf_derive.patch, no longer required.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=51
2024-03-01 03:20:39 +00:00
2face104cb - Update to 2.1.0:
* Added classes to the libnacl.aead module allowing for the use of
    XChaCha20-Poly1305-IETF, ChaCha20-Poly1305-IETF, and AES256-GCM.
  * Added the libnacl.kx module. This module contains the ExchangeKey class.
- Switch to autosetup and pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=50
2024-03-01 03:19:57 +00:00
4d6f4653a0 Accepting request 1096919 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1096919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=22
2023-07-05 13:31:26 +00:00
6ac5b75f02 Accepting request 1096915 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1096915
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=48
2023-07-05 08:58:58 +00:00
9ebf8d8675 Accepting request 899581 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/899581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=21
2021-06-12 18:08:11 +00:00
Niels Abspoel
d5e0ba891d Accepting request 899542 from home:aboe76:branches:devel:languages:python
- add crypto_kdf_derive.patch to fix crypto_kdf_derive_from_key() on 32-bit platforms

OBS-URL: https://build.opensuse.org/request/show/899542
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=46
2021-06-12 07:18:52 +00:00
b55589b175 Accepting request 873706 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/873706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=20
2021-02-19 22:43:30 +00:00
4ca89d4a0e Accepting request 873565 from home:aboe76:branches:devel:languages:python
- Revert libsodium requirement back to libsodium23

OBS-URL: https://build.opensuse.org/request/show/873565
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=44
2021-02-19 10:18:47 +00:00
69e1d700f7 fix the link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=43
2021-02-02 08:50:58 +00:00
207e081b30 Accepting request 868490 from home:aboe76:branches:devel:languages:python
- Update to 1.7.2
* remove encoding parameter json.loads for python 3.9 compatibility
* implement functions for equal-comparison and hashing keys
* improved spec file

OBS-URL: https://build.opensuse.org/request/show/868490
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=42
2021-02-02 08:09:32 +00:00
1dca9a6928 Accepting request 781216 from devel:languages:python
- update to 1.7.1
 * Bindings for kdf in libsodium
 * Added extra key validation
 * Add Crypto_box_easy

OBS-URL: https://build.opensuse.org/request/show/781216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=19
2020-03-04 08:45:25 +00:00
a67ed558e7 - update to 1.7.1
* Bindings for kdf in libsodium
 * Added extra key validation
 * Add Crypto_box_easy

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=40
2020-03-03 13:20:29 +00:00
fbb2cd86dd Accepting request 738360 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/738360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=18
2019-10-16 07:14:58 +00:00
84d17cce40 - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=38
2019-10-14 13:59:41 +00:00
9142522b22 Accepting request 628636 from devel:languages:python
- Fix the libsodium dependency on the runtime to be copied by macros
- Install license file

OBS-URL: https://build.opensuse.org/request/show/628636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=17
2018-08-24 15:03:01 +00:00
Tomáš Chvátal
cd297f6a4b - Fix the libsodium dependency on the runtime to be copied by macros
- Install license file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=36
2018-08-10 13:48:04 +00:00
Tomáš Chvátal
d1ce350f3a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=35 2018-08-10 13:47:35 +00:00
1125f6970f Accepting request 559355 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/559355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=16
2017-12-28 23:04:25 +00:00
421d955ae3 Accepting request 559290 from home:adrianSuSE:home-assistant
version update, python3 build

OBS-URL: https://build.opensuse.org/request/show/559290
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=33
2017-12-22 12:43:45 +00:00
aa2a2fa26e Accepting request 389648 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/389648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=15
2016-04-14 11:08:39 +00:00
Niels Abspoel
559f761b8c Accepting request 389597 from home:Zaitor:branches:devel:languages:python
Fix build, but maintainer must make sure this is ok, since the previous change maxing out at libsodium 1.0.8 was clearly intentional.

OBS-URL: https://build.opensuse.org/request/show/389597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=31
2016-04-13 18:36:02 +00:00
d58e6237af Accepting request 353693 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/353693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=14
2016-01-20 08:54:31 +00:00
72e25a7ef9 Accepting request 353692 from home:dmacvicar:branches:devel:languages:python
- remove the escaped epoch to prevent the build service to
  auto replace it and break the macro.

OBS-URL: https://build.opensuse.org/request/show/353692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=29
2016-01-14 13:38:58 +00:00
e205b9ca88 Accepting request 353634 from home:dmacvicar:branches:devel:languages:python
- Add libnacl-1.4.4-libsodium18.patch to find libsodium 1.0.8
- Fix BuildRequires to avoid building with a newer version
  of libsodium than 1.0.8

OBS-URL: https://build.opensuse.org/request/show/353634
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=28
2016-01-14 10:20:46 +00:00
89aa88a853 Accepting request 352068 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/352068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=13
2016-01-12 15:12:13 +00:00
9668d0c094 Accepting request 351962 from home:aboe76:branches:devel:languages:python
Updated to latest version 1.4.4

OBS-URL: https://build.opensuse.org/request/show/351962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=26
2016-01-05 17:01:53 +00:00
09e9a49635 Accepting request 345378 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/345378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=12
2015-11-26 16:01:32 +00:00
746fe4ad94 Accepting request 345304 from home:darix:branches:devel:languages:python
- no longer build as noarch package, while the code is still
  noarch. we actually depend on the native library at runtime. To
  be able to make this work properly we need to require that native
  library, that native requires makes us arch dependent.

- make sure we require the libsodium version we were built with

- fix libsodium loading on Tumbleweed: soversion was bumped to 17
  reported as https://github.com/saltstack/libnacl/pull/60
  adds libnacl-1.4.3_bump_libsodium_soversion.patch

OBS-URL: https://build.opensuse.org/request/show/345304
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=24
2015-11-20 10:24:42 +00:00
Niels Abspoel
6a5f9b93b4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=23 2015-10-11 08:33:14 +00:00
f7dc3056df Accepting request 311693 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/311693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=11
2015-06-12 18:31:35 +00:00
Niels Abspoel
77d88e8c7c Accepting request 311692 from home:aboe76:branches:devel:languages:python
minor bugfix release from upstream

OBS-URL: https://build.opensuse.org/request/show/311692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=21
2015-06-11 20:48:49 +00:00
fd7b09e71e Accepting request 291233 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/291233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=10
2015-03-18 12:08:39 +00:00
Niels Abspoel
e21108d99c Accepting request 291231 from home:aboe76:branches:devel:languages:python
minor upstream update

OBS-URL: https://build.opensuse.org/request/show/291231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=19
2015-03-17 19:06:58 +00:00
6d16e55fb2 Accepting request 286835 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/286835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=9
2015-02-20 11:01:44 +00:00
Niels Abspoel
22873160ca Accepting request 286833 from home:aboe76:branches:devel:languages:python
minor bugfix release

OBS-URL: https://build.opensuse.org/request/show/286833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=17
2015-02-19 18:57:01 +00:00
Stephan Kulow
b83bc7773a Accepting request 259551 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/259551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=8
2014-11-04 16:30:05 +00:00
Niels Abspoel
470fa1b67a Accepting request 259550 from home:aboe76:branches:devel:languages:python
minor update to libnacl, for new blake hash

OBS-URL: https://build.opensuse.org/request/show/259550
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=15
2014-11-03 19:46:06 +00:00
Stephan Kulow
6f4f273e27 Accepting request 253708 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/253708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=7
2014-10-05 18:31:22 +00:00
Niels Abspoel
4692ca66ac Accepting request 253707 from home:aboe76:branches:devel:languages:python
small update to libnacl from upstream

OBS-URL: https://build.opensuse.org/request/show/253707
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=13
2014-10-02 20:50:50 +00:00
Stephan Kulow
4f7c2027f3 Accepting request 248255 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/248255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=6
2014-09-10 15:02:21 +00:00
Niels Abspoel
65a797cc5f Accepting request 248254 from home:aboe76:branches:devel:languages:python
small incremental update, to keep inline with what upstream produces.

OBS-URL: https://build.opensuse.org/request/show/248254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=11
2014-09-09 21:27:04 +00:00
Stephan Kulow
9dfd93f1ee Accepting request 247275 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/247275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=5
2014-09-03 06:30:21 +00:00
Niels Abspoel
f6b7e32d55 Accepting request 247274 from home:aboe76:branches:devel:languages:python
Updated to version 1.3.4

OBS-URL: https://build.opensuse.org/request/show/247274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=9
2014-09-02 17:33:11 +00:00
6cd8cb0539 Accepting request 244761 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/244761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-libnacl?expand=0&rev=3
2014-08-15 07:55:59 +00:00
Niels Abspoel
4c2327b96c Accepting request 244760 from home:aboe76:branches:devel:languages:python
updated to version 1.3.2

OBS-URL: https://build.opensuse.org/request/show/244760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=7
2014-08-14 19:02:57 +00:00