14
0
forked from pool/python-josepy

- update to 1.5.0:

* Added support for Python 3.9.
  * Dropped support for Python 3.5.
  * Stopped supporting running tests with ``python setup.py test`` which is
    deprecated in favor of ``python -m pytest``.
  * Deprecated support for Python 3.5.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-josepy?expand=0&rev=17
This commit is contained in:
2021-01-06 12:37:39 +00:00
committed by Git OBS Bridge
parent 025855b5a5
commit 41e5d29c9c
6 changed files with 27 additions and 17 deletions

View File

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

View File

@@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAl4wdKEACgkQTRfJlc2X
dfIkAwf/VKz0GV0Usq4KepdG1AMi/yj7wAsGF/DWJIa/p8ntxr4H65RTEXswAKeI
Xw4/2ovevMXgmt0qmx94WkrY1nyX/gDkWRNne5yc34PXZ5uyzTc5qiSB33I9SnuH
YkdBZJzr63wsKA2cJvt0oAk+ht4kbFuFLbwEyune4nM2FMw0YPBqxKvJr/rQhTWu
VKXvqLkGek7cdNIDng0tjMCZyKRsWcaKg/mjwShhjZDMKXbj4qRy2fGeCLx17dnC
aKhP4Uuy/BwG8iIgY7wpYDjlTRggMIeFocVNkIWEIuQXphGtj93vxpeHQ28/LgYV
O3Tlv1RlL7j2HWX8cwVsrKn+nm5CfQ==
=l7mb
-----END PGP SIGNATURE-----

3
josepy-1.5.0.tar.gz Normal file
View File

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

11
josepy-1.5.0.tar.gz.asc Normal file
View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEos+1H6J1pyhiNOeyTRfJlc2XdfIFAl+h3KUACgkQTRfJlc2X
dfJBuwf+I34ela6MyleQey/jegOTFhfc3aW+XjI5soM70moUP29XeQk6q3fUunPQ
ySmgY/3ltefnNcsj+SIo4B4mCZ/pGBX2gzOWMUBopqojGDB3dkWZLKvnr+scxizF
PGFgP6IbawC7hOqCsdy/u2LPJ4cV8p6rOqSfwYbfUSDUEpbRKKR49Gn045gQCr6u
XzSolfWO0+6iTGUPO7AT8ge8k5UrCZ41ofgxwAiiYlnnMNG+NgCPPSFchJXMhs0C
xLAUTDRmWSyQO7NY+LVyxy1rz+W2S1iG7fec+M7TWGlSL6gz1UmeRMh4qzZi19Hv
8qktnC2tzUxpbj6sdOnUwR37NsvrCQ==
=f2UR
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 6 12:37:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0:
* Added support for Python 3.9.
* Dropped support for Python 3.5.
* Stopped supporting running tests with ``python setup.py test`` which is
deprecated in favor of ``python -m pytest``.
* Deprecated support for Python 3.5.
-------------------------------------------------------------------
Tue Mar 31 05:09:52 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-josepy
#
# Copyright (c) 2020 SUSE LLC
# 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
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define libname josepy
Name: python-%{libname}
Version: 1.3.0
Version: 1.5.0
Release: 0
Summary: JOSE protocol implementation in Python
License: Apache-2.0
@@ -67,7 +67,7 @@ rm pytest.ini
%python_expand %fdupes %{buildroot}%{$python_sitelib}/%{libname}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} src/
%pytest src/
%files %{python_files}
%license LICENSE.txt