14
0
forked from pool/python-PyKMIP

13 Commits

Author SHA256 Message Date
f6317a2d5b - Support both lowercased and unnormalized metadata directory names.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=23
2025-04-14 06:23:51 +00:00
54261200f0 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=22
2025-03-25 04:51:37 +00:00
b611d7c262 - Clean up Python 2 leftovers.
- Add patch crypto-42.patch:
  * Use cryptography.hazmat.primitives.serialization to load private keys.
- Add patch no-ssl-wrap-socket.patch:
  * Do not use removed in Python 3.12 function, ssl.wrap_socket.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=20
2024-03-28 03:59:22 +00:00
12487dd91d - Add upstream patch fix_test_mac_with_cryptographic_failure.patch
gh#OpenKMIP/PyKMIP#702, this fixes the issue with the
  test_mac_with_cryptographic_failure.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=18
2023-09-08 06:32:26 +00:00
69a2909cd3 - Disable broken test, test_mac_with_cryptographic_failure,
gh#OpenKMIP/PyKMIP#690

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=16
2023-02-23 10:44:36 +00:00
660c3892cb - Add crypto-39.patch to make it work with python-cryptography >= 39.0.0
gh#OpenKMIP/PyKMIP#689

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=14
2023-01-26 12:38:21 +00:00
e57aa6f37a Accepting request 974884 from home:pgajdos:python
- do not require python-mock for build
- added patches
  fix https://github.com/OpenKMIP/PyKMIP/issues/668
  + python-PyKMIP-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/974884
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=12
2022-05-04 10:19:06 +00:00
aa4f32f92f - Remove SQL-issues.patch with the patch
fix-tests-SQLAlchemy-140.patch which actually resolves the
  problems (gh#OpenKMIP/PyKMIP#656).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=11
2021-09-24 22:08:28 +00:00
d882d4b7a0 - Add SQL-issues.patch skipping tests failing due to
incompatibilities with the current version of SQLAlchemy
  (gh#OpenKMIP/PyKMIP#649).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=9
2021-06-05 12:14:49 +00:00
Tomáš Chvátal
548557299b - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=7
2020-04-20 10:38:15 +00:00
1d99ad17d0 - update to 0.10.0
* Add server debug logging for message encodings
  * Add server Locate filtering for all currently supported attributes
  * Add server Locate filtering using offset and maximum item constraints
  * Add server cryptography engine support for AES GCM mode
  * Add server support for the SplitKey object
  * Add client/server support for the ApplicationSpecificInformation attribute
  * Add client/server support for the ObjectGroup and Sensitive attributes
  * Add client/server support for the DeleteAttribute operation
  * Add client/server support for the SetAttribute operation
  * Add client/server support for the ModifyAttribute operation
  * Add a variety of unit and integration tests to cover all new functionality
  * Add new ProxyKmipClient demo scripts to show how to use the new operations
  * Add pending deprecation warnings for Python 2.7 and 3.4 due to their EOL
  * Update server Locate filtering to return results sorted by creation date
  * Update encoding support for SplitKey objects
  * Update the Travis CI configuration to better support default Python versions
  * Update library and testing dependencies to maintain Python 3.4 support
  * Update the library documentation to reflect new features and security details
  * Fix a bug with how key pair names are handled by the client for KMIP 2.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=5
2020-03-16 10:43:38 +00:00
Tomáš Chvátal
e169de38f3 Accepting request 718534 from home:mcalabkova:branches:devel:languages:python
- update to 0.9.1
  * Add various support for KMIP 2.0
  * Add support for Python 3.7
  * Add utilities to handle bit mask style enumerations
  * Update library logging defaults to log at INFO but still support DEBUG
  * Update the PyKMIP clients to support changing their KMIP version
  * Update the server TLS handshake handling to avoid thread hanging
  * Remove escape sequences to comply with Python 3.6 style deprecations
  * See upstream changelog for more

OBS-URL: https://build.opensuse.org/request/show/718534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=3
2019-07-25 11:59:00 +00:00
Tomáš Chvátal
99d1974ea6 Accepting request 663171 from devel:languages:python:misc
please forward to Factory. why was this deleted here in the first place ??!

OBS-URL: https://build.opensuse.org/request/show/663171
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=1
2019-01-07 08:59:11 +00:00