Accepting request 1109513 from devel:languages:python
- 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 - drop python 2.x specific conditionals from spec file * 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/request/show/1109513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-trustme?expand=0&rev=12
This commit is contained in:
commit
888381edf8
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 7 11:03:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
- drop python 2.x specific conditionals from spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 14 16:33:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sun May 14 16:33:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without python2
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-trustme
|
Name: python-trustme
|
||||||
Version: 1.0.0
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fake CA provider for Python tests
|
Summary: Fake CA provider for Python tests
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
@ -34,16 +33,9 @@ BuildRequires: %{python_module service_identity}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-cryptography
|
Requires: python-cryptography >= 41.0.1
|
||||||
Requires: python-idna
|
Requires: python-idna
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with python2}
|
|
||||||
BuildRequires: python-futures
|
|
||||||
BuildRequires: python-ipaddress
|
|
||||||
%endif
|
|
||||||
%ifpython2
|
|
||||||
Requires: python-ipaddress
|
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d4f0b0fe28091506edc29c19ad90cca387646add436c3ca66ba7bcc53807f55
|
|
||||||
size 29567
|
|
BIN
trustme-1.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
trustme-1.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user