17
0

15 Commits

Author SHA256 Message Date
6f6ca05f71 Accepting request 1292433 from devel:languages:python
- update to 25.1.0:
  * Attempting using any methods that mutate an
    OpenSSL.SSL.Context after it has been used to create an
    OpenSSL.SSL.Connection will emit a warning. In a future
    release, this will raise an exception.
  * cryptography maximum version has been increased to 45.0.x.

OBS-URL: https://build.opensuse.org/request/show/1292433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=60
2025-08-08 13:10:15 +00:00
4c05fed8fd - update to 25.1.0:
* Attempting using any methods that mutate an
    OpenSSL.SSL.Context after it has been used to create an
    OpenSSL.SSL.Connection will emit a warning. In a future
    release, this will raise an exception.
  * cryptography maximum version has been increased to 45.0.x.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=127
2025-07-12 17:23:58 +00:00
49c4006481 Accepting request 1270975 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1270975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=59
2025-04-20 07:34:42 +00:00
611026faf3 Accepting request 1270618 from home:darix:apps
- dont use suse version for the dist info handling as people can
  build with newer setuptools on older distros

OBS-URL: https://build.opensuse.org/request/show/1270618
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=125
2025-04-19 16:00:03 +00:00
4be264a494 Accepting request 1266172 from devel:languages:python
- Wrap the metadata directory name in a distro-based conditional

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=58
2025-04-16 18:37:09 +00:00
9afe6aba76 - Wrap the metadata directory name in a distro-based conditional
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=123
2025-04-01 13:15:42 +00:00
d56cd799f3 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=122
2025-03-26 05:35:53 +00:00
93ab05fa6b Accepting request 1243130 from devel:languages:python
- Switch to pyproject macros.
- Add typing-extensions to Requires for 3.11 and 3.12.

- Update to 25.0.0
  * Backward-incompatible changes: -
  * Deprecations: -
  * Changes:
    - Corrected type annotations on Context.set_alpn_select_callback,
      Context.set_session_cache_mode, Context.set_options, Context.set_mode,
      X509.subject_name_hash, and X509Store.load_locations.
    - Deprecated APIs are now marked using warnings.deprecated. mypy will emit deprecation notices
      for them when used with --enable-error-code deprecated.
- Changes from 24.3.0
  * Backward-incompatible changes:
    - Removed the deprecated OpenSSL.crypto.CRL, OpenSSL.crypto.Revoked, OpenSSL.crypto.dump_crl,
      and OpenSSL.crypto.load_crl. cryptography.x509's CRL functionality should be used instead.
    - Removed the deprecated OpenSSL.crypto.sign and OpenSSL.crypto.verify.
      cryptography.hazmat.primitives.asymmetric's signature APIs should be used instead.
  * Deprecations:
    - Deprecated OpenSSL.rand - callers should use os.urandom() instead.
    - Deprecated add_extensions and get_extensions on OpenSSL.crypto.X509Req and OpenSSL.crypto.X509.
      These should have been deprecated at the same time X509Extension was. Users should use pyca/cryptography's X.509 APIs instead.
    - Deprecated OpenSSL.crypto.get_elliptic_curves and OpenSSL.crypto.get_elliptic_curve,
      as well as passing the reult of them to OpenSSL.SSL.Context.set_tmp_ecdh,
      users should instead pass curves from cryptography.
    - Deprecated passing X509 objects to OpenSSL.SSL.Context.use_certificate, OpenSSL.SSL.Connection.use_certificate,
      OpenSSL.SSL.Context.add_extra_chain_cert, and OpenSSL.SSL.Context.add_client_ca, users should instead
      pass cryptography.x509.Certificate instances. This is in preparation for deprecating pyOpenSSL's X509 entirely.
    - Deprecated passing PKey objects to OpenSSL.SSL.Context.use_privatekey and OpenSSL.SSL.Connection.use_privatekey,
      users should instead pass cryptography priate key instances. This is in preparation for deprecating pyOpenSSL's PKey entirely.

OBS-URL: https://build.opensuse.org/request/show/1243130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=57
2025-02-06 21:01:55 +00:00
fd12fac59a and i586
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=120
2025-01-30 01:31:47 +00:00
224834dea0 - Switch to pyproject macros.
- Add typing-extensions to Requires for 3.11 and 3.12.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=119
2025-01-30 01:29:32 +00:00
c844e4f6cd Accepting request 1241218 from home:ecsos:python
- Update to 25.0.0

python-cryptography is now in version 44 in the repos!

OBS-URL: https://build.opensuse.org/request/show/1241218
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=118
2025-01-30 01:18:25 +00:00
30f9bb5c4d Accepting request 1237806 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1237806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=56
2025-01-15 16:42:18 +00:00
cf1675bc9a Accepting request 1237721 from home:dimstar:Factory
- Do not build tests noarch: they refer to %__isa, which differs
  per architecture, invalidating the noarch option.
  Fixes build with rpm 4.20.

OBS-URL: https://build.opensuse.org/request/show/1237721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=116
2025-01-14 13:26:13 +00:00
e8deb8131b Accepting request 1189358 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1189358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=55
2024-07-26 14:15:12 +00:00
9c891187c0 Accepting request 1189233 from system:homeautomation:home-assistant:unstable
- 24.2.1:
  * Deprecated OpenSSL.crypto.X509Req,
               OpenSSL.crypto.load_certificate_request,
               OpenSSL.crypto.dump_certificate_request.
    Instead, cryptography.x509.CertificateSigningRequest,s
             cryptography.x509.CertificateSigningRequestBuilder,s
             cryptography.x509.load_der_x509_csr,s
             or cryptography.x509.load_pem_x509_csr should be used.
  * Added type hints for the SSL module. #1308.
  * Changed OpenSSL.crypto.PKey.from_cryptography_key to accept public and private EC, ED25519, ED448 keys

OBS-URL: https://build.opensuse.org/request/show/1189233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=114
2024-07-24 10:28:52 +00:00
4 changed files with 16 additions and 6 deletions

BIN
pyopenssl-25.0.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
pyopenssl-25.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b
size 179937

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 12 17:23:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 25.1.0:
* Attempting using any methods that mutate an
OpenSSL.SSL.Context after it has been used to create an
OpenSSL.SSL.Connection will emit a warning. In a future
release, this will raise an exception.
* cryptography maximum version has been increased to 45.0.x.
-------------------------------------------------------------------
Thu Apr 17 18:29:52 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pyOpenSSL%{psuffix}
Version: 25.0.0
Version: 25.1.0
Release: 0
Summary: Python wrapper module around the OpenSSL library
License: Apache-2.0
@@ -42,7 +42,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-cffi
Requires: (python-cryptography >= 41.0.5 with python-cryptography < 45)
Requires: (python-cryptography >= 41.0.5 with python-cryptography < 46)
%if %{python_version_nodots} < 313
Requires: python-typing-extensions >= 4.9
%endif
@@ -51,7 +51,7 @@ Provides: pyopenssl = %{version}-%release
%if %{without test}
BuildArch: noarch
%else
BuildRequires: %{python_module cryptography >= 41.0.5 with %python-cryptography < 45}
BuildRequires: %{python_module cryptography >= 41.0.5 with %python-cryptography < 46}
BuildRequires: %{python_module pretend}
BuildRequires: %{python_module pyOpenSSL >= %version}
BuildRequires: %{python_module pytest >= 3.0.1}