From 9210c1eb06bef576c4f652071f675fc9dbccd8c3fda21f15c7eb30b82c50a20d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Sep 2023 11:04:09 +0000 Subject: [PATCH] - update to 1.1.0: * Allow `os.PathLike` in typing of `Blob.write_to_path` * Add support for PyPy 3.10 and Python 3.12 * Remove support for Python 3.7 * Support for Python 3.10 and 3.11 (#372, 574) trustme``. Get the help with ``python -m trustme --help``. * Added attr CA.from_pem to import an existing certificate authority; - initial package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trustme?expand=0&rev=24 --- python-trustme.changes | 16 ++++++++++++---- python-trustme.spec | 12 ++---------- trustme-1.0.0.tar.gz | 3 --- trustme-1.1.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 trustme-1.0.0.tar.gz create mode 100644 trustme-1.1.0.tar.gz diff --git a/python-trustme.changes b/python-trustme.changes index 3f61459..d4d116a 100644 --- a/python-trustme.changes +++ b/python-trustme.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 7 11:03:12 UTC 2023 - Dirk Müller + +- update to 1.1.0: + * Allow `os.PathLike` in typing of `Blob.write_to_path` + * Add support for PyPy 3.10 and Python 3.12 + * Remove support for Python 3.7 + ------------------------------------------------------------------- Sun May 14 16:33:47 UTC 2023 - Dirk Müller @@ -7,7 +15,7 @@ Sun May 14 16:33:47 UTC 2023 - Dirk Müller key_type parameter on the multiple methods that generate certificates. ECDSA certificates as they can be generated significantly faster. - * Support for Python 3.10 and 3.11 (#372, 574) + * Support for Python 3.10 and 3.11 (#372, 574) ------------------------------------------------------------------- Fri Apr 21 12:38:00 UTC 2023 - Dirk Müller @@ -96,7 +104,7 @@ Sun May 9 17:12:48 UTC 2021 - Dirk Müller - update to 0.7.0: - trustme can now be used a command line interface with ``python -m - trustme``. Get the help with ``python -m trustme --help``. + trustme``. Get the help with ``python -m trustme --help``. ------------------------------------------------------------------- Thu Mar 12 07:55:07 UTC 2020 - Tomáš Chvátal @@ -108,7 +116,7 @@ Fri Feb 7 15:33:14 UTC 2020 - Marketa Calabkova - update to 0.6.0 * Allow specifying organization and organization unit in CA and issued certs - * Added attr CA.from_pem to import an existing certificate authority; + * Added attr CA.from_pem to import an existing certificate authority; this allows migrating to trustme step-by-step. ------------------------------------------------------------------- @@ -132,4 +140,4 @@ Mon Mar 18 18:02:03 UTC 2019 - Jan Engelhardt ------------------------------------------------------------------- Wed Feb 27 11:30:53 UTC 2019 - Ondřej Súkup -- initial package +- initial package diff --git a/python-trustme.spec b/python-trustme.spec index 3b322f9..a21b90a 100644 --- a/python-trustme.spec +++ b/python-trustme.spec @@ -16,10 +16,9 @@ # -%bcond_without python2 %{?sle15_python_module_pythons} Name: python-trustme -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Fake CA provider for Python tests License: Apache-2.0 OR MIT @@ -34,16 +33,9 @@ BuildRequires: %{python_module service_identity} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-cryptography +Requires: python-cryptography >= 41.0.1 Requires: python-idna BuildArch: noarch -%if %{with python2} -BuildRequires: python-futures -BuildRequires: python-ipaddress -%endif -%ifpython2 -Requires: python-ipaddress -%endif %python_subpackages %description diff --git a/trustme-1.0.0.tar.gz b/trustme-1.0.0.tar.gz deleted file mode 100644 index c92a8e1..0000000 --- a/trustme-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d4f0b0fe28091506edc29c19ad90cca387646add436c3ca66ba7bcc53807f55 -size 29567 diff --git a/trustme-1.1.0.tar.gz b/trustme-1.1.0.tar.gz new file mode 100644 index 0000000..48b1b9d --- /dev/null +++ b/trustme-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5375ad7fb427074bec956592e0d4ee2a4cf4da68934e1ba4bcf4217126bc45e6 +size 29611