14
0

Accepting request 917908 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/917908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sshpubkeys?expand=0&rev=2
This commit is contained in:
2021-09-10 21:41:25 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 13 deletions

3
3.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04dbd4ed78b288b0cb2b265f7594367676d740d5ce0eda66cb745aaa9a597125
size 57896

View File

@@ -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 <tchvatal@suse.com> Wed Oct 16 12:36:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sshpubkeys # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sshpubkeys Name: python-sshpubkeys
Version: 3.1.0 Version: 3.3.1
Release: 0 Release: 0
Summary: SSH public key parser Summary: SSH public key parser
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/ojarva/python-sshpubkeys URL: https://github.com/ojarva/python-sshpubkeys
Source: https://github.com/ojarva/python-sshpubkeys/archive/v%{version}.tar.gz Source: https://github.com/ojarva/python-sshpubkeys/archive/%{version}.tar.gz
BuildRequires: %{python_module cryptography >= 2.6.1} BuildRequires: %{python_module cryptography >= 3.2}
BuildRequires: %{python_module ecdsa >= 0.13} BuildRequires: %{python_module ecdsa >= 0.13.3}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module yapf >= 0.21.0}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-cryptography >= 2.6.1 Requires: python-cryptography >= 3.2
Requires: python-ecdsa >= 0.13 Requires: python-ecdsa >= 0.13.3
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -50,7 +48,7 @@ OpenSSH Public Key Parser for Python
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_exec setup.py test %pyunittest discover -v
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst

View File

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