From ddc5030d8ef932a8b91160080072f6e3c1137bffd1fc433b445e1bd2833bb865 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 10 Sep 2021 09:02:01 +0000 Subject: [PATCH] Accepting request 917889 from home:pgajdos:python - version update to 3.3.1 3.3.1 Revert changes breaking python 3.5. 3.3.0 Python 3 only 3.2.1 Maintenance release 3.2.0 Multiple small changes and new features OBS-URL: https://build.opensuse.org/request/show/917889 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sshpubkeys?expand=0&rev=4 --- 3.3.1.tar.gz | 3 +++ python-sshpubkeys.changes | 13 +++++++++++++ python-sshpubkeys.spec | 18 ++++++++---------- v3.1.0.tar.gz | 3 --- 4 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 3.3.1.tar.gz delete mode 100644 v3.1.0.tar.gz diff --git a/3.3.1.tar.gz b/3.3.1.tar.gz new file mode 100644 index 0000000..3f0372d --- /dev/null +++ b/3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dbd4ed78b288b0cb2b265f7594367676d740d5ce0eda66cb745aaa9a597125 +size 57896 diff --git a/python-sshpubkeys.changes b/python-sshpubkeys.changes index 5400786..2c54055 100644 --- a/python-sshpubkeys.changes +++ b/python-sshpubkeys.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 10 06:08:52 UTC 2021 - pgajdos@suse.com + +- version update to 3.3.1 + 3.3.1 + Revert changes breaking python 3.5. + 3.3.0 + Python 3 only + 3.2.1 + Maintenance release + 3.2.0 + Multiple small changes and new features + ------------------------------------------------------------------- Wed Oct 16 12:36:00 UTC 2019 - Tomáš Chvátal diff --git a/python-sshpubkeys.spec b/python-sshpubkeys.spec index 174299a..c2cba4d 100644 --- a/python-sshpubkeys.spec +++ b/python-sshpubkeys.spec @@ -1,7 +1,7 @@ # # spec file for package python-sshpubkeys # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sshpubkeys -Version: 3.1.0 +Version: 3.3.1 Release: 0 Summary: SSH public key parser License: BSD-3-Clause URL: https://github.com/ojarva/python-sshpubkeys -Source: https://github.com/ojarva/python-sshpubkeys/archive/v%{version}.tar.gz -BuildRequires: %{python_module cryptography >= 2.6.1} -BuildRequires: %{python_module ecdsa >= 0.13} +Source: https://github.com/ojarva/python-sshpubkeys/archive/%{version}.tar.gz +BuildRequires: %{python_module cryptography >= 3.2} +BuildRequires: %{python_module ecdsa >= 0.13.3} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} -BuildRequires: %{python_module yapf >= 0.21.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-cryptography >= 2.6.1 -Requires: python-ecdsa >= 0.13 +Requires: python-cryptography >= 3.2 +Requires: python-ecdsa >= 0.13.3 BuildArch: noarch %python_subpackages @@ -50,7 +48,7 @@ OpenSSH Public Key Parser for Python %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %doc README.rst diff --git a/v3.1.0.tar.gz b/v3.1.0.tar.gz deleted file mode 100644 index 344088c..0000000 --- a/v3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e411b7d7d42b6909c09c4f8899f4ff55eff52dc13026ef9c26f7a2762766657c -size 55289